summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2018-08-06 11:19:54 +0200
committerJulia Kreger <juliaashleykreger@gmail.com>2018-08-07 13:25:50 +0000
commitd42bd9a77ba46240853769f08a5f25bcfdddda79 (patch)
tree0539340adb5aaf8c8ac63aa03e8079ec5c337a04 /setup.cfg
parentcf890896962a88414bcb42cfbeb981fbac99a28b (diff)
downloadironic-d42bd9a77ba46240853769f08a5f25bcfdddda79.tar.gz
Add "noop" management and use it in the "ipmi" hardware type
The new management interface targets hardware that does not correctly support changing the boot device via IPMI. For example, some hardware was reported to break the configured boot order in this case. Using the "noop" management will allow operators to pre-define the boot order as PXE -> DISK. Change-Id: Iae2837b100905e9e06cc2cd2614f0af81bf13752 Story: #2003203 Task: #23359
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 0a1df11ea..eb4cfb2e8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -98,6 +98,7 @@ ironic.hardware.interfaces.management =
ilo = ironic.drivers.modules.ilo.management:IloManagement
ipmitool = ironic.drivers.modules.ipmitool:IPMIManagement
irmc = ironic.drivers.modules.irmc.management:IRMCManagement
+ noop = ironic.drivers.modules.noop_mgmt:NoopManagement
oneview = ironic.drivers.modules.oneview.management:OneViewManagement
redfish = ironic.drivers.modules.redfish.management:RedfishManagement
ucsm = ironic.drivers.modules.ucs.management:UcsManagement