commit | ee1b495dc9499898583e527bd489c92d8ff11b3b | [log] [tgz] |
---|---|---|
author | Scott Moser <smoser@brickies.net> | Thu Oct 20 13:09:11 2011 -0400 |
committer | Scott Moser <smoser@brickies.net> | Thu Oct 20 13:13:12 2011 -0400 |
tree | 4a7d88a1500413ba874a70e4a9203cedda80c22d | |
parent | 199d76e2534b39ea846ca345923b03198dff246c [diff] |
add non-interactive flags to apt. This replaces 'apt-get' calls with 'apt_get' function that just ensures that each call has flags to be non-interactive. This prevents potential prompts for conf file overwrites and such.
Tool to quickly deploy openstack dev environments.
Read more at http://devstack.org (built from the gh-pages branch)
Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration.
./stack.sh
If working correctly, you should be able to access openstack endpoints, like:
./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.
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.