tripleo-common/image-yaml/overcloud-realtime-compute.yaml
Steve Baker af9329599b Don't install dhcp-all-interfaces for redhat 8 onwards
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
2021-03-24 10:50:50 +13:00

38 lines
880 B
YAML

disk_images:
-
imagename: overcloud-realtime-compute
type: qcow2
elements:
- baremetal
- openvswitch
- overcloud-agent
- overcloud-compute
- 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
- realtime-kernel
- openssh
- disable-nouveau
packages:
- python-psutil
- python-debtcollector
- sos
- device-mapper-multipath
- openstack-heat-agents
- os-net-config
- jq
options:
- "--min-tmpfs=7"
environment:
DIB_PYTHON_VERSION: '2'
DIB_BAREMETAL_KERNEL_PATTERN: 'vmlinuz*.rt*'
DIB_BAREMETAL_INITRD_PATTERN: 'initramfs-*.rt*'