Skip to content

broker-registrar/3.0.0

You can find the source of this version on GitHub at cloudfoundry-community/broker-registrar-boshrelease. It was created based on the commit 798f6b3.

Release Notes

This major version v3.0 introduces the requirement that the target service broker being registered is described via a type: servicebroker BOSH link.

A service broker can support this by including the following type: servicebroker and properties:

provides:
- name: my-broker
  type: servicebroker
  properties:
  - username
  - password
  - ssl_enabled # or protocol
  - port
  - external_host
  - name
  - services

The docker-bosherelease has a links-and-cloud-config branch that is being developed in parallel with this PR https://github.com/cloudfoundry-community/docker-boshrelease/tree/links-and-cloud-config

If you want to discuss future changes or have questions, please create an issue; or jump on the #dingo-postgresql slack channel https://slack.cloudfoundry.org

Usage

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

- name: "broker-registrar"
  version: "3.0.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/broker-registrar-boshrelease?v=3.0.0"
  sha1: "d6486bfe6c76b612ab6e0c2d3e38376ad780f378"

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

bosh upload-release --sha1 d6486bfe6c76b612ab6e0c2d3e38376ad780f378 \
  "https://bosh.io/d/github.com/cloudfoundry-community/broker-registrar-boshrelease?v=3.0.0"

Jobs

Packages