Set airship-citycloud mirror url to opendev.org
New clouds aren't getting openstack.org mirrors but instead opendev.org names. We have to override the mirror name based on region and cloud in order for jobs to properly find the mirror. Change-Id: I4ed2f55416f1898746c414b2c443bc9bd5a100fe
This commit is contained in:
parent
f736763c81
commit
a56b4c1c82
@ -4,7 +4,7 @@
|
||||
# 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", "ORD.rax", "regionOne.fortnebula", "mtl01.inap", "RegionOne.linaro-us" ] -%}
|
||||
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax", "ORD.rax", "regionOne.fortnebula", "mtl01.inap", "RegionOne.linaro-us", "Kna1.airship-citycloud" ] -%}
|
||||
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
|
||||
{%- else -%}
|
||||
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org
|
||||
|
Loading…
Reference in New Issue
Block a user