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:
parent
f7e9114803
commit
e1f0baaf0b
@ -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 -%}"
|
||||
|
Loading…
Reference in New Issue
Block a user