Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Last active March 21, 2016 22:12
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/3980f5b7e2f9b76e3147 to your computer and use it in GitHub Desktop.
Save dmsimard/3980f5b7e2f9b76e3147 to your computer and use it in GitHub Desktop.
Packstack from Trunk repositories
#!/bin/bash
yum -y install yum-plugin-priorities
# Add Mitaka repositories
curl http://trunk.rdoproject.org/centos7-mitaka/delorean-deps.repo |tee /etc/yum.repos.d/delorean-deps.repo
curl http://trunk.rdoproject.org/centos7-mitaka/current-passed-ci/delorean.repo |tee /etc/yum.repos.d/delorean.repo
# Install packstack and dependencies
yum -y install openstack-packstack
# Do your stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment