2c8541a21c
Remove using old location, we can switch now to the new location everywhere. Note: We can only merge this after new images are build with the new location build in. This needs a recheck once change 1 is in since project-config is not self-testing. So, we can remove jenkins/data/bindep-fallback.txt in this change. Change-Id: I08f23e96defb152946ade1490628f37f0215300d Depends-On: https://review.openstack.org/543141 Depends-On: https://review.openstack.org/543142
10 lines
424 B
YAML
10 lines
424 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/bindep-fallback/bindep-fallback.txt
|