commit | 0277d5b91f8ad7763bf32e63d7b6d3c2236fce3c | [log] [tgz] |
---|---|---|
author | Chmouel Boudjnah <chmouel@chmouel.com> | Mon Nov 14 15:20:39 2011 +0100 |
committer | Chmouel Boudjnah <chmouel@chmouel.com> | Mon Nov 14 15:20:39 2011 +0100 |
tree | f3f755cfcc04f8019d7ec901fccc1269f7979af9 | |
parent | a4adff43cb18a26ce2975b6fcdcf1d972a0d9027 [diff] |
Install packages only for distros/services. - We are installing packages only for the services needed. - We are parsing the packages files and detecting metadatas. - If there is a NOPRIME as comment mean we are not doing the install just yet. - If we have the meta-keyword distro:DISTRO or distro:DISTRO1,DISTRO2 it will be installed only for those distros (case insensitive).
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.