...
ICN has L2 network for the BMC connectivity using net-c, DHCP server communication using provisioning network net-a.
Provisioning above Baremetalhost CRD controller can be directly debugged with openstack as follows
Code Block | ||
---|---|---|
| ||
# export OS_TOKEN=fake-token
# export OS_URL=http://localhost:6385/
# openstack baremetal node list
+--------------------------------------+------+--------------------------------------+-------------+--------------------+-------------+
| UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance |
+--------------------------------------+------+--------------------------------------+-------------+--------------------+-------------+
| 36b462c1-02a0-499e-b4f1-cc6087a1c574 | demo | 36b462c1-02a0-499e-b4f1-cc6087a1c574 | power on | active | False |
+--------------------------------------+------+--------------------------------------+-------------+--------------------+-------------+ |