81808a958a
Adds an overcloud-realtime-compute image, that replaces the default kernel with the realtime kernel. bp tripleo-realtime Depends-On: Iff34b8328868f3752963a4d9c46d5154dc862eab Change-Id: I7fd4c78ac0b3ddbc55b91187dc245535e02ad9d9
36 lines
842 B
YAML
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*'
|