Skip to content

bosh-aws-cpi/55

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

Release Notes

  • Adds auto_assign_public_ip so that VM can get automatic public IP

    vm_extensions:
    - name: public_ip
    cloud_properties:
    auto_assign_public_ip: true
    

Usage

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

- name: "bosh-aws-cpi"
  version: "55"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=55"
  sha1: "7c21a7af87095ae533b52c0f7b6e2fbda2c94793"

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

bosh upload-release --sha1 7c21a7af87095ae533b52c0f7b6e2fbda2c94793 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=55"

Jobs

Packages