diff options
author | Tim Rozet <trozet@redhat.com> | 2016-07-15 22:56:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-15 22:56:48 +0000 |
commit | 6ee3eda280fca9c701056a8d4c5d9cf79fc1cfb7 (patch) | |
tree | f93c2b60efd23b5c1f11896cbbf9363fc78638a0 /tests/smoke_tests/prepare_undercloud.yml | |
parent | 88d5b2462933cce79cb059c81e007ec83ee2cd9e (diff) | |
parent | c1b82d85dcf815764cb4247bedfee4ca491e2d57 (diff) |
Merge "Scripts for running smoke tests on the undercloud VM. Tested against Apex Brahmaputra as I have had many issues getting a Colorado environment up and running."
Diffstat (limited to 'tests/smoke_tests/prepare_undercloud.yml')
-rw-r--r-- | tests/smoke_tests/prepare_undercloud.yml | 16 |
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 |