我要评分
获取效率
正确性
完整性
易理解

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.

  1. Perform the following operation on the controller node to obtain the provisioning network ID:
    1
    openstack network list
    

  2. Configure the ironic-conductor provisioning and cleaning networks.
    1. Open the /etc/ironic/ironic.conf file.
    2. 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
      

      You can change the value as required. Replace NETWORK_UUID with the ID obtained in 1.

    3. Press Esc to exit the insert mode. Type :wq! and press Enter to save and exit the file.
  3. Restart the ironic-conductor service.
    1
    systemctl restart openstack-ironic-conductor