View on GitHub

Vagrant Box Generator for OpenStack's DevStack

Download this project as a .zip file Download this project as a tar.gz file

Usage

To generate a brand new Vagrant box, simply run:

./script/build

and go take a walk.

If you want to use an alternate provider (such as VMware Fusion), simply provide the provider name like so:

./script/build vmware_fusion

Box Details

Development

Development Setup

Setting up for development should only require the following:

git clone <git_url>
cd <repo-dir>
./script/bootstrap

Refreshing/Updating Local Copy

Similiar to the Development Setup:

git pull
./script/bootstrap

Development

Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example:

  1. Fork the repo
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Authors

Created and maintained by Fletcher Nichol (fnichol@nichol.ca)