Skip to content

bosh-vsphere-cpi/42

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

Release Notes

  • Added vmx_options cloud property

    cloud_properties:
    vmx_options:
      sched.mem.maxmemctl: "1330"
    
  • Retry on variety of HTTP/TCP connection errors

  • Retry NSX load balancer update error: Failed to update LB Pool ID 'pool-1' under Edge ID 'edge-1406' with unknown NSX error ... org.hibernate.StaleObjectStateException

  • Support attaching more than 6 NICs

Usage

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

- name: "bosh-vsphere-cpi"
  version: "42"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=42"
  sha1: "924e13a70f6ee26b388ced696080e4f020fdf84f"

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

bosh upload-release --sha1 924e13a70f6ee26b388ced696080e4f020fdf84f \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=42"

Jobs

Packages