Skip to content

bosh-aws-cpi/61

You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit 8160e032.

Release Notes

  • Switched to using gp2 as default disk type for all disks (root, ephemeral and persistent)
  • Updated bosh_cpi gem to work with multi-cpi Director features

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bosh-aws-cpi"
  version: "61"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=61"
  sha1: "32da5ff428082bbe6b4ef50b6ba386d44b204baf"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 32da5ff428082bbe6b4ef50b6ba386d44b204baf \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=61"

Jobs

Packages