af9329599b
This element was needed for centos-7 and earlier because by default only the first interface had dhcp enabled. This is no longer the case with centos-8, every interface has dhcp enabled. Additionally this element is causing issues in some environments. This change removes the element from all *-8 images since it no longer serves a useful purpose and is causing problems in some cases. Change-Id: I2cc79caeabd9d1b85f54320a83e5f36a64003303
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-full
|
|
type: qcow2
|
|
elements:
|
|
- baremetal
|
|
- openvswitch
|
|
- overcloud-agent
|
|
- overcloud-base
|
|
- overcloud-controller
|
|
- overcloud-compute
|
|
- overcloud-ceph-storage
|
|
- puppet-modules
|
|
- stable-interface-names
|
|
- grub2
|
|
- element-manifest
|
|
- dynamic-login
|
|
- iptables
|
|
- enable-packages-install
|
|
- override-pip-and-virtualenv
|
|
- dracut-regenerate
|
|
- remove-machine-id
|
|
- remove-resolvconf
|
|
- openssh
|
|
- disable-nouveau
|
|
packages:
|
|
- python-psutil
|
|
- python-debtcollector
|
|
- sos
|
|
- device-mapper-multipath
|
|
- openstack-heat-agents
|
|
- os-net-config
|
|
- jq
|
|
- dbus-python
|
|
options:
|
|
- "--min-tmpfs=7"
|
|
environment:
|
|
DIB_PYTHON_VERSION: '2'
|
|
-
|
|
imagename: ironic-python-agent
|
|
# This is bogus, but there's no initrd type in diskimage-builder
|
|
type: qcow2
|
|
# So we just override the extension instead
|
|
imageext: initramfs
|
|
elements:
|
|
- ironic-python-agent-ramdisk
|
|
- ironic-agent-multipath
|
|
- dynamic-login
|
|
- element-manifest
|
|
- network-gateway
|
|
- enable-packages-install
|
|
- override-pip-and-virtualenv
|
|
- extra-hardware
|
|
options:
|
|
- "--min-tmpfs=7"
|
|
environment:
|
|
DIB_EPEL_DISABLED: 1
|
|
DIB_PYTHON_VERSION: '2'
|