Skip to content

simple-stack/simple-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Shell 79.6%
  • Python 13.9%
  • Perl 6.5%