This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Releases: cloudfoundry-attic/bosh-vcloud-cpi-release
Releases · cloudfoundry-attic/bosh-vcloud-cpi-release
v24
v23
- Implemented
calculate_vm_cloud_properties
CPI method (for future use)
v22
Dev:
- Minor change to avoid extra bash process when executing CPI
v21
-
Handle old failed tasks on vCloud Entities (#11)
vCloud maintains a list of historical tasks for a vApp. These tasks are returned in the Xml element of a GET vAPP response. When BOSH recomposes a vApp (to merge in new VMs for example) currently it aborts the BOSH Task if any failed tasks are identified. By default tasks older than an hour will be ignored.
v18
- Renamed job
cpi
tovcloud_cpi
- Note: This breaks current bosh-init deployment manifests! Be sure to change
director.cpi_job
,cloud_provider.template
, andtemplates
properties to specifyvcloud_cpi
.
- Note: This breaks current bosh-init deployment manifests! Be sure to change