cybertron / openstack-virtual-baremetal

Tools for using OpenStack instances as baremetal deployment targets
20 stars 19 forks source link

Routed networks #50

Closed hjensas closed 5 years ago

hjensas commented 5 years ago

Ok, so opening (re-opening) (Again ...). I've fixed/updated the unit testing this time. :)

Also another commit with some templates changes.

hjensas commented 5 years ago

\o/ - Introspection of nodes on different routed provisioning networks is successfull.

 (undercloud) [stack@undercloud ~]$ openstack baremetal node list
 +--------------------------------------+-------------------+---------------+-------------+--------------------+-------------+
 | UUID                                 | Name              | Instance UUID | Power State | Provisioning State | Maintenance |
 +--------------------------------------+-------------------+---------------+-------------+--------------------+-------------+
 | e5bea2c1-57b9-4ccc-8e74-239d0123dd6e | baremetal-leaf1-0 | None          | power off   | manageable         | False       |
 | d4829f06-a056-4252-b3a6-24bae229bfb7 | baremetal-leaf1-1 | None          | power off   | manageable         | False       |
 | 5c5bf9e8-b0df-4eda-96d3-598e18486c4b | baremetal-0       | None          | power off   | manageable         | False       |
 | d5bf701b-f72c-4b3f-a038-7c4ebf797879 | baremetal-1       | None          | power off   | manageable         | False       |
 | 04886fdc-a40f-473e-8821-d14b133528ed | baremetal-2       | None          | power off   | manageable         | False       |
 +--------------------------------------+-------------------+---------------+-------------+--------------------+-------------+
(undercloud) [stack@undercloud ~]$ openstack overcloud node introspect --all-manageable
Waiting for introspection to finish...
Waiting for messages on queue 'tripleo' with no timeout.
Introspection of node 5c5bf9e8-b0df-4eda-96d3-598e18486c4b completed. Status:SUCCESS. Errors:None
Introspection of node d5bf701b-f72c-4b3f-a038-7c4ebf797879 completed. Status:SUCCESS. Errors:None
Introspection of node e5bea2c1-57b9-4ccc-8e74-239d0123dd6e completed. Status:SUCCESS. Errors:None
Introspection of node d4829f06-a056-4252-b3a6-24bae229bfb7 completed. Status:SUCCESS. Errors:None
Introspection of node 04886fdc-a40f-473e-8821-d14b133528ed completed. Status:SUCCESS. Errors:None
Successfully introspected 5 node(s).
cybertron commented 5 years ago

Okay, there are a few things left to clean up here, but I think all of the big picture stuff is good to go so assuming this version passes my end-to-end test (which is running now) I'm planning to merge this and we can work on the remaining issues as followups.

cybertron commented 5 years ago

Okay, passed my test. Let's get this in.