05c72a89b8
Configuration has been entirely ansible driven for a few releases, so no os-collect-config or python3-heat-agent packages need to be installed now. Change-Id: I9ec594beca06dba18ffeee44f9ce9457a2ce829c
29 lines
689 B
YAML
29 lines
689 B
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-realtime-compute
|
|
type: qcow2
|
|
elements:
|
|
- baremetal
|
|
- openvswitch
|
|
- overcloud-compute
|
|
- puppet-modules
|
|
- stable-interface-names
|
|
- bootloader
|
|
- element-manifest
|
|
- dynamic-login
|
|
- iptables
|
|
- enable-packages-install
|
|
- override-pip-and-virtualenv
|
|
- dracut-regenerate
|
|
- remove-resolvconf
|
|
- realtime-kernel
|
|
- openssh
|
|
- disable-nouveau
|
|
- reset-bls-entries
|
|
options:
|
|
- "--min-tmpfs=7"
|
|
environment:
|
|
DIB_PYTHON_VERSION: '3'
|
|
DIB_BAREMETAL_KERNEL_PATTERN: 'vmlinuz*.rt*'
|
|
DIB_BAREMETAL_INITRD_PATTERN: 'initramfs-*.rt*'
|