!!! BOSH Lite
!! Resources
* [https://bosh.io/docs/bosh-lite]
* [https://github.com/cloudfoundry/bosh-deployment]
!! Go ahead
{{{
cd ~/workspace
git clone https://github.com/cloudfoundry/bosh-deployment
git clone git@github.com:concourse/concourse.git
git clone ssh://git@www.computerhok.nl:10022/metskem/boshlite.git
cd boshlite
rm -vf state.json
./alldeploy.sh
}}}
This should bring up the bosh director after a while, and also a running concourse bosh deployment at [http://10.244.0.2:8080]
!! Cleaning up
If you repeat the install of bosh lite a couple of times, that will takes quite some disk space, to clean up, remove the directories {{~/.bosh_virtualbox_cpi/}} and {{~/VirtualBox VM}},the last one will delete all your Virtualbox VMs, beware !!
Also {{~/.bosh}} can take up quite some space (mostly bosh releases)
You might have to also delete the {{~/workspace/boshlite/deployments/vbox/state.json}} if you run into isses with deploying bosh.