| Summary: | rhel-osp-director: 7.2 - deployed HA overcloud with 2 computes, both are named overcloud-compute-0 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> |
| Component: | rhosp-director | Assignee: | Lucas Alvares Gomes <lmartins> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.0 (Kilo) | CC: | athomas, dtantsur, jslagle, kbasil, mburns, mcornea, rhel-osp-director-maint, sasha, srevivo |
| Target Milestone: | ga | Keywords: | Triaged |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-24 11:38:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Alexander Chuzhoy
2016-01-07 16:00:08 UTC
Any possibility this is a dup of https://bugzilla.redhat.com/show_bug.cgi?id=1269919 ? Assigning to dtantsur... Any possibility this is a dup of https://bugzilla.redhat.com/show_bug.cgi?id=1269919 ? Assigning to dtantsur... Looks like a duplicate, hard to tell without more information dmitry, is there something we can ask sasha to check? what more information is needed to determine if it's a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1269919 or not? Please see that bug: you have to check how many config drive partitions you end up with. Hi,
> Steps to reproduce:
> 1. deploy 7.2 HA overcloud without network isolation.
> This was the deployment command:
> openstack overcloud deploy --templates --control-scale 3 --compute-scale 1
> --ntp-server x.x.x.x --timeout 90
> 2. source the stackrc file and run "nova list"
>
The deploy command includes --control-scale 3 --compute-scale 1 (4 nodes) but 5 got deployed, it looks strange.
It seems to me that this is a problem with the CLI for deploy or even that one overcloud-compute-0 was already there before to the deploy command ran.
Can you run the following commands please:
$ ironic node-show 70dfd35e-20e9-491a-9c11-b105282bb5cd --instance | grep provision_updated_at
$ ironic node-show 836cbfa0-a1c4-4fcc-9da6-d2bb0ed54bb9 --instance | grep provision_updated_at
To check when the compute nodes were provisioned.
Didn't reproduce it for a while (on 7.3) Please reopen this bug it it can be reproduced. |