a56b4c1c82
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
18 lines
845 B
YAML
18 lines
845 B
YAML
# This file contains ansible variables that are used by our zuul-executors.
|
|
---
|
|
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
|
|
# 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", "Kna1.airship-citycloud" ] -%}
|
|
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
|
|
{%- else -%}
|
|
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org
|
|
{%- endif -%}
|
|
zuul_site_traceroute_host: opendev.org
|
|
zuul_site_image_manifest_files:
|
|
- /etc/dib-builddate.txt
|
|
- /etc/image-hostname.txt
|
|
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
|
|
bindep_command: /usr/bindep-env/bin/bindep
|