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
This commit is contained in:
Aparna
2016-07-07 07:13:25 +00:00
parent 5bd0c1b358
commit 67f2eaf3b5
2 changed files with 6 additions and 4 deletions

View File

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