From a56b4c1c82788bf32abc892fdc8a8269d840aef9 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Sat, 8 Feb 2020 13:51:48 -0800 Subject: [PATCH] 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 --- zuul/site-variables.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/site-variables.yaml b/zuul/site-variables.yaml index 7a4836863b..0c0b403deb 100644 --- a/zuul/site-variables.yaml +++ b/zuul/site-variables.yaml @@ -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