summaryrefslogtreecommitdiffstats
path: root/tests/smoke_tests/prepare_undercloud.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/smoke_tests/prepare_undercloud.yml')
-rw-r--r--tests/smoke_tests/prepare_undercloud.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/smoke_tests/prepare_undercloud.yml b/tests/smoke_tests/prepare_undercloud.yml
new file mode 100644
index 00000000..8f0cb709
--- /dev/null
+++ b/tests/smoke_tests/prepare_undercloud.yml
@@ -0,0 +1,16 @@
+---
+- hosts: all
+ sudo: yes
+
+ tasks:
+ - yum: name=libffi
+ - yum: name=libffi-devel
+ - pip: name=python-keystoneclient
+ - pip: name=python-glanceclient
+ - pip: name=python-neutronclient
+ - pip: name=python-novaclient
+ - pip: name=scp
+ - pip: name=PyYAML
+ - pip: name=ansible==2.1.0
+
+ - git: repo=https://nougat.cablelabs.com/SNAPS/provisioning.git dest=~/provisioning