Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Last active January 18, 2016 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmsimard/93691cfee5c7a7eae39c to your computer and use it in GitHub Desktop.
Save dmsimard/93691cfee5c7a7eae39c to your computer and use it in GitHub Desktop.
#!/bin/bash
yum -y install python-setuptools redhat-lsb-core wget "@Development Tools" git yum-plugin-priorities libxml2-devel libxslt-devel ruby-devel rubygems
gem install bundler
export SCENARIO="scenario002"
export MANAGE_REPOS="false"
curl http://trunk.rdoproject.org/centos7/current/delorean.repo -o /etc/yum.repos.d/delorean.repo
curl http://trunk.rdoproject.org/centos7/delorean-deps.repo -o /etc/yum.repos.d/delorean-deps.repo
git clone https://github.com/openstack/puppet-openstack-integration.git
cd puppet-openstack-integration
./run_tests.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment