System for quickly installing an OpenStack cloud from upstream git for testing and development.
Go to file
Clark Boylan 4debb1f8eb Use apt git package instead of git-core.
The git-core package is deprecated in favor of the git package. Use the
git package instead.

Change-Id: Ib136e34c7a0d4f87b02e32996420b3f507ca0bf4
2013-01-08 12:12:53 -08:00
exercises revive working with subset of services 2011-11-20 09:55:44 -08:00
files Use apt git package instead of git-core. 2013-01-08 12:12:53 -08:00
tools remove old build scripts and clean for those that work 2011-11-21 10:14:56 -08:00
.gitignore Update gitignore to ignore log files and localrc 2011-11-01 13:15:09 +00:00
.gitreview Add .gitreview config file for gerrit. 2011-11-16 11:24:49 -08:00
AUTHORS Fix the glance endpoint template URL. Fixes bug 909075. 2011-12-27 17:20:31 +00:00
README.md revive working with subset of services 2011-11-20 09:55:44 -08:00
exercise.sh Source stackrc in exercises. 2011-11-10 15:11:28 -08:00
openrc Check NOVA_USERNAME instead of USERNAME in openrc. 2012-08-06 14:11:47 -07:00
stack.sh Allow specification of SERVICE_HOST in localrc. This is most immediately useful for aio integration tests, since the access to the public_ip can be unstable in such configurations. 2011-12-21 10:09:05 -08:00
stackrc revive working with subset of services 2011-11-20 09:55:44 -08:00

README.md

Tool to quickly deploy openstack dev environments.

Goals

  • To quickly build dev openstack environments in clean oneiric 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

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.

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:

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
  • Add volume support
  • Add quantum support

Future

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