From 0b4b09dd9b056e888ec389b974a87f68b52387cd Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Mon, 21 Aug 2017 11:34:59 +0200 Subject: [PATCH] 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 --- roles/build-images/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/build-images/defaults/main.yml b/roles/build-images/defaults/main.yml index ec8e23fb5..137de3254 100644 --- a/roles/build-images/defaults/main.yml +++ b/roles/build-images/defaults/main.yml @@ -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"