bosh-aws-cpi/52
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit 308778e3
.
Release Notes¶
- Return a more meaningful error, when an invalid region was configured
- Retry
InvalidInstanceID
error when trying to associate elastic IP - Return error if stemcell cannot be deleted due to authorization error
- Use
bosh delete stemcell X --force
to ignore this error if necessary
- Use
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-aws-cpi" version: "52" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=52" sha1: "dc4a0cca3b33dce291e4fbeb9e9948b6a7be3324"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 dc4a0cca3b33dce291e4fbeb9e9948b6a7be3324 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=52"