Merge "Use internal mirror for RAX IAD/DFW"

This commit is contained in:
Zuul 2021-01-12 20:09:59 +00:00 committed by Gerrit Code Review
commit 814916d842
1 changed files with 1 additions and 1 deletions

View File

@ -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