Add python3 file for hardened images

Add a python3 file to support RHEL 8 for hardened images.  In addition
remove the screen package as its no longer supported.

Change-Id: I953c5648ac79dc8a59fd4bc798c21e6e383e1afc
(cherry picked from commit af23dfd61b)
This commit is contained in:
Bob Fournier 2019-08-13 15:59:01 -04:00
parent 913b8de117
commit f4e5b139c9
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
disk_images:
-
imagename: overcloud-hardened-full
type: qcow2
elements:
- dhcp-all-interfaces
- openvswitch
- overcloud-agent
- overcloud-base
- overcloud-controller
- overcloud-compute
- overcloud-ceph-storage
- puppet-modules
- stable-interface-names
- bootloader
- element-manifest
- dynamic-login
- iptables
- enable-packages-install
- override-pip-and-virtualenv
- dracut-regenerate
- remove-machine-id
- remove-resolvconf
- modprobe
- overcloud-secure
- 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_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf vfat bluetooth'
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'nofb nomodeset vga=normal console=tty0 console=ttyS0,115200 audit=1 nousb'
DIB_IMAGE_SIZE: '40'
COMPRESS_IMAGE: '1'