tripleo-common/image-yaml/overcloud-images-centos7.yaml
Ben Nemec 580c7a2f9a Install yum-plugin-priorities on centos images
When installing from dlrn repos on centos, we need to respect the
repo priorities.  This is not needed on rhel, so it is added to the
centos-specific image file only.

Change-Id: Idd083a4bf6f4cf11c8f552c4ff9fea05a3c8b79f
2016-11-14 19:38:49 +00:00

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