This repository contains legacy services components which are not under active development. We can cannot vouch for their functionality. Feel free to try them as-is and enhance them as needed.
The structures used to deploy these services with BOSH can be found in http://github.com/cloudfoundry/cf-services-contrib-release/
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:
-
Complete our CLA Agreement for individuals or corporations
-
Set your name and email
git config --global user.name "Firstname Lastname" git config --global user.email "[email protected]"
-
Fork the repo
-
Make your changes on a topic branch, commit, and push to github and open a pull request.
Your pull request is much more likely to be accepted if:
-
It is small and focused with a clear commit message that conveys the intent behind your change.
-
The tests pass in CI (we use Travis CI for many of our components in large part because of their excellent support for pull requests).
-
Your pull request includes tests.
We review pull requests regularly.
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.