35f222c55d
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
20 lines
591 B
Plaintext
20 lines
591 B
Plaintext
# This file lists all python libraries which are utilized by drivers,
|
|
# but not listed in global-requirements.
|
|
# It is intended to help package maintainers to discover additional
|
|
# python projects they should package as optional dependencies for Ironic.
|
|
|
|
# These are available on pypi
|
|
proliantutils>=2.2.1
|
|
pysnmp
|
|
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>=1.2.0
|
|
|
|
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater
|
|
ImcSdk>=0.7.2
|
|
|
|
# The Redfish hardware type uses the Sushy library
|
|
sushy
|