You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Anthony Young 5d4843cfeb add some sudo's to dashboard setup, so that the script can handle consecutive runs of stack.sh without hitting permisisons issues 13 years ago
apts running as a regular user works 13 years ago
files make glance use mysql 13 years ago
pips don't need nova-adminclient 13 years ago
.gitignore move screenrc from stack.sh 13 years ago
README update readme 13 years ago
build_lxc.sh comments, and fix the sed expression for 000-default 13 years ago
build_nfs.sh running as a regular user works 13 years ago
stack.sh add some sudo's to dashboard setup, so that the script can handle consecutive runs of stack.sh without hitting permisisons issues 13 years ago

README

Tool to build (nfs export) openstack dev environments

# Todo

* Add python-novaclient cli support
* move keystone/glance/dash to mysql
* syslog
* munin
* check openstack-puppet recipes to see if anything else is missing
* allow rabbit connection to be specified via environment variables with sensible defaults
* 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

# Done

* sqlconn can be set via env
* move back to using sudo
* move nova to mysql

# 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?