This is a Genesis Kit for deploying BOSH. It will allow
you to deploy BOSH via bosh create-env
style deployments,
as well as deploy BOSH on top of another BOSH similarly to how
most other things are deployed on BOSH.
To use it, you don't even need to clone this repository! Just run the following (using Genesis v2):
# create a bosh-deployments repo using the latest version of the bosh kit
genesis init --kit bosh
# create a bosh-deployments repo using v1.0.0 of the bosh kit
genesis init --kit bosh/1.0.0
# create a my-bosh-configs repo using the latest version of the bosh kit
genesis init --kit bosh -d my-bosh-configs
For more in-depth documentation, check out the manual.