Skip to content

Instantly share code, notes, and snippets.

@mattt416
Last active May 12, 2016 14:33
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 mattt416/2cacd4fe73ff76beb7e4 to your computer and use it in GitHub Desktop.
Save mattt416/2cacd4fe73ff76beb7e4 to your computer and use it in GitHub Desktop.
cd /opt/
apt-get update && apt-get install -y git screen vim
git clone https://github.com/rcbops/rpc-openstack
cd rpc-openstack
git checkout juno
git submodule init
git submodule update
export DEPLOY_CEPH=yes
export DEPLOY_SWIFT=no
export DEPLOY_AIO=yes
screen -d -m sh -c 'scripts/deploy.sh; exec bash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment