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.
Devin Carlen bfc7bdacae Target Dashboard to diablo branch 13 years ago
files don't use secrete as admin password - fixes #34 13 years ago
tools Major refactor of vpn install 13 years ago
.gitignore make stackrc source localrc 13 years ago
README update readme 13 years ago
build_lxc.sh remove nixon & munin 13 years ago
build_lxc_multi.sh floating ip support, and cleanup functionality 13 years ago
build_nfs.sh remove nixon & munin 13 years ago
build_pxe_boot.sh Fix up PXE boot filenames 13 years ago
build_pxe_ramdisk.sh remove nixon & munin 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 Minor fixes 13 years ago
stack.sh add uec-natty 13 years ago
stackrc Target Dashboard to diablo branch 13 years ago
upload_image.sh use /opt/stack instead of /opt 13 years ago

README

Tool to quickly deploy openstack dev environments.

# Goals

* To quickly build dev openstack environments in clean natty environments
* To describe working configurations of openstack (which code branches work together?  what do config files look like for those branches?)
* To make it easier for developers to dive into openstack so that they can productively contribute without having to understand every part of the system at once
* To make it easy to prototype cross-project features

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

If working correctly, you should be able to access openstack endpoints, like:

* Dashboard: http://myhost/
* Keystone: http://myhost:5000/v2.0/

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

# Customizing

You can tweak environment variables by creating file name 'localrc' should you need to override defaults.  It is likely that you will need to do this to tweak your networking configuration should you need to access your cloud from a different host.

# Todo

* Add python-novaclient cli support
* syslog
* allow rabbit connection to be specified via environment variables with sensible defaults
* Add volume support
* Add quantum support

# Future

* idea: move from screen to tmux?
* idea: create a live-cd / vmware preview image using this?