bosh-cloudstack-cpi-release/14
You can find the source of this version on GitHub at cloudfoundry-community/bosh-cloudstack-cpi-release. It was created based on the commit 244f39ce
.
Release Notes¶
This mostly a maintenance release. Should be a drop in replacement for v13
V14 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 / improvments: - Create assert rule to validate cpi.registry.user and cpi.core.user values #43 : cpi now checks inconsistent double usage of same credentials for cpi-core and actuator user
Uncompatible change: - Should be a drop in replacement for v13
bug fixes: - Registry content limit is too low #44. db size fixed. any previous data will be migrated to new settings size.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-cloudstack-cpi-release" version: "14" url: "https://bosh.io/d/github.com/cloudfoundry-community/bosh-cloudstack-cpi-release?v=14" sha1: "f145fbe9ce733c7531188240c6bd0519b9dcd768"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 f145fbe9ce733c7531188240c6bd0519b9dcd768 \ "https://bosh.io/d/github.com/cloudfoundry-community/bosh-cloudstack-cpi-release?v=14"