Merge "Add support for RHEL 8 and start using versionless element" into stable/stein

This commit is contained in:
Zuul 2019-08-21 17:26:32 +00:00 committed by Gerrit Code Review
commit 42d9fdb0c7
4 changed files with 22 additions and 2 deletions

View File

@ -2,4 +2,6 @@ disk_images:
- -
imagename: overcloud-hardened-full imagename: overcloud-hardened-full
type: qcow2 type: qcow2
distro: rhel7 distro: rhel
environment:
DIB_RELEASE: '7'

View File

@ -0,0 +1,7 @@
disk_images:
-
imagename: overcloud-hardened-full
type: qcow2
distro: rhel
environment:
DIB_RELEASE: '8'

View File

@ -2,4 +2,7 @@ disk_images:
- -
imagename: overcloud-hardened-uefi-full imagename: overcloud-hardened-uefi-full
type: qcow2 type: qcow2
distro: rhel7 distro: rhel
environment:
DIB_RELEASE: '7'

View File

@ -0,0 +1,8 @@
disk_images:
-
imagename: overcloud-hardened-uefi-full
type: qcow2
distro: rhel
environment:
DIB_RELEASE: '8'