No description
Find a file
2011-09-12 23:25:37 -07:00
apts add a new user stack with sudoers privileges (start of using sudo again) 2011-09-12 22:05:51 -07:00
files move keystone initialization into stack.sh 2011-09-12 19:00:38 -07:00
pips don't need nova-adminclient 2011-09-11 18:08:44 -07:00
.gitignore move screenrc from stack.sh 2011-09-11 16:34:34 -07:00
build_lxc.sh fix apt-get update, add crude caching 2011-09-12 23:25:37 -07:00
build_nfs.sh add a new user stack with sudoers privileges (start of using sudo again) 2011-09-12 22:05:51 -07:00
README mysql-izing for nova 2011-09-12 19:29:56 -07:00
stack.sh glance issues with sudo 2011-09-12 22:13:11 -07:00

Tool to build (nfs export) openstack dev environments

# Todo

* move back to using sudo
* Add python-novaclient cli support
* move to mysql
* Add volume support
* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
* allow changing of git locations (specify different tag/branch or repos)
* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
* Add quantum support
* allow rabbit connection to be specified via environment variables with sensible defaults

# Done

* sqlconn can be set via env

# Future

* idea: move from screen to tmux?
* idea: create a live-cd / vmware preview image using this?
* idea: use lxc to make the proto-image have everything?  so launching a new server is just turn on / updating / run?