This is the bosh release for Cloud Foundry's Cloud Controller API.
- Cloud Controller: The primary API of Cloud Foundry.
- Cloud Controller Clock: Triggers periodic jobs for the Cloud Controller.
- Cloud Controller Workers: Execute background jobs for the Cloud Controller.
- Webdav Blobstore: An optional stand-alone blobstore for the Cloud Controller.
- NFS Mounter: Connects Cloud Controller with an NFS blobstore.
- CC Uploader: Uploads files from Diego to the Cloud Controller.
- TPS Watcher: Reports crash events from Diego to the Cloud Controller.
For more details on the integration between Diego and Capi Release, see Diego Design Notes.
The following components have been replaced by direct communication between Cloud Controller and the Diego BBS API:
- Stager: Proxies staging requests from Cloud Controller to the Diego BBS API.
- Nsync: Proxies task and app start requests from Cloud Controller to the Diego BBS API. Synchronizes health and state of apps and tasks between the BBS and Cloud Controller.
- TPS Listener: Proxies metrics information from Diego BBS API to Cloud Controller.
- NFS Debian Server: An optional stand-alone blobstore for the Cloud Controller. Replaced by Webdav Blobstore.
- Read Contribution Guidelines
- Public Pivotal Tracker project showing current team priorities