Last active
August 29, 2015 14:00
-
-
Save yamishi13/11321419 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "stack ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers | |
sudo apt-get install git -y | |
git clone https://github.com/openstack-dev/devstack.git | |
cd devstack | |
git checkout --track /origin/stable/icehouse | |
wget https://gist.githubusercontent.com/yamishi13/11321419/raw/2aa6b15114dd46becb21f3328fb19e8e24a6dbd6/local.conf | |
./stack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
HOST_IP=192.168.1.97 | |
FLOATING_RANGE=192.168.1.160/28 | |
FIXED_RANGE=10.11.12.0/24 | |
FIXED_NETWORK_SIZE=256 | |
FLAT_INTERFACE=eth0 | |
ADMIN_PASSWORD=password | |
MYSQL_PASSWORD=password | |
RABBIT_PASSWORD=password | |
SERVICE_PASSWORD=password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment