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:
parent
6cc6ad8827
commit
18788b2b17
@ -2,4 +2,6 @@ disk_images:
|
||||
-
|
||||
imagename: overcloud-hardened-full
|
||||
type: qcow2
|
||||
distro: rhel7
|
||||
distro: rhel
|
||||
environment:
|
||||
DIB_RELEASE: '7'
|
||||
|
7
image-yaml/overcloud-hardened-images-rhel8.yaml
Normal file
7
image-yaml/overcloud-hardened-images-rhel8.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
disk_images:
|
||||
-
|
||||
imagename: overcloud-hardened-full
|
||||
type: qcow2
|
||||
distro: rhel
|
||||
environment:
|
||||
DIB_RELEASE: '8'
|
@ -2,4 +2,7 @@ disk_images:
|
||||
-
|
||||
imagename: overcloud-hardened-uefi-full
|
||||
type: qcow2
|
||||
distro: rhel7
|
||||
distro: rhel
|
||||
environment:
|
||||
DIB_RELEASE: '7'
|
||||
|
||||
|
8
image-yaml/overcloud-hardened-images-uefi-rhel8.yaml
Normal file
8
image-yaml/overcloud-hardened-images-uefi-rhel8.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
disk_images:
|
||||
-
|
||||
imagename: overcloud-hardened-uefi-full
|
||||
type: qcow2
|
||||
distro: rhel
|
||||
environment:
|
||||
DIB_RELEASE: '8'
|
||||
|
Loading…
Reference in New Issue
Block a user