Skip to content

bosh-cloudstack-cpi-release/12

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

Release Notes

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

V12 cloudstack cpi release is tested and compatible with - bosh 257.1 - cloudstack 4.5 / 4.7 - xen 6.5 (Ikoula public cloud) - stemcell 3192 - stemcell 3262.3

Features: - Cache static zone inventory requests #36 - add a delay after vm creation to fix #29 default vm creation delay is 10s. can be configured with :

  cpi:
    vm_create_delay: 30

see http://bosh.io/jobs/cloudstack_cpi?source=github.com/cloudfoundry-community/bosh-cloudstack-cpi-release&version=12#p=cpi.vm_expunge_delay

Uncompatible change: - Should be a drop in replacement for v11.

bug fixes: - vm_expunge_delay delay is applied AFTER explicit cpi expunge order (if force_expunge is set).

Usage

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

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

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

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

Jobs

Packages