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
This commit is contained in:
parent
e518bebe03
commit
a96f926c24
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user