Follow-up: Document noop deploy interface

Change-Id: I0a8bf842bfabf3740fb858462b946cbe8d4e278a
Signed-off-by: Afonne-CID <afonnepaulc@gmail.com>
This commit is contained in:
Afonne-CID 2025-11-18 17:53:52 +01:00
parent bcfd5e6358
commit 451392c602

View file

@ -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.