Skip to content

Commit

Permalink
Add configure_mirrors_components_9_stream to pre
Browse files Browse the repository at this point in the history
This patch overrides the defaults set in
https://review.opendev.org/c/zuul/zuul-jobs/+/857988
to set extras-common to use mirrors.

Change-Id: Ib8b1f83510535032ee569a85a710988990ddd9f2
Related-Bug: #1989452
  • Loading branch information
rlandy committed Sep 20, 2022
1 parent f10f860 commit 1fb742b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions playbooks/base/pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,30 @@
name: configure-mirrors
vars:
mirror_fqdn: "mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.rdoproject.org"
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: true
nfv-source: false
rt: true
rt-debug: false
rt-source: false
resilientstorage: true
resilientstorage-debug: false
resilientstorage-source: false
extras-common: true
extras-common-source: false
when:
- ansible_connection != 'kubectl'
- _worker_is_sudoer.rc == 0
Expand Down

0 comments on commit 1fb742b

Please sign in to comment.