Fix mirror hostnames after opendev migration test
Brown bag fix for errors in I631e3e3592a9be5c7da642cf34eec6d9758bf161 which are causing job failures. Change-Id: I06dcb09a4825a8e39d2dc000e7425649aea7e6a8
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# 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" ] -%}
|
||||
{{ nodepool.region }}.{{ nodepool.cloud }}.opendev.org
|
||||
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax" ] -%}
|
||||
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
|
||||
{%- else -%}
|
||||
{{ nodepool.region }}.{{ nodepool.cloud }}.openstack.org
|
||||
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org
|
||||
{%- endif -%}
|
||||
zuul_site_traceroute_host: opendev.org
|
||||
zuul_site_image_manifest_files:
|
||||
|
Reference in New Issue
Block a user