Created
April 25, 2017 15:40
-
-
Save dmsimard/537ce088a05cb2a66679f91f729473a7 to your computer and use it in GitHub Desktop.
p-o-i with ansible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
yum -y install "@Development Tools" python-devel python-setuptools libffi-devel libxml2-devel libxslt-devel openssl-devel ruby-devel | |
easy_install pip | |
pip install setuptools --upgrade | |
git clone https://github.com/openstack/puppet-openstack-integration | |
cd puppet-openstack-integration | |
git fetch https://git.openstack.org/openstack/puppet-openstack-integration refs/changes/71/404471/36 && git checkout FETCH_HEAD | |
./run_tests.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment