blob: 23c6ec2d2d1d6c31219a4ddf084d2245d331147f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- hosts: all
roles:
- orchestrate-devstack
# 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
- additional-tempauth-users
- additional-keystone-users
- dsvm-additional-middlewares
|