7d08c277d7
Change-Id: Ia5caff34d3fafaffc459e7572a4eef6bd94422ea
18 lines
841 B
YAML
18 lines
841 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", "us-east.openedge", "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
|