v16
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 formataz-MD5-[LAST-40-CHARACTERS-OF-GROUP]
if the length ofenv.bosh.group
is greater than 80.
- On Azure the length of the availability set name must be between 1 and 80 characters.