diff --git a/doc/source/deploy/cleaning.rst b/doc/source/deploy/cleaning.rst index 3b0fc28e77..f5cf1af6fe 100644 --- a/doc/source/deploy/cleaning.rst +++ b/doc/source/deploy/cleaning.rst @@ -201,8 +201,8 @@ out-of-band. Ironic supports using both methods to clean a node. In-band ------- In-band steps are performed by ironic making API calls to a ramdisk running -on the node using a Deploy driver. Currently, only the ironic-python-agent -ramdisk used with an agent_* driver supports in-band cleaning. By default, +on the node using a Deploy driver. Currently, all the drivers using +ironic-python-agent ramdisk support in-band cleaning. By default, ironic-python-agent ships with a minimal cleaning configuration, only erasing disks. However, with this ramdisk, you can add your own cleaning steps and/or override default cleaning steps with a custom Hardware Manager. diff --git a/doc/source/drivers/ilo.rst b/doc/source/drivers/ilo.rst index 19e5680d9d..264aca2fd4 100644 --- a/doc/source/drivers/ilo.rst +++ b/doc/source/drivers/ilo.rst @@ -245,7 +245,8 @@ Features image provisioning is done using iSCSI over data network, so this driver has the benefit of security enhancement with the same performance. It segregates management info from data channel. -* Support for out-of-band cleaning operations. +* Supports both out-of-band and in-band cleaning operations. For more details, + see :ref:`InbandvsOutOfBandCleaning`. * Remote Console * HW Sensors * Works well for machines with resource constraints (lesser amount of memory). @@ -503,7 +504,8 @@ Features * Automatic detection of current boot mode. * Automatic setting of the required boot mode, if UEFI boot mode is requested by the nova flavor's extra spec. -* Support for out-of-band cleaning operations. +* Supports both out-of-band and in-band cleaning operations. For more details, + see :ref:`InbandvsOutOfBandCleaning`. * Support for out-of-band hardware inspection. * Supports UEFI Boot mode * Supports UEFI Secure Boot