Skip centos.repo setup for C8

Centos.repo[1] already set for c9 in oooci-build-images
vars, in this patch we are doing same.

[1] https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/oooci-build-images/vars/centos-9.yaml#L6

Signed-off-by: Amol Kahat <amolkahat@gmail.com>
Change-Id: I7fd57cf395a98094c1033083bc8c075b040d49a6
This commit is contained in:
Amol Kahat 2022-12-30 18:51:31 +05:30
parent f7e9114803
commit e1f0baaf0b
No known key found for this signature in database
GPG Key ID: FDD3BA6C832D7715
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ overcloud_as_undercloud: true
overcloud_repo_paths:
- "/etc/yum.repos.d/delorean*"
- "/etc/yum.repos.d/quickstart-*"
- "/etc/yum.repos.d/centos.repo"
- "{% if ansible_distribution_major_version is version('9', '>=') -%}/etc/yum.repos.d/centos.repo{% endif %}"
- "{% if job is defined and job.component is defined -%}/etc/yum.repos.d/*-component.repo{%- endif -%}"