blob: 2db43738c4579b22e5e47bf83cd3c5e8afd5054e [file] [log] [blame]
Jesse Andrews2caf8fd2011-09-12 16:15:11 -07001Tool to build (nfs export) openstack dev environments
Jesse Andrewsba23cc72011-09-11 03:22:13 -07002
Jesse Andrewsaec8fa42011-09-12 16:41:23 -07003# Todo
Jesse Andrews2caf8fd2011-09-12 16:15:11 -07004
Jesse Andrewsaec8fa42011-09-12 16:41:23 -07005* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
Jesse Andrews2caf8fd2011-09-12 16:15:11 -07006* move back to using sudo
Jesse Andrewsaec8fa42011-09-12 16:41:23 -07007* move to mysql
Jesse Andrewsdd9f2962011-09-12 17:42:43 -07008* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
Jesse Andrews2caf8fd2011-09-12 16:15:11 -07009* Add volume support
10* Add quantum support
11* Add python-novaclient cli support
12* allow changing of git locations (specify different tag/branch or repos)
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070013* allow sql/rabbit connection to be specified via environment variables with sensible defaults
14
15# Future
16
Jesse Andrews04ab3ae2011-09-12 16:29:14 -070017* idea: move from screen to tmux?
Jesse Andrewsba23cc72011-09-11 03:22:13 -070018* idea: create a live-cd / vmware preview image using this?
19* idea: use lxc to make the proto-image have everything? so launching a new server is just turn on / updating / run?