| commit | 92e81992c19604b112d0695134e9070dd5675a53 | [log] [tgz] |
|---|---|---|
| author | James E. Blair <james.blair@rackspace.com> | Tue Oct 11 09:26:29 2011 -0500 |
| committer | James E. Blair <james.blair@rackspace.com> | Thu Oct 20 11:26:08 2011 -0500 |
| tree | e1499e0212f30d775aaf3103d7c89890aabaeba6 | |
| parent | 148b13ac8860dcf22c8a3a24fdb28593aaea0610 [diff] |
Add bare-metal build scripts. Add ROOTSLEEP parameter to avoid 10 second sleep. Add host argument to mysql password change command so that it will still work if mysql is already installed and running (otherwise, the my.cnf created immediately prior takes precedence). Add timeouts when waiting for things to start so they aren't in infinite loops.
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.