summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBill Dodd <billdodd@gmail.com>2020-05-21 10:29:46 -0500
committerBill Dodd <billdodd@gmail.com>2021-03-03 10:41:56 -0600
commitd7f4da23764e2b8a3ce784ff2bcf047227af7064 (patch)
tree17fa00a0428cac9716068d15e0fc4a719b4bdc59 /setup.cfg
parent5857fa802d42a49aa4cd2a0b2b0618c0845f6c65 (diff)
downloadironic-d7f4da23764e2b8a3ce784ff2bcf047227af7064.tar.gz
Add Redfish RAID management to Ironic
The Redfish hardware type does not currently implement the RAID hardware interface. This patch implements the Redfish RAID interface, allowing operators to specify the desired RAID configuration on Ironic Redfish nodes. Story: 2003514 Task: 24789 Depends-On: https://review.opendev.org/c/openstack/sushy/+/774532 Change-Id: Icf5ca865e0c1e168b96659229df622698bea1503
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 cd2888928..827fc565a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -145,6 +145,7 @@ ironic.hardware.interfaces.raid =
ilo5 = ironic.drivers.modules.ilo.raid:Ilo5RAID
irmc = ironic.drivers.modules.irmc.raid:IRMCRAID
no-raid = ironic.drivers.modules.noop:NoRAID
+ redfish = ironic.drivers.modules.redfish.raid:RedfishRAID
ironic.hardware.interfaces.rescue =
agent = ironic.drivers.modules.agent:AgentRescue