summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorChristopher Dearborn <Christopher_Dearborn@dell.com>2017-05-18 15:35:04 -0400
committerChristopher Dearborn <Christopher_Dearborn@dell.com>2017-06-15 10:06:40 -0400
commit35f222c55deaa13c599de80eb9eaf0e4cbf8165e (patch)
tree83e38fa1e30ad3b0afea9ba68b428dff17b219a3 /driver-requirements.txt
parent864d39d3508548f6244ead993eadb683759ebeb6 (diff)
downloadironic-35f222c55deaa13c599de80eb9eaf0e4cbf8165e.tar.gz
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
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 6855f2b3d..c4a53c520 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -10,7 +10,7 @@ python-ironic-inspector-client>=1.5.0
python-oneviewclient<3.0.0,>=2.5.2
python-scciclient>=0.4.0
UcsSdk==0.8.2.2
-python-dracclient>=0.1.0
+python-dracclient>=1.2.0
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater
ImcSdk>=0.7.2