ironic/ironic/drivers
Christopher Dearborn 35f222c55d Wait until iDRAC is ready before out-of-band cleaning
When out-of-band cleaning is initiated, the node is PXE booted and the
ramdisk is loaded.  After in-band cleaning completes, the node is
rebooted.  At that point, the iDRAC automatically creates and runs an
"Export Configuration" job.  Out-of-band cleaning then starts: either
RAID configuration creation or deletion.  If the export job has not
finished by the time the RAID deletion or creation job is attempted to
be created, then the RAID job creation fails.

This patch causes RAID configuration creation and deletion to wait
until the iDRAC declares itself to be ready before proceeding with
out-of-band cleaning.  This ensures that the export job has completed
before creating another job.

Change-Id: I79faba2206b86288ae636c46468a8b2dc321f979
Closes-Bug: 1691808
Depends-On: I929deada3dda7b09a6f29033fff89d9b0382aef8
2017-06-15 10:06:40 -04:00
..
modules Wait until iDRAC is ready before out-of-band cleaning 2017-06-15 10:06:40 -04:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
agent.py Remove deprecated, untested ipminative driver 2017-03-30 10:34:21 -07:00
base.py Remove log translations from ironic/drivers Part-1 2017-05-09 17:15:38 +00:00
drac.py Remove agent vendor passthru from most drivers 2016-11-29 09:30:32 +02:00
fake.py Remove deprecated, untested ipminative driver 2017-03-30 10:34:21 -07:00
fake_hardware.py Add storage_interface to base driver class 2016-12-21 20:35:30 +00:00
generic.py Add dynamic driver functionality to REST API 2017-01-30 22:12:55 +00:00
hardware_type.py exception from driver_factory.default_interface() 2017-02-06 20:48:56 +00:00
ilo.py Add 'iscsi' deploy support for 'ilo' hardware type 2017-05-08 08:10:56 -04:00
ipmi.py Add hardware type for IPMI using ipmitool 2017-01-26 14:22:23 +01:00
irmc.py Add hardware type 'irmc' for FUJITSU PRIMERGY servers 2017-02-01 00:09:22 +07:00
oneview.py Remove agent vendor passthru from OneView drivers 2016-12-13 09:31:08 +02:00
pxe.py Follow-up patch of 7f12be1b14 2017-04-19 00:37:48 -04:00
raid_config_schema.json RAID interface to support JBOD volumes 2016-05-04 14:28:48 +00:00
redfish.py Add redfish driver 2017-04-21 11:06:24 +01:00
utils.py Remove log translations from ironic/drivers Part-1 2017-05-09 17:15:38 +00:00