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
- Host: GitHub
- URL: https://github.com/swisscom/bosh-init
- Owner: swisscom
- License: apache-2.0
- Fork: true (cloudfoundry-attic/bosh-init)
- Created: 2016-08-28T11:30:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:12:31.000Z (almost 2 years ago)
- Last Synced: 2025-10-08T06:56:07.942Z (10 months ago)
- Language: Go
- Homepage:
- Size: 16.8 MB
- Stars: 0
- Watchers: 29
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)