Skip to content

Instantly share code, notes, and snippets.

@idvoretskyi
Last active August 29, 2015 14:03
Show Gist options
  • Save idvoretskyi/c6476ae2153a3703c587 to your computer and use it in GitHub Desktop.
Save idvoretskyi/c6476ae2153a3703c587 to your computer and use it in GitHub Desktop.
Openstack single-node deployment on DevStack and something more about Heat
sudo -i
apt-get -y update
apt-get -y dist-upgrade
reboot
# after reboot jobs
sudo -i
apt-get -y install git
git clone https://github.com/dvrts/devstack.git -b stable/juno devstack/
devstack/tools/create-stack-user.sh
su stack
cd
git clone https://github.com/dvrts/devstack.git -b stable/juno devstack/
cd devstack/
wget https://gist.githubusercontent.com/dvrts/13b109393e983051589c/raw/981e27aeb588f56c979f857bf06f08ab412f48ab/local.conf
./stack.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment