Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Created April 25, 2017 15:40
Show Gist options
  • Save dmsimard/537ce088a05cb2a66679f91f729473a7 to your computer and use it in GitHub Desktop.
Save dmsimard/537ce088a05cb2a66679f91f729473a7 to your computer and use it in GitHub Desktop.
p-o-i with ansible
#!/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