Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 650 Bytes

File metadata and controls

32 lines (20 loc) · 650 Bytes

simple-stack

production-ready OpenStack with minimal fuss.

Usage

  • install ubuntu quantal on your machines.

  • clone this repo: git clone git@github.com: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.

troubleshooting

break into a screen session which tails most of the important logs:

bin/logs