Jake Dahn | b8b5ddd | 2011-09-16 16:12:08 -0700 | [diff] [blame] | 1 | Tool to quickly deploy 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 | |
Jesse Andrews | 2caf8fd | 2011-09-12 16:15:11 -0700 | [diff] [blame] | 5 | * Add python-novaclient cli support |
Jesse Andrews | 710eeec | 2011-09-13 00:04:24 -0700 | [diff] [blame] | 6 | * move keystone/glance/dash to mysql |
| 7 | * syslog |
Jesse Andrews | 710eeec | 2011-09-13 00:04:24 -0700 | [diff] [blame] | 8 | * 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 Andrews | 1c1d150 | 2011-09-12 19:29:56 -0700 | [diff] [blame] | 10 | * Add volume support |
Jesse Andrews | 2caf8fd | 2011-09-12 16:15:11 -0700 | [diff] [blame] | 11 | * allow changing of git locations (specify different tag/branch or repos) |
Jesse Andrews | 1c1d150 | 2011-09-12 19:29:56 -0700 | [diff] [blame] | 12 | * 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 Andrews | 1c1d150 | 2011-09-12 19:29:56 -0700 | [diff] [blame] | 14 | |
| 15 | # Done |
| 16 | |
| 17 | * sqlconn can be set via env |
Jesse Andrews | e192c38 | 2011-09-12 23:52:03 -0700 | [diff] [blame] | 18 | * move back to using sudo |
Jesse Andrews | 710eeec | 2011-09-13 00:04:24 -0700 | [diff] [blame] | 19 | * move nova to mysql |
Jake Dahn | 32dbf11 | 2011-09-16 16:06:46 -0700 | [diff] [blame] | 20 | * munin |
Dean Troyer | 076db80 | 2011-09-19 14:31:05 -0500 | [diff] [blame] | 21 | * image upload with a script that supports generating images via debootstrap (ubuntu-vm-builder) |
Jesse Andrews | 2caf8fd | 2011-09-12 16:15:11 -0700 | [diff] [blame] | 22 | |
| 23 | # Future |
| 24 | |
Jesse Andrews | 04ab3ae | 2011-09-12 16:29:14 -0700 | [diff] [blame] | 25 | * idea: move from screen to tmux? |
Jesse Andrews | ba23cc7 | 2011-09-11 03:22:13 -0700 | [diff] [blame] | 26 | * 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? |