bosh-aws-cpi/34
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit acd92f62
.
Release Notes¶
- Renamed job
cpi
toaws_cpi
- Note: This breaks current bosh-init deployment manifests! Be sure to change
director.cpi_job
,cloud_provider.template
, andtemplates
properties to specifyaws_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-aws-cpi" version: "34" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=34" sha1: "188dac4b7aea7ae83b88998f9bc2b606b786c2a8"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 188dac4b7aea7ae83b88998f9bc2b606b786c2a8 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=34"