Add quickstart-* repos to build-images role

https://review.openstack.org/#/c/494056 renamed repo and repofile
names for jobs in triple-ci.  However the list of repositories
configured in the build-image role still points to the old "centos-*"
repofile name [1].

This patch adds repos /etc/yum.repos.d/quickstart-* to the default
list of repos to make build-images role compatible with new repos
configuration.

[1] https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/build-images/defaults/main.yml#L20

Closes-Bug: #1712029

Change-Id: Ib25b2e9daf6b2ddaffc490552f9cc453c26f1a65
This commit is contained in:
Alfredo Moralejo 2017-08-21 11:34:59 +02:00
parent 3b89cd0b3c
commit 0b4b09dd9b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ overcloud_repo_paths:
- "$(ls /etc/yum.repos.d/delorean*)"
- "$(ls /etc/yum.repos.d/CentOS-Ceph-*)"
- "$(ls /etc/yum.repos.d/centos-*)"
- "$(ls /etc/yum.repos.d/quickstart-*)"
- "$(ls {{working_dir}}/web-gating.repo)"
image_build_yaml_paths:
- "/usr/share/tripleo-common/image-yaml/overcloud-images-centos7.yaml"