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 fc07b696ac2c45c3f914b85b750e471fceb5c390. Change-Id: I4493c8196dff9b615d75812118082e7d374a7c25
23 lines
397 B
YAML
23 lines
397 B
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-full
|
|
arch: amd64
|
|
type: qcow2
|
|
distro: centos7
|
|
elements:
|
|
- selinux-permissive
|
|
environment:
|
|
FS_TYPE: xfs
|
|
packages:
|
|
- yum-plugin-priorities
|
|
-
|
|
imagename: ironic-python-agent
|
|
arch: amd64
|
|
type: qcow2
|
|
distro: centos7
|
|
elements:
|
|
- selinux-permissive
|
|
packages:
|
|
- yum-plugin-priorities
|
|
|