83da35136c
By testing with I916057cba5a017ba9373876c5cfccdd0b69380cd we can confirm our site-varaibles have been setup properly on ze01.o.o. Change-Id: I25b9dafa74f8f0b998c739f850c918a1605ccab6 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
11 lines
349 B
YAML
11 lines
349 B
YAML
- hosts: all
|
|
roles:
|
|
- add-build-sshkey
|
|
- prepare-workspace
|
|
- role: validate-host
|
|
# TODO(mordred) When we have site-local variables, these should go there
|
|
zuul_traceroute_host: git.openstack.org
|
|
zuul_image_manifest: /etc/dib-builddate.txt
|
|
- role: configure-mirrors
|
|
mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|