summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authormpardhi23 <mpardhi1991@gmail.com>2019-09-12 09:22:45 -0400
committerRichard Pioso <richard.pioso@dell.com>2019-09-17 15:34:54 -0400
commit62579800fbb5ef3001185a071c3e85238d462770 (patch)
tree29d464ca1f517d8638bcf6f1cbdfe9fbaa81deea /setup.cfg
parent03471be1ede078a31ca8e5d993e2f2dff1c07f69 (diff)
downloadironic-62579800fbb5ef3001185a071c3e85238d462770.tar.gz
Add Redfish inspect interface to idrac HW type
This change adds idrac hardware type support of an inspect 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'. The idrac hardware type declares support for that new interface implementation, in addition to all inspect interface implementations it has been supporting. The highest priority inspect interfaces remain the same, those which rely on the Web Services Management (WS-Man) OOB management protocol. The new 'idrac-redfish' immediately follows those. Co-Authored-By: Richard G. Pioso <richard.pioso@dell.com> Change-Id: I6d8f5cd629e2e17eb86b6f8154a605050e0c7abe
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ada0c88ca..4a4c9c84c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -89,6 +89,7 @@ ironic.hardware.interfaces.deploy =
ironic.hardware.interfaces.inspect =
fake = ironic.drivers.modules.fake:FakeInspect
idrac = ironic.drivers.modules.drac.inspect:DracInspect
+ idrac-redfish = ironic.drivers.modules.drac.inspect:DracRedfishInspect
idrac-wsman = ironic.drivers.modules.drac.inspect:DracWSManInspect
ilo = ironic.drivers.modules.ilo.inspect:IloInspect
inspector = ironic.drivers.modules.inspector:Inspector