Remove rhel7/centos7 image yaml

Support for centos7 was dropped in Ussuri, and downstream has been
rhel8 based since Train. This change removes the image yaml file for
these unsupported OS versions.

Change-Id: I546d76b813cd60d0e26c0183fb37b9672afc413e
This commit is contained in:
Steve Baker 2021-04-12 13:10:39 +12:00
parent 25e1e24273
commit 518db79b3a
8 changed files with 0 additions and 94 deletions

View File

@ -1,10 +0,0 @@
disk_images:
-
imagename: overcloud-hardened-full
type: qcow2
distro: centos7
elements:
- dhcp-all-interfaces
- selinux-permissive
packages:
- yum-plugin-priorities

View File

@ -1,9 +0,0 @@
disk_images:
-
imagename: overcloud-hardened-full
type: qcow2
distro: rhel
elements:
- dhcp-all-interfaces
environment:
DIB_RELEASE: '7'

View File

@ -1,10 +0,0 @@
disk_images:
-
imagename: overcloud-hardened-uefi-full
type: qcow2
distro: centos7
elements:
- dhcp-all-interfaces
- selinux-permissive
packages:
- yum-plugin-priorities

View File

@ -1,10 +0,0 @@
disk_images:
-
imagename: overcloud-hardened-uefi-full
type: qcow2
distro: rhel
elements:
- dhcp-all-interfaces
environment:
DIB_RELEASE: '7'

View File

@ -1,23 +0,0 @@
disk_images:
-
imagename: overcloud-full
type: qcow2
distro: centos7
elements:
- selinux-permissive
environment:
FS_TYPE: xfs
packages:
- yum-plugin-priorities
options:
- "--mkfs-options '-s size=4096'"
-
imagename: ironic-python-agent
type: qcow2
distro: centos7
elements:
- dhcp-all-interfaces
- selinux-permissive
packages:
- yum-plugin-priorities

View File

@ -1,15 +0,0 @@
disk_images:
-
imagename: overcloud-full
type: qcow2
distro: rhel7
elements:
- dhcp-all-interfaces
environment:
FS_TYPE: xfs
options:
- "--mkfs-options '-s size=4096'"
-
imagename: ironic-python-agent
type: qcow2
distro: rhel7

View File

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

View File

@ -1,7 +0,0 @@
disk_images:
-
imagename: overcloud-realtime-compute
type: qcow2
distro: rhel7
elements:
- dhcp-all-interfaces