Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

vmware-archive/bosh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOSH Build Status Code Climate

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.

Cloud Foundry OSS Resources

Cloud Foundry Open Source Platform as a Service

Learn

There is a Cloud Foundry documentation set for open source developers, and one for CloudFoundry.com users:

To make changes to our documentation, follow the [OSS Contribution][oss] steps and contribute to the oss-docs repository.

Ask Questions

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

Questions about CloudFoundry.com can be directed to: http://support.cloudfoundry.com

File a Bug

To file a bug against Cloud Foundry Open Source and its components, sign up and use our bug tracking system: http://cloudfoundry.atlassian.net

OSS Contributions

The Cloud Foundry team uses GitHub and accepts contributions via pull request

Follow these steps to make a contribution to any of our open source repositories:

  1. Complete our CLA Agreement for individuals or corporations

  2. Set your name and email

     git config --global user.name "Firstname Lastname"
     git config --global user.email "your_email@youremail.com"
    

Fork the BOSH repo

Make your changes on a topic branch, commit, and push to github and open a pull request.

Once your commits are approved by Travis CI and reviewed by the core team, they will be merged.

Packages

No packages published

Languages

  • Ruby 78.3%
  • Python 19.9%
  • Shell 1.8%