An open API service indexing awesome lists of open source software.

https://github.com/swisscom/bosh-init

bosh-init is a tool used to create and update the Director VM
https://github.com/swisscom/bosh-init

Last synced: 7 months ago
JSON representation

bosh-init is a tool used to create and update the Director VM

Awesome Lists containing this project

README

          

# bosh-init

`bosh-init` is a tool used to create and update the Director (its VM and persistent disk) in a BOSH environment.

* Documentation: [bosh.io/docs](https://bosh.io/docs)
* IRC: [`#bosh` on freenode](http://webchat.freenode.net/?channels=bosh)
* Mailing list: [cf-bosh](https://lists.cloudfoundry.org/pipermail/cf-bosh)
* CI: [https://main.bosh-ci.cf-app.com/pipelines/bosh-init](https://main.bosh-ci.cf-app.com/pipelines/bosh-init)
* Roadmap: [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/1133984)

## Usage

Relevant documentation pages from bosh.io:

- [Installing BOSH](http://bosh.io/docs#install)
- [Install bosh-init](https://bosh.io/docs/install-bosh-init.html)
- [Using bosh-init](https://bosh.io/docs/using-bosh-init.html)

## Developer Notes

- [Workstation setup docs](docs/build.md)
- [Test docs](docs/test.md)
- [CLI workflow](docs/cli_workflow.md)
- [Architecture docs](docs/architecture.md)