Skip to content

bosh-azure-cpi/8

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

Release Notes

Improvements: - Assign public IPs directly to VMs - Previously public IPs were assigned by adding a LB to the VM - Retry around DNS resolution errors - Typically shown as SocketError: Hostname not known

Dev: - Set open_timeout explicitly for HTTP requests

Usage

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

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

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

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

Jobs

Packages