bosh-vsphere-cpi/33
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-vsphere-cpi-release. It was created based on the commit d65a71a6
.
Release Notes¶
- Added
vcenter.enable_auto_anti_affinity_drs_rules
to automatically spread VMs from the same instance group over different hosts within a cluster. See https://bosh.io/docs/vsphere-cpi for details.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-vsphere-cpi" version: "33" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=33" sha1: "8b6412c79af12cddf686c56c485c9889f6f0f0c8"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 8b6412c79af12cddf686c56c485c9889f6f0f0c8 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=33"