bosh-vsphere-cpi/20
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-vsphere-cpi-release. It was created based on the commit f3910200
.
Release Notes¶
Improvements:
- Removed 60 minute timeout on tasks to avoid exiting prematurely when migrating large disks
- Instead will be printing out periodic “still waiting” message in the logs
- Added vcenter.connection_options.ca_cert
property to specify custom CA certs for the vCenter
Dev: - Updated Ruby to 2.2.4 - Removed several unnecessary gem dependencies
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-vsphere-cpi" version: "20" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=20" sha1: "7b9ad333398f350d8cf92549fce118c03bbee008"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 7b9ad333398f350d8cf92549fce118c03bbee008 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=20"