Installation guide for oepnSUSE and SLES was removed due to removal of their OpenStack packages. Also drop explicit mention of RHEL/CentOS versions from the description common for at least CentOS Stream 9. Change-Id: I8555b8ea5ac5dcc07112773c2d4e9668e038d859 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
1.1 KiB
1.1 KiB
Configure the Bare Metal service for cleaning
Note
If you configured the Bare Metal service to do automated_cleaning (which is
enabled by default), you will need to set the
cleaning_network configuration option.
Note the network UUID (the
idfield) of the network you created inconfigure-networkingor another network you created for cleaning:$ openstack network listConfigure the cleaning network UUID via the
cleaning_networkoption in the Bare Metal service configuration file (/etc/ironic/ironic.conf). In the following, replaceNETWORK_UUIDwith the UUID you noted in the previous step:[neutron] cleaning_network = NETWORK_UUIDRestart the Bare Metal service's ironic-conductor:
Fedora/RHEL/CentOS: sudo systemctl restart openstack-ironic-conductor Ubuntu: sudo service ironic-conductor restart