blob: c30f61c193759e1b25aa93f7a62d3991dfb72796 [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 Andrews710eeec2011-09-13 00:04:24 -07006* move keystone/glance/dash to mysql
7* syslog
8* munin
9* check openstack-puppet recipes to see if anything else is missing
10* allow rabbit connection to be specified via environment variables with sensible defaults
Jesse Andrews1c1d1502011-09-12 19:29:56 -070011* Add volume support
12* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070013* allow changing of git locations (specify different tag/branch or repos)
Jesse Andrews1c1d1502011-09-12 19:29:56 -070014* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
15* Add quantum support
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 Andrews710eeec2011-09-13 00:04:24 -070021* move nova to mysql
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070022
23# Future
24
Jesse Andrews04ab3ae2011-09-12 16:29:14 -070025* idea: move from screen to tmux?
Jesse Andrewsba23cc72011-09-11 03:22:13 -070026* idea: create a live-cd / vmware preview image using this?
27* idea: use lxc to make the proto-image have everything? so launching a new server is just turn on / updating / run?