zuul-jobs/roles/configure-mirrors/vars/CentOS-9.yaml
Ian Wienand 6cac22ddab
configure-mirrors: fix typo in 9-stream enablement list
The debug repo for NFV wasn't configured to mirrors, this was a typo
in Ibfd88c137855c22b960099cc8d582b241c3b1db6.  Switch it back to
false.

Change-Id: If18d5fda42c68f4520a5c553b63c7b2d351ebd4f
2022-09-19 16:16:34 +10:00

29 lines
931 B
YAML

package_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/{{ ansible_distribution | lower }}-stream"
epel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/epel"
wheel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture | lower }}"
configure_mirrors_components_9_stream:
'baseos': true
'baseos-debug': false
'baseos-source': false
'appstream': true
'appstream-debug': false
'appstream-source': false
'crb': true
'crb-debug': false
'crb-source': false
'highavailability': true
'highavailability-debug': false
'highavailability-source': false
'nfv': true
'nfv-debug': false
'nfv-source': false
'rt': true
'rt-debug': false
'rt-source': false
'resilientstorage': true
'resilientstorage-debug': false
'resilientstorage-source': false
'extras-common': false
'extras-common-source': false