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