
It make more sense to revert to mirror_fqdn, since it is a FQDN. Change-Id: I4a0749b64a71e551e4fbea5b416b46d2d6433d0b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
558 B
YAML
14 lines
558 B
YAML
- hosts: all
|
|
roles:
|
|
- role: configure-mirrors
|
|
# TODO(mordred) When we have site-local variables, these should go there
|
|
mirror_fqdn: "mirror.{{ nodepool.region | lower }}.{{ nodepool.provider | lower }}.openstack.org"
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
# TODO(mordred) When we have site-local variables, these should go there
|
|
bindep_command: /usr/bindep-env/bin/bindep
|
|
bindep_fallback: /usr/local/jenkins/common_data/bindep-fallback.txt
|
|
- test-setup
|
|
- revoke-sudo
|