bosh-cloudstack-cpi-release/16
You can find the source of this version on GitHub at cloudfoundry-community/bosh-cloudstack-cpi-release. It was created based on the commit ecdb5bd5
.
Release Notes¶
V16 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: - vm conflict ip check is not compatible with Cloudstack based VPC enhancement #30 : no more inaccurate conflicting ip error when provisioning same IP in 2 different VPC Networks.
Internal improvements - leverages spring cloud CAMDEN.SR4 - leverages spring boot 1.4.3
Uncompatible change: - Should be a drop in replacement for v15
bug fixes: - bosh-init should be easier #48 : a docker image and a launch script are now provided to help micro-bosh inception
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-cloudstack-cpi-release" version: "16" url: "https://bosh.io/d/github.com/cloudfoundry-community/bosh-cloudstack-cpi-release?v=16" sha1: "0b77d27c2f07281b2c7a56b5915ad79ce99cdf02"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 0b77d27c2f07281b2c7a56b5915ad79ce99cdf02 \ "https://bosh.io/d/github.com/cloudfoundry-community/bosh-cloudstack-cpi-release?v=16"