No description
Find a file
2011-09-30 09:22:23 -05:00
files Merge remote-tracking branch 'origin/master' into nova-vncproxy-redux 2011-09-27 18:58:36 -07:00
.gitignore make stackrc source localrc 2011-09-28 17:04:01 -05:00
build_lxc.sh build_lxc.sh needs to be root to run 2011-09-28 18:29:50 -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
build_pxe_boot.sh Fix up PXE boot filenames 2011-09-30 09:22:23 -05:00
build_pxe_ramdisk.sh calls make_image.sh to build the base install 2011-09-29 16:38:59 -05:00
exercise.sh updates to excercise.sh to get partial working-ness 2011-09-27 00:29:28 -07:00
lxc_network_hostonlyplusnat.sh mention temporariness 2011-09-28 18:15:55 -05:00
make_image.sh Minor fixes 2011-09-29 21:30:27 -05:00
README Reconcile README 2011-09-19 14:31:05 -05:00
stack.sh add elapsed time to script 2011-09-28 19:49:40 -05:00
stackrc start using cloudbuilders diablo branch 2011-09-28 16:04:06 -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?