Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voelzmo/bosh-onboarding-docs
https://github.com/voelzmo/bosh-onboarding-docs
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/voelzmo/bosh-onboarding-docs
- Owner: voelzmo
- Created: 2018-05-22T13:58:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T22:11:20.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T23:12:41.668Z (about 2 months ago)
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Central point to link documentation
## Onboarding documentation
The BOSH Director has three different main categories of tasks:
* synchronous tasks: block until they get a response
* asynchronous tasks: return a task id and execute the actual task asynchronously in the background
* tasks which involve the IaaS/CPI: asynchronous tasks which call the external CPI binary to interact with the IaaS layerHere is a more detailed description of the individual task categories by example. They build on each other, each description assumes you have read the previous.
[deployments workflow](./onboarding-material/bosh-deployments-flow/README.md) -- focuses on interaction between CLI, director, and the database
[instances workflow](./onboarding-material/bosh-instances-flow/README.md) -- focuses on interaction between director, worker, and agent
[upload stemcell workflow](./onboarding-material/bosh-upload-stemcell-flow/README.md) -- focuses on interaction between director and CPI