7fe3be1efd
We have a todo list item to pull these from site-variables, get that done. With this, our base pre playbook is pretty copyable if someone wanted to. Change-Id: Icfd1d416a9f4520775b6e33c4055dbd223600cbb
10 lines
428 B
YAML
10 lines
428 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: git.openstack.org
|
|
zuul_site_image_manifest_files:
|
|
- /etc/dib-builddate.txt
|
|
- /etc/image-hostname.txt
|
|
bindep_command: /usr/bindep-env/bin/bindep
|
|
bindep_fallback: /usr/local/jenkins/common_data/bindep-fallback.txt
|