From 8865d01da5050ee2fec2d884026f6504d4031682 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 4 Jan 2019 16:33:46 +0100 Subject: [PATCH] ironic: enable the ipxe boot interface by default Ironic is separating the pxe and ipxe implementations into separate boot interfaces, deprecating the ipxe part of the pxe interface. This change enables the new ipxe interface instead. Story: #1628069 Change-Id: Icffcfae290f94f91823d80cc640f4a9bf9eafa5f --- deployment/ironic/ironic-conductor-container-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ironic/ironic-conductor-container-puppet.yaml b/deployment/ironic/ironic-conductor-container-puppet.yaml index 1246fbdbff..11ffa4f635 100644 --- a/deployment/ironic/ironic-conductor-container-puppet.yaml +++ b/deployment/ironic/ironic-conductor-container-puppet.yaml @@ -117,7 +117,7 @@ parameters: type must have at least one valid implementation enabled. type: comma_delimited_list IronicEnabledBootInterfaces: - default: ['pxe'] + default: ['ipxe', 'pxe'] description: Enabled boot interface implementations. Each hardware type must have at least one valid implementation enabled. type: comma_delimited_list