summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-07-24 12:48:59 +0200
committerRichard Pioso <richard.pioso@dell.com>2019-10-11 20:01:09 -0400
commit0ad6f8758747cf0d0796c89e0e8f8bdbf6f0421d (patch)
tree52bcc78ed61c32a462b4736eb84edce8500b5657 /driver-requirements.txt
parentb7eb4a181c9c97bc738e47deb77b44f24e8622c0 (diff)
downloadironic-0ad6f8758747cf0d0796c89e0e8f8bdbf6f0421d.tar.gz
Add Redfish vmedia boot interface to idrac HW type
This change adds idrac hardware type support of a virtual media boot interface implementation that utilizes the Redfish out-of-band (OOB) management protocol and is compatible with the integrated Dell Remote Access Controller (iDRAC) baseboard management controller (BMC). It is named 'idrac-redfish-virtual-media'. The iDRAC Redfish Service almost entirely interoperates with the virtual media boot workflow suggested by the Redfish standard. The only difference is configuring the system to boot from the inserted virtual media. The standard workflow expects it to be referred to as a CD-ROM or floppy disk drive boot source, no different from their physical counterparts. However, the iDRAC refers to them as virtual boot sources, distinct from their physical counterparts. Presently, the standard does not define virtual CD-ROM nor virtual floppy disk drive boot sources. However, the iDRAC provides a Redfish OEM extension for setting the system to boot from one of those virtual boot sources. To circumvent the above issue, the Python class which implements 'idrac-redfish-virtual-media' is derived from the class which implements the generic, vendor-independent 'redfish-virtual-media' interface. It overrides the method which sets the boot device to facilitate use of the aforementioned iDRAC Redfish Service OEM extension. The idrac hardware type declares support for that new interface implementation, in addition to all boot interface implementations it has been supporting. The priority order is retained by assigning the new 'idrac-redfish-virtual-media' the lowest priority. A new idrac hardware type Python package dependency is introduced. It is on 'sushy-oem-idrac'. [1] https://pypi.org/project/sushy-oem-idrac/ Co-Authored-By: Richard G. Pioso <richard.pioso@dell.com> Story: 2006570 Task: 36675 Change-Id: I416019fc1ed3ab2a3a3dbc4443571123ef90e327
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index beb542186..e3ea2d2d3 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -18,3 +18,6 @@ ansible>=2.4
# HUAWEI iBMC hardware type uses the python-ibmcclient library
python-ibmcclient>=0.1.0
+
+# Dell EMC iDRAC sushy OEM extension
+sushy-oem-idrac<=0.1.0