tripleo-common/image-yaml/overcloud-realtime-compute.yaml
Oliver Walsh 81808a958a Add new image for realtime computes
Adds an overcloud-realtime-compute image, that replaces the default kernel with
the realtime kernel.

bp tripleo-realtime
Depends-On: Iff34b8328868f3752963a4d9c46d5154dc862eab

Change-Id: I7fd4c78ac0b3ddbc55b91187dc245535e02ad9d9
2018-01-05 17:54:13 +00:00

36 lines
842 B
YAML

disk_images:
-
imagename: overcloud-realtime-compute
type: qcow2
elements:
- baremetal
- dhcp-all-interfaces
- overcloud-agent
- overcloud-compute
- puppet-modules
- os-net-config
- stable-interface-names
- grub2
- element-manifest
- dynamic-login
- iptables
- enable-packages-install
- pip-and-virtualenv-override
- dracut-regenerate
- remove-machine-id
- realtime-kernel
packages:
- python-psutil
- python-debtcollector
- plotnetcfg
- sos
- ntp
- device-mapper-multipath
- openstack-heat-agents
options:
- "--min-tmpfs 5"
environment:
DIB_PYTHON_VERSION: '2'
DIB_BAREMETAL_KERNEL_PATTERN: 'vmlinuz*.rt*'
DIB_BAREMETAL_INITRD_PATTERN: 'initramfs-*.rt*'