blob: b93c615a20886fa0a637391ad67d19ed8a0ba2d3 [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
5* move back to using sudo
Jesse Andrews2caf8fd2011-09-12 16:15:11 -07006* Add python-novaclient cli support
Jesse Andrews1c1d1502011-09-12 19:29:56 -07007* move to mysql
8* Add volume support
9* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070010* allow changing of git locations (specify different tag/branch or repos)
Jesse Andrews1c1d1502011-09-12 19:29:56 -070011* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
12* Add quantum support
13* allow rabbit connection to be specified via environment variables with sensible defaults
14
15# Done
16
17* sqlconn can be set via env
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070018
19# Future
20
Jesse Andrews04ab3ae2011-09-12 16:29:14 -070021* idea: move from screen to tmux?
Jesse Andrewsba23cc72011-09-11 03:22:13 -070022* idea: create a live-cd / vmware preview image using this?
23* idea: use lxc to make the proto-image have everything? so launching a new server is just turn on / updating / run?