etcd-cf-service-broker/0.2.0
You can find the source of this version on GitHub at cloudfoundry-community/etcd-cf-service-broker-boshrelease. It was created based on the commit d01cd4b1
.
Release Notes¶
This bosh release includes
- broker
job that runs v0.2.0 of https://github.com/cloudfoundry-community/etcd-cf-service-broker/releases/tag/v0.2.0 plus a yet-to-be-versioned patch to “support etcd v2.2.0” - that is, the broker stopped failing and some failing tests are ignored for the moment.
- sanity-test
that goes thru basic lifecycle of service broker
Initial release includes only testing/spruce manifests for http
/non-SSL etcd configuration.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd-cf-service-broker" version: "0.2.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/etcd-cf-service-broker-boshrelease?v=0.2.0" sha1: "e758b787db70bc881fdf3dbf1c4f8a1af9a87768"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 e758b787db70bc881fdf3dbf1c4f8a1af9a87768 \ "https://bosh.io/d/github.com/cloudfoundry-community/etcd-cf-service-broker-boshrelease?v=0.2.0"