Skip to content

bosh-cloudstack-cpi-release/13

You can find the source of this version on GitHub at cloudfoundry-community/bosh-cloudstack-cpi-release. It was created based on the commit 2834e9bd.

Release Notes

This mostly a maintenance release. Should be a drop in replacement for v12

V13 cloudstack cpi release is tested and compatible with - bosh 257.3 - cloudstack 4.5 / 4.7 - xen 6.5 (Ikoula public cloud) - stemcell 3262.9

Features:

Internal improvements - leverages spring cloud BRIXTON.SR6 - leverages spring boot 1.4.0

Uncompatible change: - Should be a drop in replacement for v12

bug fixes: - create vm env properties not propagated by CPI #42 : cpi is now able to apply vcap password as set on director - Check Bosh registry URI configuration consistency #37 : helpful controls on registry user/password misconfigurations. - logging is now faithfull to logback.xml config - added a retry mechanism for attach_disk

Usage

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

- name: "bosh-cloudstack-cpi-release"
  version: "13"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/bosh-cloudstack-cpi-release?v=13"
  sha1: "1c40a6ead205f85a48f3e79c06f0dcbb0b681948"

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

bosh upload-release --sha1 1c40a6ead205f85a48f3e79c06f0dcbb0b681948 \
  "https://bosh.io/d/github.com/cloudfoundry-community/bosh-cloudstack-cpi-release?v=13"

Jobs

Packages