72b6395c6b
Change-Id: I35c8c64abfed31daf2be3698be13e72e38cd321b
11 lines
472 B
YAML
11 lines
472 B
YAML
# This file contains ansible variables that are used by our zuul-executors.
|
|
---
|
|
zuul_site_mirror_fqdn: "mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org"
|
|
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
|