Skip to content

bosh-azure-cpi/25

You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-azure-cpi-release. It was created based on the commit 6736c163.

Release Notes

New Features:

  • VM is created in the same location with the virtual network instead of the storage account. #274

Fixes:

  • Handle the connection reset error to azure blob storage. #268

  • Retry once and only once if CPI receives AzureConflictError when deleting a managed disk. #269

  • Specify the disk size when attaching an unmanaged disk. Otherwise, the disk size can’t be shown by Azure Portal or Azure CLI. #275

  • Uses the same SCSI host device ID for AzureStack as Azure so that it works correctly with the stemcell v3232.5+. #276

  • Update resource provider API versions for AzureStack. #285

Improvements:

  • Bump bosh_cpi version from 1.3262.4.0 to 2.1.1. #273

  • Upgrade azure-storage-ruby to v0.12.1-preview. #268

Docs:

  • Provide a checklist before migrating to managed disks. #271

Development:

  • Bump rake & spec & other gems. #279

  • Add the integration test cases for azure_cpi. #273

  • Seperate test cases for cloud.rb into different files, and increase coverage rate. #277

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bosh-azure-cpi"
  version: "25"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=25"
  sha1: "274129c5c5fd27b9d5dacd97e7ce661b46a2d40a"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 274129c5c5fd27b9d5dacd97e7ce661b46a2d40a \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=25"

Jobs

Packages