Skip to content

etcd-cf-service-broker/0.3.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 735e94f5.

Release Notes

Improvements

  • broker.public_etcd_url overrides the etcd URL used in published broker credentials
  • templates include serial: true since etcd needs to start before broker

    releases:
    - name: etcd-cf-service-broker
    version: 0.3.0
    url: https://github.com/cloudfoundry-community/etcd-cf-service-broker-boshrelease/releases/download/v0.3.0/etcd-cf-service-broker-0.3.0.tgz
    sha1: 7b5b8abd53c965572aa9de4000528095a01565cd
    

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "etcd-cf-service-broker"
  version: "0.3.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/etcd-cf-service-broker-boshrelease?v=0.3.0"
  sha1: "eef406285dfe81c3ddf346a660e5b0a998c9c238"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 eef406285dfe81c3ddf346a660e5b0a998c9c238 \
  "https://bosh.io/d/github.com/cloudfoundry-community/etcd-cf-service-broker-boshrelease?v=0.3.0"

Jobs

Packages