project-config/playbooks/python-tarball/pre.yaml
Monty Taylor b43dd1d25c
Consume validate_host parameters from site-variables
The settings are in the site-variables.yaml file, we don't need to
provide them in the job anymore.

Also, move validate-host earlier so that we collect the generated
inventory file and check network connectivity before we attempt to push
git repos over the wire.

Depends-On: I632a32fdfac4bfe57eb269ac8e183fb8df34d48f
Change-Id: I1131eb47f836f8c86b7e9e6329199612243873aa
2017-09-08 17:14:57 -05:00

8 lines
161 B
YAML

- hosts: all
roles:
- role: bindep
bindep_profile: test
bindep_dir: "src/{{ zuul.project.canonical_name }}"
- ensure-tox
- revoke-sudo