No description
Find a file
2011-09-15 20:58:31 -07:00
apts Add munin to stack 2011-09-13 15:37:50 -05:00
files fix keystone data - remove 'keystone' as it is now 'identity', comment out swift for now 2011-09-15 09:33:37 -07:00
pips don't need nova-adminclient 2011-09-11 18:08:44 -07:00
.gitignore ignore ~ files 2011-09-14 11:29:12 -07:00
build_lxc.sh nfs-stack is now devstack 2011-09-14 11:25:47 -07:00
build_lxc_multi.sh initial commit of multi-node lxc 2011-09-15 20:37:29 -07:00
build_nfs.sh running as a regular user works 2011-09-12 23:48:30 -07:00
exercise.sh attempt to write a script that exercises nova cli 2011-09-14 22:44:50 -07:00
README update readme 2011-09-13 00:04:24 -07:00
stack.sh warn non-natty users 2011-09-15 20:58:31 -07:00

Tool to build (nfs export) openstack dev environments

# Todo

* Add python-novaclient cli support
* move keystone/glance/dash to mysql
* syslog
* munin
* 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
* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
* 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

# 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?