From a96f926c24605876e4fc674769d7f29f0506383d Mon Sep 17 00:00:00 2001 From: nishagbkar Date: Sun, 25 Aug 2019 23:00:32 +0530 Subject: [PATCH] Adds dhcp-all-interfaces element Changes the value of IRONIC_DIB_RAMDISK_OPTIONS to 'centos7 dhcp-all-interfaces' from 'ubuntu' to resolve the issue in passing the ironic-python-agent-buildimage-dib test. Based on the comments of https://review.opendev.org/#/c/676239/ Change-Id: I92f44370cbd10c192c26cceb1589990f74985e92 Task: 36375 Story: 2005114 --- devstack/lib/ironic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 582d24c12e..165b218e6c 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -281,8 +281,8 @@ fi # This refers the options for disk-image-create and the platform on which # to build the dib based ironic-python-agent ramdisk. -# "ubuntu" is set as the default value. -IRONIC_DIB_RAMDISK_OPTIONS=${IRONIC_DIB_RAMDISK_OPTIONS:-'ubuntu'} +# "centos7 dhcp-all-interfaces" is set since the default value "ubuntu" has some network issue. +IRONIC_DIB_RAMDISK_OPTIONS=${IRONIC_DIB_RAMDISK_OPTIONS:-'centos7 dhcp-all-interfaces'} # Some drivers in Ironic require deploy ramdisk in bootable ISO format. # Set this variable to "true" to build an ISO for deploy ramdisk and