summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNisha Agarwal <agarwalnisha1980@gmail.com>2017-03-22 00:38:44 -0700
committerIlya Etingof <etingof@gmail.com>2018-11-03 09:09:56 +0100
commit41d3356571eafd7f3192d05d7c7523ac295ff5c0 (patch)
tree54daaeb8536e8d230e35c44c69eea89608b70933 /setup.cfg
parent325b0a6bd42d9eda531ace1185ecdc5e2ceb8614 (diff)
downloadironic-41d3356571eafd7f3192d05d7c7523ac295ff5c0.tar.gz
Add Redfish inspect interface
Add the InspectInterface to the `redfish` hardware type. This enables OOB inspection in ironic. Story: 1668487 Task: 10571 Co-Authored-By: Ilya Etingof <etingof@gmail.com> Depends-On: I3a79f2afe6c838636df554ee468f8f2e0cf0859e Depends-On: Ieb374f8cabb0418bb2680fdab690446346fc354f Change-Id: Ie3167569db060620fe0b9784bc7d7a854f2ef754
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 1cf0f0e87..3c234debe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -88,6 +88,7 @@ ironic.hardware.interfaces.inspect =
inspector = ironic.drivers.modules.inspector:Inspector
irmc = ironic.drivers.modules.irmc.inspect:IRMCInspect
no-inspect = ironic.drivers.modules.noop:NoInspect
+ redfish = ironic.drivers.modules.redfish.inspect:RedfishInspect
ironic.hardware.interfaces.management =
cimc = ironic.drivers.modules.cimc.management:CIMCManagement