| Jesse Andrews | 2caf8fd | 2011-09-12 16:15:11 -0700 | [diff] [blame] | 1 | Tool to build (nfs export) openstack dev environments | 
| Jesse Andrews | ba23cc7 | 2011-09-11 03:22:13 -0700 | [diff] [blame] | 2 |  | 
| Jesse Andrews | aec8fa4 | 2011-09-12 16:41:23 -0700 | [diff] [blame] | 3 | # Todo | 
| Jesse Andrews | 2caf8fd | 2011-09-12 16:15:11 -0700 | [diff] [blame] | 4 |  | 
 | 5 | * move back to using sudo | 
| Jesse Andrews | 2caf8fd | 2011-09-12 16:15:11 -0700 | [diff] [blame] | 6 | * Add python-novaclient cli support | 
| Jesse Andrews | 1c1d150 | 2011-09-12 19:29:56 -0700 | [diff] [blame^] | 7 | * 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 Andrews | 2caf8fd | 2011-09-12 16:15:11 -0700 | [diff] [blame] | 10 | * allow changing of git locations (specify different tag/branch or repos) | 
| Jesse Andrews | 1c1d150 | 2011-09-12 19:29:56 -0700 | [diff] [blame^] | 11 | * 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 Andrews | 2caf8fd | 2011-09-12 16:15:11 -0700 | [diff] [blame] | 18 |  | 
 | 19 | # Future | 
 | 20 |  | 
| Jesse Andrews | 04ab3ae | 2011-09-12 16:29:14 -0700 | [diff] [blame] | 21 | * idea: move from screen to tmux? | 
| Jesse Andrews | ba23cc7 | 2011-09-11 03:22:13 -0700 | [diff] [blame] | 22 | * 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? |