Configuring Provisioning and Cleaning Networks for the BMS
Perform the following operations on the baremetal node.
In this document, the provisioning network and cleaning network are combined.
- Perform the following operation on the controller node to obtain the provisioning network ID:
1openstack network list

- Configure the ironic-conductor provisioning and cleaning networks.
- Open the /etc/ironic/ironic.conf file.
- Press i to enter the insert mode and add the UUIDs of provisioning and cleaning networks under [neutron] section.
1 2
cleaning_network = NETWORK_UUID provisioning_network=NETWORK_UUID
- Press Esc to exit the insert mode. Type :wq! and press Enter to save and exit the file.
- Restart the ironic-conductor service.
1systemctl restart openstack-ironic-conductor
