bosh-azure-cpi/16
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-azure-cpi-release. It was created based on the commit 07d1d393
.
Release Notes¶
Improvements:
- BOSH group name is often too long to generate an availability set name automatically. #209
- On Azure the length of the availability set name must be between 1 and 80 characters. env.bosh.group
which is generated by BOSH director may be too long. CPI will truncate the name to the following format az-MD5-[LAST-40-CHARACTERS-OF-GROUP]
if the length of env.bosh.group
is greater than 80.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-azure-cpi" version: "16" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=16" sha1: "0a60eb0eb10db8e6a2fde52890f05afba970d233"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 0a60eb0eb10db8e6a2fde52890f05afba970d233 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=16"