From e1b0f2dddf49426580dc4cb523037c41993596c9 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 14 May 2020 13:57:38 +1000 Subject: [PATCH] Switch RAX IAD mirror to opendev.org version mirror.iad.rax.opendev.org is up and running, switch our mirror configuration to it. Change-Id: Ic658e176d558b088b47e3e164d88df0ff22dcbdc --- 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 2ba47adbd2..9c5dc39dfe 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", "us-east.openedge", "BHS1.ovh", "GRA1.ovh", "mtl01.inap", "RegionOne.linaro-us", "Kna1.airship-citycloud" ] -%} + {%- 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" ] -%} mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org {%- else -%} mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org