tripleo-common/image-yaml/overcloud-realtime-compute-python3.yaml
Bob Fournier ce5d049c1e Add python3 file for additional images
In addition to hardened images
(https://review.opendev.org/#/q/I953c5648ac79dc8a59fd4bc798c21e6e383e1afc)
a python3 file needs to be added to support RHEL 8 for hardened uefi and
realtime-compute images.

Change-Id: Ic4f9a7a6128842f54dc70f51adb74067acc7bc8a
2019-08-23 15:55:52 -04:00

39 lines
910 B
YAML

disk_images:
-
imagename: overcloud-realtime-compute
type: qcow2
elements:
- baremetal
- dhcp-all-interfaces
- 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:
- python3-psutil
- python3-debtcollector
- sos
- device-mapper-multipath
- openstack-heat-agents
- os-net-config
- jq
options:
- "--min-tmpfs=7"
environment:
DIB_PYTHON_VERSION: '3'
DIB_BAREMETAL_KERNEL_PATTERN: 'vmlinuz*.rt*'
DIB_BAREMETAL_INITRD_PATTERN: 'initramfs-*.rt*'