Skip to content

Instantly share code, notes, and snippets.

@jimleitch01
Created November 2, 2014 05:42
Show Gist options
  • Save jimleitch01/c95d96f2b7f945ba518f to your computer and use it in GitHub Desktop.
Save jimleitch01/c95d96f2b7f945ba518f to your computer and use it in GitHub Desktop.
Forced install of IceHouse R4
#!/bin/bash
# Forced install of IceHouse R4, not Juno
yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
yum install -y openstack-packstack
packstack --answer-file=~/answers.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment