site-variables: remove opendev.org mirror switch
There are no more openstack.org mirrors; so remove this matching and just use opendev.org always. Change-Id: Iabf2f2d77b6403f664963559c220893ffbbef5bb
This commit is contained in:
parent
273c9b8eb6
commit
1e826f1a9d
@ -1,14 +1,6 @@
|
||||
# This file contains ansible variables that are used by our zuul-executors.
|
||||
---
|
||||
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
|
||||
# new opendev.org based mirrors, but then eventually be removed once
|
||||
# all are updated.
|
||||
zuul_site_mirror_fqdn: >-
|
||||
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax", "IAD.rax", "ORD.rax", "us-east.openedge", "BHS1.ovh", "GRA1.ovh", "mtl01.inap", "RegionOne.linaro-us", "Kna1.airship-citycloud", "sjc1.vexxhost", "ca-ymq-1.vexxhost", "RegionOne.limestone" ] -%}
|
||||
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
|
||||
{%- else -%}
|
||||
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org
|
||||
{%- endif -%}
|
||||
zuul_site_mirror_fqdn: mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
|
||||
zuul_site_traceroute_host: opendev.org
|
||||
zuul_site_image_manifest_files:
|
||||
- /etc/dib-builddate.txt
|
||||
|
Loading…
Reference in New Issue
Block a user