No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Combining nise-bosh with Vagrant
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Nise BOSH Vagrant

Nise BOSH Vagrant is a mashup of nise_bosh and Vagrant

Requirements

  • Vagrant >= v1.2 (Not tested on anything older)
  • A BOSH release to run
  • A custom manifest file

Installation

gem install nise-bosh-vagrant

Usage

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

What does that command do?

  1. Generate a Vagrantfile, install scripts, etc
  2. Boot up a lucid64 image in Vagrant and install prerequisites
  3. Create management scripts

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