summaryrefslogtreecommitdiff
path: root/tools/playbooks/multinode_setup/pre.yaml
blob: d7e4670a80317242bf76ea5db66426df17e2a8bd (plain)
1
2
3
4
5
6
7
8
- hosts: all
  roles:
    # Run bindep and test-setup after devstack so that they won't interfere
    - role: bindep
      bindep_profile: test
      bindep_dir: "{{ zuul_work_dir }}"
    - test-setup
    - ensure-tox