mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-12 06:53:44 +00:00
Follow-up: Document noop deploy interface
Change-Id: I0a8bf842bfabf3740fb858462b946cbe8d4e278a Signed-off-by: Afonne-CID <afonnepaulc@gmail.com>
This commit is contained in:
parent
bcfd5e6358
commit
451392c602
1 changed files with 6 additions and 6 deletions
|
|
@ -338,12 +338,6 @@ deployment workflow (from ``manageable`` to ``available`` to ``deploying`` to
|
|||
Nova to properly track the instances while Ironic skips all conductor-side
|
||||
deployment actions.
|
||||
|
||||
.. note::
|
||||
The ``noop`` deploy interface completely bypasses cleaning operations.
|
||||
Even if a user cannot update ``Node.automated_clean``, as long as they set
|
||||
``Node.instance_info[deploy_interface]`` to ``noop``, cleaning will be
|
||||
skipped.
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
|
|
@ -351,3 +345,9 @@ Enable the interface in ``ironic.conf``::
|
|||
|
||||
[DEFAULT]
|
||||
enabled_deploy_interfaces = direct,ramdisk,noop
|
||||
|
||||
.. warning::
|
||||
The ``noop`` deploy interface completely bypasses cleaning operations.
|
||||
Even if a user cannot update ``Node.automated_clean``, as long as they set
|
||||
``Node.instance_info[deploy_interface]`` to ``noop``, cleaning will be
|
||||
skipped.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue