No description
Find a file
2011-09-27 19:39:41 -07:00
files Merge remote-tracking branch 'origin/master' into nova-vncproxy-redux 2011-09-27 18:58:36 -07:00
.gitignore ignore ~ files 2011-09-14 11:29:12 -07:00
build_lxc.sh latest keystone configuration for python-novaclient and dash 2011-09-27 00:12:52 -07:00
build_lxc_multi.sh floating ip support, and cleanup functionality 2011-09-16 14:54:20 -07:00
build_nfs.sh latest keystone configuration for python-novaclient and dash 2011-09-27 00:12:52 -07:00
exercise.sh updates to excercise.sh to get partial working-ness 2011-09-27 00:29:28 -07:00
make_image.sh Add raw image support 2011-09-16 17:22:23 -05:00
README Reconcile README 2011-09-19 14:31:05 -05:00
stack.sh remove old comment 2011-09-27 19:01:08 -07:00
stackrc point noVNC back to master 2011-09-27 19:39:41 -07:00
upload_image.sh use /opt/stack instead of /opt 2011-09-26 19:50:43 -07:00

Tool to quickly deploy openstack dev environments

# Todo

* Add python-novaclient cli support
* move keystone/glance/dash to mysql
* syslog
* check openstack-puppet recipes to see if anything else is missing
* allow rabbit connection to be specified via environment variables with sensible defaults
* Add volume support
* allow changing of git locations (specify different tag/branch or repos)
* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
* Add quantum support

# Done

* sqlconn can be set via env
* move back to using sudo
* move nova to mysql
* munin
* image upload with a script that supports generating images via debootstrap (ubuntu-vm-builder)

# Future

* idea: move from screen to tmux?
* idea: create a live-cd / vmware preview image using this?
* idea: use lxc to make the proto-image have everything?  so launching a new server is just turn on / updating / run?