027868b4e7
This new element is required on all overcloud images. Depends-On: I2df6c45936ee88e0eb048998ae23c9334f295fdf Change-Id: I93a60febf5b75dad2f92d103f1dcd141dc418f92 Related-Bug: #1774557
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-hardened-full
|
|
type: qcow2
|
|
elements:
|
|
- dhcp-all-interfaces
|
|
- openvswitch
|
|
- overcloud-agent
|
|
- overcloud-full
|
|
- overcloud-controller
|
|
- overcloud-compute
|
|
- overcloud-ceph-storage
|
|
- puppet-modules
|
|
- stable-interface-names
|
|
- bootloader
|
|
- element-manifest
|
|
- dynamic-login
|
|
- iptables
|
|
- enable-packages-install
|
|
- pip-and-virtualenv-override
|
|
- dracut-regenerate
|
|
- remove-machine-id
|
|
- remove-resolvconf
|
|
- modprobe-blacklist
|
|
- overcloud-secure
|
|
- openssh
|
|
packages:
|
|
- ntp
|
|
- python-psutil
|
|
- python-debtcollector
|
|
- plotnetcfg
|
|
- sos
|
|
- device-mapper-multipath
|
|
- python-heat-agent-puppet
|
|
- python-heat-agent-hiera
|
|
- python-heat-agent-apply-config
|
|
- python-heat-agent-ansible
|
|
- python-heat-agent-docker-cmd
|
|
- python-heat-agent-json-file
|
|
- screen
|
|
- os-net-config
|
|
- jq
|
|
options:
|
|
- "--min-tmpfs=7"
|
|
environment:
|
|
DIB_PYTHON_VERSION: '2'
|
|
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: '23'
|
|
COMPRESS_IMAGE: '1'
|