summaryrefslogtreecommitdiff
path: root/tools/playbooks/multinode_setup/pre.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/playbooks/multinode_setup/pre.yaml')
-rw-r--r--tools/playbooks/multinode_setup/pre.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/playbooks/multinode_setup/pre.yaml b/tools/playbooks/multinode_setup/pre.yaml
new file mode 100644
index 000000000..d7e4670a8
--- /dev/null
+++ b/tools/playbooks/multinode_setup/pre.yaml
@@ -0,0 +1,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