1e826f1a9d
There are no more openstack.org mirrors; so remove this matching and just use opendev.org always. Change-Id: Iabf2f2d77b6403f664963559c220893ffbbef5bb
10 lines
404 B
YAML
10 lines
404 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 }}.opendev.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
|