production-ready OpenStack with minimal fuss.
-
install ubuntu quantal on your machines.
-
clone this repo:
git clone [email protected]:simple-stack/simple-stack.git
-
define your environment:
cp envs/localhost.json envs/my_env.json
vi envs/my_env.json
# add your ips, passwords, subnets, etc.
-
on the controller (db/api/rabbit) node:
bin/install-controller envs/my_env.json
-
on N compute nodes:
bin/install-compute envs/my_env.json
...and openstack lived happily ever after.
break into a screen session which tails most of the important logs:
bin/logs