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 0e65abf145 update README, point dash to master 13 years ago
files use type='image' for glance 13 years ago
tools Major refactor of vpn install 13 years ago
.gitignore make stackrc source localrc 13 years ago
README update README, point dash to master 13 years ago
build_lxc.sh build_lxc.sh needs to be root to run 13 years ago
build_lxc_multi.sh floating ip support, and cleanup functionality 13 years ago
build_nfs.sh latest keystone configuration for python-novaclient and dash 13 years ago
build_pxe_ramdisk.sh save a few seconds by seeking instead of copying zeros 13 years ago
exercise.sh updates to excercise.sh to get partial working-ness 13 years ago
lxc_network_hostonlyplusnat.sh mention temporariness 13 years ago
make_image.sh Add raw image support 13 years ago
stack.sh add elapsed time to script 13 years ago
stackrc update README, point dash to master 13 years ago
upload_image.sh use /opt/stack instead of /opt 13 years ago

README

Tool to quickly deploy openstack dev environments

Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration.

# To start a dev cloud on your local machine (installing on a dedicated vm is safer!):

    ./stack.sh

# To start a dev cloud in an lxc container:

    ./build_lxc.sh

You will need to configure a bridge and network on your host machine (by default br0) before starting build_lxc.sh.  A sample host-only network configuration can be found in lxc_network_hostonlyplusnat.sh.

# Todo

* Add python-novaclient cli support
* move keystone/glance/dash to mysql
* syslog
* 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
* 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
* munin
* image upload with a script that supports generating images via debootstrap (ubuntu-vm-builder)

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