Set validate_host parameters in site-variables
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
This commit is contained in:
parent
ed9cc0c93a
commit
7fe3be1efd
@ -1,5 +1,9 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user