Problem during installation Newton on Centos7
Hi,
I try to install newton on CentOs7 But I see strange things.
When I run "openstack overcloud deploy" this fail. I believe my config is good. I followed a Red Hat guide I have from RHOS course.
The strange thing I see.
when I type " ironic node-list'
I have as result
+---------------------------+------------+--------------------------------------+-------------+--------------------+-------------+ | UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance | +----------------------------+------------+--------------------------------------+-------------+--------------------+-------------+ | de9c8f3d-1a5d-4c5d-8289-6ecaf90e92f8 | compute1 | cacb7383-f7f8-483b-bf4b-3721dde7f873 | power on | active | False | | 85f94d9a-20b1-4187-bb78-69b6655a12a3 | controller | f3d96c79-8332-4aae-933c-2f094775327e | power on | active | False | +----------------+------------+--------------------------------------+-------------+--------------------+-------------+
all seems OK ... but
See at Instance UUID for Compute1 I have cacb7383-f7f8-483b-bf4b-3721dde7f873
And for Controller I have f3d96c79-8332-4aae-933c-2f094775327e
And now when I loot at nova list
+--------------------------------------+-------------------------+--------+------------+-------------+-----------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+-------------------------+--------+------------+-------------+-----------------------+ | cacb7383-f7f8-483b-bf4b-3721dde7f873 | overcloud-controller-0 | ACTIVE | - | Running | ctlplane=192.168.1.86 | | f3d96c79-8332-4aae-933c-2f094775327e | overcloud-novacompute-0 | ACTIVE | - | Running | ctlplane=192.168.1.85 | +--------------------------------------+-------------------------+--------+------------+-------------+-----------------------+
IDs are inverted !
I think that this cause openstack deploy failure but I don't know where the problem is !
Somebody does have this problem too ?? Or Any answer or clue :)
Thank you