From 4177b18ae657fe2469b50b6cfae4629bf4f27a25 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Wed, 25 Aug 2021 18:56:05 +0300 Subject: [PATCH] Add configs for CentOS 9 image Change-Id: Iff4b120799f8c8486fea608b9a028b6b12317908 --- ...vercloud-hardened-images-uefi-centos9.yaml | 17 +++++++++++++++ image-yaml/overcloud-images-centos9.yaml | 21 +++++++++++++++++++ image-yaml/overcloud-images-ceph-centos9.yaml | 9 ++++++++ 3 files changed, 47 insertions(+) create mode 100644 image-yaml/overcloud-hardened-images-uefi-centos9.yaml create mode 100644 image-yaml/overcloud-images-centos9.yaml create mode 100644 image-yaml/overcloud-images-ceph-centos9.yaml diff --git a/image-yaml/overcloud-hardened-images-uefi-centos9.yaml b/image-yaml/overcloud-hardened-images-uefi-centos9.yaml new file mode 100644 index 000000000..5167d0e3e --- /dev/null +++ b/image-yaml/overcloud-hardened-images-uefi-centos9.yaml @@ -0,0 +1,17 @@ +disk_images: + - + imagename: overcloud-hardened-uefi-full + type: qcow2 + distro: centos + release: 9 + elements: + - selinux-permissive + - interface-names + - + imagename: ironic-python-agent + type: qcow2 + distro: centos + release: 9 + elements: + - selinux-permissive + - interface-names diff --git a/image-yaml/overcloud-images-centos9.yaml b/image-yaml/overcloud-images-centos9.yaml new file mode 100644 index 000000000..0af226db8 --- /dev/null +++ b/image-yaml/overcloud-images-centos9.yaml @@ -0,0 +1,21 @@ +disk_images: + - + imagename: overcloud-full + type: qcow2 + distro: centos + release: 9 + elements: + - selinux-permissive + - interface-names + environment: + FS_TYPE: xfs + options: + - "--mkfs-options '-s size=4096'" + - + imagename: ironic-python-agent + type: qcow2 + distro: centos + release: 9 + elements: + - selinux-permissive + - interface-names diff --git a/image-yaml/overcloud-images-ceph-centos9.yaml b/image-yaml/overcloud-images-ceph-centos9.yaml new file mode 100644 index 000000000..f0bd41659 --- /dev/null +++ b/image-yaml/overcloud-images-ceph-centos9.yaml @@ -0,0 +1,9 @@ +disk_images: + - + imagename: overcloud-ceph + type: qcow2 + distro: centos + release: 9 + elements: + - selinux-permissive + - interface-names