Skip to content

bosh-openstack-cpi/31

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

Release Notes

Now tested on OpenStack Newton!

Fixes - Light stemcell deletion fails when image is deleted from glance - Stemcell upload fails on slow environments - Floating IP assignment on Huawei FusionSphere via #63 (thanks @shoudusse and @gberche-orange!)

New Features - Introduce new API method calculate_vm_cloud_properties via #56 (thanks @ljfranklin and @cdutra!) - Introduce new API method info via #64 (thanks @barthy1 and @knm3000!) - Introduce multi-cpi support via #52 (thanks @MatthiasWinzeler!) - Redact user_data in logs of create_vm - Add instance metadata to disks – Disks now have instance_name, instance_uuid, and index as metadata, so you can tell from Horizon/OpenStack CLI where they belong to. Especially useful for orphaned disks!

Misc - Update ruby to 2.4.0 - Update rubygems to 2.6.8 - Update bundler to 1.13.7 - Update libyaml to 0.1.7 - Update fog-openstack to 0.1.19

Usage

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

- name: "bosh-openstack-cpi"
  version: "31"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=31"
  sha1: "ed48a0e021805448e4581764d11d20696a4eaecb"

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

bosh upload-release --sha1 ed48a0e021805448e4581764d11d20696a4eaecb \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=31"

Jobs

Packages