ironic/install-guide/source/configure-cleaning.rst
Mathieu Mitchell fb027ec924 [install-guide] Import "integration with other OpenStack components"
The following sections of the legacy install guide were imported:

  * Configure Compute to use the Bare Metal service
  * Configure Networking to communicate with the bare metal server
  * Configure Tenant Networks
  * Configure the Bare Metal service for cleaning

Change-Id: I5cf832401aba9499e9eec9bd50adcbedd356cb00
Partial-bug: #1612278
2016-09-26 08:41:20 -04:00

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_uuid`` 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_uuid``
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_uuid = NETWORK_UUID
#. Restart the Bare Metal service's ironic-conductor:
.. code-block:: console
Fedora/RHEL7/CentOS7:
sudo systemctl restart openstack-ironic-conductor
Ubuntu:
sudo service ironic-conductor restart