Skip to content

bosh-vsphere-cpi/31

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

Release Notes

  • Adds NSX integration. Allows BOSH to add VMs to NSX Security Groups and Load Balancer Pools.
  • Adds additional retry logic around vSphere API calls
    • Makes deployments more robust against disruptive events such as ESXi host failures.
  • Adds documentation on configuring vSphere HA with BOSH Resurrector. See vSphere HA for details.

Usage

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

- name: "bosh-vsphere-cpi"
  version: "31"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=31"
  sha1: "0be455959341ca1f63c3a1a840e8002e02436793"

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

bosh upload-release --sha1 0be455959341ca1f63c3a1a840e8002e02436793 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=31"

Jobs

Packages