X Tutup
Skip to content

mrhoades/simple-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

deploys clouds

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 79.5%
  • Python 14.0%
  • Ruby 4.6%
  • Perl 1.9%
X Tutup