Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Delete overcloud-hardened-full image definitions
Browse files Browse the repository at this point in the history
The rt-kernel image has been converted to an
overcloud-hardened-uefi-full version. All others are deleted as
they're already replaced by the overcloud-hardened-uefi-full image.

Blueprint: whole-disk-default
Change-Id: I5dfcf4dfa66be57ee3a6f94e1a094dcd527ffac5
  • Loading branch information
steveb authored and chkumar246 committed Oct 26, 2021
1 parent 7e89423 commit 25f97d8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 73 deletions.
12 changes: 0 additions & 12 deletions image-yaml/overcloud-hardened-images-centos8.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions image-yaml/overcloud-hardened-images-python3-rt-kernel.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions image-yaml/overcloud-hardened-images-rhel8.yaml

This file was deleted.

@@ -1,6 +1,6 @@
disk_images:
-
imagename: overcloud-hardened-full
imagename: overcloud-hardened-uefi-full-rt-kernel
type: qcow2
elements:
- openvswitch
Expand All @@ -21,11 +21,12 @@ disk_images:
- remove-machine-id
- remove-resolvconf
- modprobe
- overcloud-partition
- overcloud-partition-uefi
- overcloud-secure
- openssh
- disable-nouveau
packages:
- kernel-rt
- python3-psutil
- python3-debtcollector
- sos
Expand All @@ -37,7 +38,8 @@ disk_images:
- "--min-tmpfs=7"
environment:
DIB_PYTHON_VERSION: '3'
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf vfat bluetooth'
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: '40'
DIB_IMAGE_SIZE: '6'
COMPRESS_IMAGE: '1'
DIB_BLOCK_DEVICE: 'efi'
2 changes: 0 additions & 2 deletions zuul.d/layout.yaml
Expand Up @@ -32,8 +32,6 @@
dependencies: *deps_unit_lint
- tripleo-buildimage-ironic-python-agent-centos-8:
dependencies: *deps_unit_lint
- tripleo-buildimage-overcloud-hardened-full-centos-8:
dependencies: *deps_unit_lint
- tripleo-buildimage-overcloud-hardened-uefi-full-centos-8:
dependencies: *deps_unit_lint

Expand Down

0 comments on commit 25f97d8

Please sign in to comment.