bosh-azure-cpi/13
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-azure-cpi-release. It was created based on the commit 1457788e
.
Release Notes¶
New Features: - Support multiple resource groups. Please reference this doc PR
Improvements: - Improve the performance of uploading stemcells - Filter credential in logs - Catch BAD_REQUEST in get_token
Dev: - Add debug_mode to log all raw HTTP requests/responses. Please reference this doc PR
Known Issues: - bosh-init v0.0.92 has issue with connection timeouts; use bosh-init v0.0.94.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-azure-cpi" version: "13" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=13" sha1: "5d1d5f62a30911d5e07285d3dfa0f1c4b41262b9"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 5d1d5f62a30911d5e07285d3dfa0f1c4b41262b9 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=13"