No description
Find a file
Jesse Andrews 5bd75ca55d Merge pull request #26 from dtroyer/openvpn
OpenVPN install script rework
2011-09-28 02:47:05 -07:00
files make admin part of tenant 2 2011-09-23 00:55:48 -07:00
tools Major refactor of vpn install 2011-09-27 12:57:53 -05:00
.gitignore ignore ~ files 2011-09-14 11:29:12 -07:00
build_lxc.sh Add some kernel modules to container 2011-09-21 20:06:01 -05:00
build_lxc_multi.sh floating ip support, and cleanup functionality 2011-09-16 14:54:20 -07:00
build_nfs.sh don't download images to /opt 2011-09-16 14:16:36 -07:00
exercise.sh attempt to write a script that exercises nova cli 2011-09-14 22:44:50 -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 more tweaks to get dash working 2011-09-23 07:34:38 +00:00
upload_image.sh Add raw image support 2011-09-16 17:22:23 -05: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?