Skip to content

bosh-cloudstack-cpi-release/15

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

Release Notes

V15 cloudstack cpi release is tested and compatible with - bosh 260 - cloudstack 4.5 / 4.7 - xen 6.5 (Ikoula public cloud) - stemcell 3263.10

Features: - support vip / floating ip #9 this new features maps bosh vip network / floating ip concepts to cloustack public ip address. The public address must be preallocated. The CPI uses cloudstack static NAT feature to map public ip adress incoming traffic to a an instance / vm.

Internal improvements - leverages spring cloud CAMDEN.SR2 - leverages spring boot 1.4.2

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

bug fixes: - Handle deleting disks when vm creation fails throught asserts IAE #34 vm creatiion failure should not leak ephemeral disks anymore

Usage

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

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

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

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

Jobs

Packages