From 53132f289e0bbcc21ed577b4f76d56691c1df495 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 30 Oct 2020 15:04:54 +1100 Subject: [PATCH] Use internal mirror for RAX IAD/DFW Similar to ORD region Ieb856cadcdeb9f6e099b1ce2711cc0d5e1e61f5a Depends-On: https://review.opendev.org/760494 Change-Id: I53b3fbd3191c2c4748fd01d1e480fc307be31557 --- 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 9170097a85..9c799c548e 100644 --- a/zuul/site-variables.yaml +++ b/zuul/site-variables.yaml @@ -2,7 +2,7 @@ --- # Rackspace sets up internal addresses for hosts, which we preference here zuul_site_mirror_fqdn: >- - {%- if nodepool.region + "." + nodepool.cloud in [ "ORD.rax", ] -%} + {%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax", "IAD.rax", "ORD.rax", ] -%} mirror-int.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org {%- else -%} mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org