blob: 20474567a7bcda0db36d2528645220455cae76cf [file] [log] [blame]
Jake Dahnb8b5ddd2011-09-16 16:12:08 -07001Tool to quickly deploy 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
Jesse Andrews710eeec2011-09-13 00:04:24 -07008* check openstack-puppet recipes to see if anything else is missing
9* allow rabbit connection to be specified via environment variables with sensible defaults
Jesse Andrews1c1d1502011-09-12 19:29:56 -070010* Add volume support
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070011* allow changing of git locations (specify different tag/branch or repos)
Jesse Andrews1c1d1502011-09-12 19:29:56 -070012* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
13* Add quantum support
Jesse Andrews1c1d1502011-09-12 19:29:56 -070014
15# Done
16
17* sqlconn can be set via env
Jesse Andrewse192c382011-09-12 23:52:03 -070018* move back to using sudo
Jesse Andrews710eeec2011-09-13 00:04:24 -070019* move nova to mysql
Jake Dahn32dbf112011-09-16 16:06:46 -070020* munin
Dean Troyer076db802011-09-19 14:31:05 -050021* image upload with a script that supports generating images via debootstrap (ubuntu-vm-builder)
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?