cdc55a91ea
This is causing us to always build the hardened image, which
is a huge waste of time and disk space. The hardened image
needs to be added in a separate yaml file so it can be built
as needed.
This reverts commit fc07b696ac
.
Change-Id: I4493c8196dff9b615d75812118082e7d374a7c25
14 lines
222 B
YAML
14 lines
222 B
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-full
|
|
arch: amd64
|
|
type: qcow2
|
|
distro: rhel7
|
|
environment:
|
|
FS_TYPE: xfs
|
|
-
|
|
imagename: ironic-python-agent
|
|
arch: amd64
|
|
type: qcow2
|
|
distro: rhel7
|