From e56b898f3be9cc92d1859765da181ad598a8e421 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 11 Sep 2018 17:37:41 +0200 Subject: [PATCH] ironic: enable noop management interface by default Some hardware messes up boot order on IPMI bootdev command. To work around it we introduced a 'noop' management interface, that expects the boot order to be fully preconfigured. This change enables it in the overcloud by default. Change-Id: I74620233e5af58a02e3e47da08dff7148e2ef10d Story: #2003203 --- puppet/services/ironic-conductor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/services/ironic-conductor.yaml b/puppet/services/ironic-conductor.yaml index 8816f60a7a..a1324893ef 100644 --- a/puppet/services/ironic-conductor.yaml +++ b/puppet/services/ironic-conductor.yaml @@ -126,7 +126,7 @@ parameters: type must have at least one valid implementation enabled. type: comma_delimited_list IronicEnabledManagementInterfaces: - default: ['ipmitool', 'redfish'] + default: ['ipmitool', 'noop', 'redfish'] description: Enabled management interface implementations. Each hardware type must have at least one valid implementation enabled. type: comma_delimited_list