Skip to content

bosh-openstack-cpi/32

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

Release Notes

Fixes - Improve error messages in delete_vm - Actually delete registry settings on VM deletion

New features - Load Balancer as a Service - Example of load balancing in bosh-init manifest

resource_pools:
- name: default
  network: default
  stemcell:
    name: bosh-openstack-kvm-ubuntu-trusty-go_agent
    version: latest
  cloud_properties:
    loadbalancer_pools:
      - name: lbaas_pool_1
        port: 8081

Usage

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

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

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

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

Jobs

Packages