Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Last active July 19, 2016 15:20
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/69e0828c61fd543ad2063ccf52acd24b to your computer and use it in GitHub Desktop.
Save dmsimard/69e0828c61fd543ad2063ccf52acd24b to your computer and use it in GitHub Desktop.
packstack 308357
#!/bin/bash
export MANAGE_REPOS="false"
export SCENARIO="scenario002"
yum -y install git yum-plugin-priorities
# Set trunk repositories
curl http://trunk.rdoproject.org/centos7-master/delorean-deps.repo |tee /etc/yum.repos.d/delorean-deps.repo
curl http://trunk.rdoproject.org/centos7-master/consistent/delorean.repo |tee /etc/yum.repos.d/delorean.repo
# Install packstack and dependencies
git clone https://github.com/openstack/packstack
cd packstack
./run_tests.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment