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
This commit is contained in:
Oliver Walsh 2018-01-05 17:39:09 +00:00
parent 04317fff33
commit 81808a958a
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,9 @@
disk_images:
-
imagename: overcloud-realtime-compute
type: qcow2
distro: centos7
elements:
- selinux-permissive
packages:
- yum-plugin-priorities

View File

@ -0,0 +1,5 @@
disk_images:
-
imagename: overcloud-realtime-compute
type: qcow2
distro: rhel7

View File

@ -0,0 +1,35 @@
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*'