Skip to content

bosh-vsphere-cpi/36

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

Release Notes

  • Do not retry on CustomFieldsManager NoPermission errors
    • This call requires a root vCenter privilege (Manage Custom Fields) that may not be set in some environments
    • This call is usually used in set_vm_metadata where failure is cosmetic and the error is swallowed. Retrying only slows down the deployment.

Usage

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

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

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

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

Jobs

Packages