Merge "Default configure_mirrors_extra_repos to False in configure-mirrors"

This commit is contained in:
Zuul
2025-09-09 19:40:12 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -39,9 +39,9 @@ An ansible role to configure services to use mirrors.
(not Ubuntu) installations. (not Ubuntu) installations.
.. zuul:rolevar:: configure_mirrors_extra_repos .. zuul:rolevar:: configure_mirrors_extra_repos
:default: True :default: False
Set to False to opt-out of installing extra repositories such Set to True to opt-in to installing extra repositories such
as PowerTools and HighAvailability on centos-8-stream and as PowerTools and HighAvailability on centos-8-stream and
backports for Debian/Ubuntu. The intent is to match the upstream backports for Debian/Ubuntu. The intent is to match the upstream
distro state when this variable is set to False. Note that this distro state when this variable is set to False. Note that this

View File

@@ -11,4 +11,4 @@ http_or_https: >-
pypi_mirror: "{{ http_or_https }}://{{ pypi_fqdn }}/pypi/simple" pypi_mirror: "{{ http_or_https }}://{{ pypi_fqdn }}/pypi/simple"
wheel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-{{ ansible_distribution_version }}-{{ ansible_architecture | lower }}" wheel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-{{ ansible_distribution_version }}-{{ ansible_architecture | lower }}"
enable_deb_src_repos: False enable_deb_src_repos: False
configure_mirrors_extra_repos: True configure_mirrors_extra_repos: False