bosh-vcloud-cpi/21
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-vcloud-cpi-release. It was created based on the commit 5cb9fd53
.
Release Notes¶
- Handle old failed tasks on vCloud Entities (https://github.com/cloudfoundry-incubator/bosh-vcloud-cpi-release/pull/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.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-vcloud-cpi" version: "21" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vcloud-cpi-release?v=21" sha1: "bb0eb5e4e90998f21e0c4c77aa13e4da2a1c10da"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 bb0eb5e4e90998f21e0c4c77aa13e4da2a1c10da \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vcloud-cpi-release?v=21"