Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services. In this manual we describe the architecture, topology, configuration, and use of BOSH, as well as the structure and conventions used in packaging and deployment.
- BOSH Documentation: http://docs.cloudfoundry.com/docs/running/deploying-cf/
To install the latest bosh CLI gems:
gem install bosh_cli --source http://bosh-jenkins-gems.s3.amazonaws.com --pre
# Plugin required for deploying MicroBosh
gem install bosh_cli_plugin_micro --source http://bosh-jenkins-gems.s3.amazonaws.com --pre
# Plugin required for 'bosh aws create' and bootstrap commands
gem install bosh_cli_plugin_aws --source http://bosh-jenkins-gems.s3.amazonaws.com --pre
Cloud Foundry Open Source Platform as a Service
Our documentation, currently a work in progress, is available here: http://docs.cloudfoundry.com/
Questions about the Cloud Foundry Open Source Project can be directed to our Google Groups.
- BOSH Developers: https://groups.google.com/a/cloudfoundry.org/group/bosh-dev/topics
- BOSH Users:https://groups.google.com/a/cloudfoundry.org/group/bosh-users/topics
- VCAP (Cloud Foundry) Developers: https://groups.google.com/a/cloudfoundry.org/group/vcap-dev/topics
Bugs can be filed using Github Issues within the various repositories of the Cloud Foundry components.
Please read the contributors' guide