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:
9
image-yaml/overcloud-realtime-compute-centos7.yaml
Normal file
9
image-yaml/overcloud-realtime-compute-centos7.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
disk_images:
|
||||||
|
-
|
||||||
|
imagename: overcloud-realtime-compute
|
||||||
|
type: qcow2
|
||||||
|
distro: centos7
|
||||||
|
elements:
|
||||||
|
- selinux-permissive
|
||||||
|
packages:
|
||||||
|
- yum-plugin-priorities
|
5
image-yaml/overcloud-realtime-compute-rhel7.yaml
Normal file
5
image-yaml/overcloud-realtime-compute-rhel7.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
disk_images:
|
||||||
|
-
|
||||||
|
imagename: overcloud-realtime-compute
|
||||||
|
type: qcow2
|
||||||
|
distro: rhel7
|
35
image-yaml/overcloud-realtime-compute.yaml
Normal file
35
image-yaml/overcloud-realtime-compute.yaml
Normal 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*'
|
Reference in New Issue
Block a user