From 67f2eaf3b5eb14a6852dadeb9022027c64ebafcf Mon Sep 17 00:00:00 2001 From: Aparna Date: Thu, 7 Jul 2016 07:13:25 +0000 Subject: [PATCH] Doc update for in-band cleaning support on more drivers This commit updates the documentation on iLO drivers support for in-band cleaning. Also updates the cleaning documentation with in-band cleaning support on more drivers. Change-Id: I2c2677ce996b3016c4709afcfec78e5f7e2bdf1c --- doc/source/deploy/cleaning.rst | 4 ++-- doc/source/drivers/ilo.rst | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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