e82135655f
This host is now running openafs 1.8.3 from https://launchpad.net/~openstack-ci-core/+archive/ubuntu/openafs Put it back in rotation to stress test Change-Id: I78d938eaaec993ac64c7e701a506a108f5c7fb07
19 lines
822 B
YAML
19 lines
822 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 [ "IAD.rax", "DFW.rax" ] -%}
|
|
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
|
|
bindep_fallback: /usr/local/bindep-fallback/bindep-fallback.txt
|