Merge "Delete realtime kernel images"

This commit is contained in:
Zuul 2022-11-23 22:43:33 +00:00 committed by Gerrit Code Review
commit a25d6551f8
2 changed files with 0 additions and 65 deletions

View File

@ -1,37 +0,0 @@
disk_images:
-
imagename: overcloud-hardened-uefi-full-rt-kernel
type: qcow2
elements:
- openvswitch
- overcloud-base
- overcloud-controller
- overcloud-compute
- overcloud-ceph-storage
- puppet-modules
- stable-interface-names
- bootloader
- element-manifest
- dynamic-login
- iptables
- enable-packages-install
- override-pip-and-virtualenv
- dracut-regenerate
- remove-resolvconf
- modprobe
- overcloud-partition-uefi
- overcloud-secure
- openssh
- disable-nouveau
- reset-bls-entries
packages:
- kernel-rt
options:
- "--min-tmpfs=7"
environment:
DIB_PYTHON_VERSION: '3'
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf bluetooth'
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'nofb nomodeset vga=normal console=tty0 console=ttyS0,115200 audit=1 nousb'
DIB_IMAGE_SIZE: '6'
COMPRESS_IMAGE: '1'
DIB_BLOCK_DEVICE: 'efi'

View File

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