Do not disable configure_mirrors extra repos for debian

This does not work with the current zuul images as there is a backports
repo config present in the built image that is not replaced by the
CI region specific config when the extra repos are disabled.

As the currently built images specify the '-int' (internal) interface
for the mirror server, this leads to job failures as the internal
mirror url from the image is not accessible when the image is booted
in a different region to that which it was built in.

Change-Id: I4b387fc25b56d70ee8a36d1fe91b3cd6933e2dc4
Signed-off-by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
This commit is contained in:
Jonathan Rosser
2025-07-08 09:31:25 +01:00
parent 0af7463e2b
commit 27d4bc31a7

View File

@@ -38,8 +38,8 @@
- ^tox.ini$
- ^Vagrantfile
vars:
#disable powertools/highavailabity for centos, do not install debian/ubuntu backports repo config
configure_mirrors_extra_repos: False
#disable powertools/highavailabity for centos
configure_mirrors_extra_repos: "{{ ansible_facts['os_family'] | lower != 'redhat' }}"
#disable generation of ARA html report to reduce log upload time
ara_report_type: database