Nise BOSH Vagrant is a mashup of nise_bosh and Vagrant
- Vagrant >= v1.2 (Not tested on anything older)
- A BOSH release to run
- A custom manifest file
gem install nise-bosh-vagrant
nise-bosh-vagrant <Path to Release> --manifest <Path to manifest>
This will generate a Vagrantfile, spin up a VM, and use nise_bosh to deploy your BOSH release as defined in the manifest file
$ cd </path/to/release>
$ vagrant ssh
$ ./install_release.sh
$ ./start.sh
- Generate a Vagrantfile, install scripts, etc
- Boot up a lucid64 image in Vagrant and install prerequisites
- Create management scripts
/home/vagrant/install_release.sh
-- Install your BOSH release using nise_bosh/home/vagrant/start.sh
-- Start the BOSH release jobs after they've been installed/home/vagrant/stop.sh
-- Stop the BOSH release jobs