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