tripleo-common/image-yaml/overcloud-images.yaml
Chandan Kumar (raukadah) 1aa93cecb7 [Wallaby-Only] remove remove-machine-id element
https://review.opendev.org/c/openstack/tripleo-common/+/823148
cherry-pick tries to remove element from stable/wallaby but there
are other files where this element is mentioned.

In order to remove it completely from stable/wallaby,
we need to remove the reference for the same in favor
of https://review.opendev.org/c/openstack/diskimage-builder/+/818851

https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/824426
removes the element code from tripleo-puppet-elements.

Related-Bug: #1954456

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I331e05321601a7436283b4815cf0cd8915a3462b
2022-02-14 13:23:36 +05:30

58 lines
1.3 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-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'