1849a81383
It is true that the existing instructions for other distributions can be adapted for SUSE, but we can make it even easier by providing instructions tailored for SUSE. Change-Id: Id50c3d663fc2bd527ec2fe5e26fd1d4692b971ce
38 lines
1.2 KiB
ReStructuredText
38 lines
1.2 KiB
ReStructuredText
.. _configure-cleaning:
|
|
|
|
Configure the Bare Metal service for cleaning
|
|
=============================================
|
|
|
|
.. note:: If you configured the Bare Metal service to use `Node cleaning`_
|
|
(which is enabled by default), you will need to set the
|
|
``cleaning_network`` configuration option.
|
|
|
|
.. _`Node cleaning`: http://docs.openstack.org/developer/ironic/deploy/cleaning.html#node-cleaning
|
|
|
|
#. Note the network UUID (the `id` field) of the network you created in
|
|
:ref:`configure-networking` or another network you created for cleaning:
|
|
|
|
.. code-block:: console
|
|
|
|
$ neutron net-list
|
|
|
|
#. Configure the cleaning network UUID via the ``cleaning_network``
|
|
option in the Bare Metal service configuration file
|
|
(``/etc/ironic/ironic.conf``). In the following, replace ``NETWORK_UUID``
|
|
with the UUID you noted in the previous step:
|
|
|
|
.. code-block:: ini
|
|
|
|
[neutron]
|
|
cleaning_network = NETWORK_UUID
|
|
|
|
#. Restart the Bare Metal service's ironic-conductor:
|
|
|
|
.. code-block:: console
|
|
|
|
Fedora/RHEL7/CentOS7/SUSE:
|
|
sudo systemctl restart openstack-ironic-conductor
|
|
|
|
Ubuntu:
|
|
sudo service ironic-conductor restart
|