Document ports creating configuration for in-band inspection

Change-Id: Ia885b4cf81fc8fb6e25f5a34e15247e77dc963db
This commit is contained in:
Dmitry Tantsur 2015-03-31 12:23:26 +02:00
parent 54710214a4
commit 4af689e0c0

View File

@ -1098,6 +1098,19 @@ by an operator. There are two kinds of inspection supported by Ironic:
being run on a separate host from the ironic-conductor service, or is using
non-standard port.
In order to ensure that ports in Ironic are synchronized with NIC ports on
the node, the following settings in the ironic-discoverd configuration file
must be set::
[discoverd]
add_ports = all
keep_ports = present
(requires ironic-discoverd of version 1.1.0 or higher). Note that in this
case an operator is responsible for deleting ports that can't be actually
used by Ironic, see `bug 1405131
<https://bugs.launchpad.net/ironic/+bug/1405131>`_ for explanation.
.. _ironic-discoverd: https://github.com/stackforge/ironic-discoverd