Skip to content

bosh-azure-cpi/18

You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-azure-cpi-release. It was created based on the commit 17d4b286.

Release Notes

New Features: - Support to assign dynamic public IPs to VMs in one resource pool automatically. - You can use below config to enable it. - You can see the background in the issue #217.

  resource_pools:
  - name: default
    cloud_properties:
      assign_dynamic_public_ip: true   # defaults to false

Usage

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

- name: "bosh-azure-cpi"
  version: "18"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=18"
  sha1: "1359c3fb1b9864018446cbca6d21bbd245e42d33"

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

bosh upload-release --sha1 1359c3fb1b9864018446cbca6d21bbd245e42d33 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=18"

Jobs

Packages