Add support for RHEL 8 and start using versionless element

A new versionless rhel element has been added in DIB. Start using
that, and add the RHEL 8 bindings as well.

Change-Id: I65d65f954e2d18d4493486c27f5b049dc7910846
This commit is contained in:
Yolanda Robla 2019-06-03 09:25:45 +02:00
parent 6cc6ad8827
commit 18788b2b17
4 changed files with 22 additions and 2 deletions

View File

@ -2,4 +2,6 @@ disk_images:
-
imagename: overcloud-hardened-full
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
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'