blob: 1910470068b170981ccf14ceaf70ee60176ca76e [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
Anthony Young7e708c12011-09-12 16:21:33 -07003## Todo
Jesse Andrews2caf8fd2011-09-12 16:15:11 -07004
5* move back to using sudo
6* Add volume support
7* Add quantum support
8* Add python-novaclient cli support
9* allow changing of git locations (specify different tag/branch or repos)
10* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
11* allow sql/rabbit connection to be specified via environment variables with sensible defaults
Anthony Young7e708c12011-09-12 16:21:33 -070012* Create and upload images
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070013
14# Future
15
Jesse Andrews04ab3ae2011-09-12 16:29:14 -070016* idea: move from screen to tmux?
Jesse Andrewsba23cc72011-09-11 03:22:13 -070017* idea: create a live-cd / vmware preview image using this?
18* idea: use lxc to make the proto-image have everything? so launching a new server is just turn on / updating / run?