Skip to content

broker-registrar/3.2.0

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

Release Notes

Links to type: servicebroker are now optional. Manifests can now include explicit servicebroker.url etc properties.

For example:

- name: broker-registrar
  instances: 1
  azs: [z1]
  lifecycle: errand
  vm_type: default
  stemcell: default
  networks: [{name: default}]
  jobs:
  - name: broker-registrar
    release: broker-registrar
    properties:
      servicebroker:
        url: http://dingo-kafka-broker.((cf-system-domain))
        name: dingo-kafka
        username: user
        password: ((broker-password))
      cf:
        api_url: ((cf-api-url))
        username: ((cf-admin-username))
        password: ((cf-admin-password))
        skip_ssl_validation: ((cf-skip-ssl-validation))

- name: broker-deregistrar
  instances: 1
  azs: [z1]
  lifecycle: errand
  vm_type: default
  stemcell: default
  networks: [{name: default}]
  jobs:
  - name: broker-deregistrar
    release: broker-registrar
    properties:
      servicebroker:
        name: dingo-kafka
      cf:
        api_url: ((cf-api-url))
        username: ((cf-admin-username))
        password: ((cf-admin-password))
        skip_ssl_validation: ((cf-skip-ssl-validation))

Usage

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

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

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

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

Jobs

Packages