v15
New Features:
- Support multiple NICs.
- Current CentOS stemcells do not work. Need to wait new stemcells with the code change in this PR #1457.
- You can reference this doc Deploy multiple network interfaces (NICs) for a VM in Azure Cloud Foundry.
- Create containers in new storage accounts (NOT default storage account) if they do not exist #195
- DO NOT check/create containers in the default storage account for performance
- Check/create containers in the new storage account only before one stemcell needs to be copied from the default storage account
- Use env.bosh.group instead of env.bosh.group_name #205
- This is a new request. You can reference the feature request #171
Improvements:
- Set
x-ms-client-request-id
for all xRP requests for troubleshooting- CPI generates a GUID as the value of
x-ms-client-request-id
in every xRP request header - CPI logs this id before sending the request to Azure resource provider
- We can use this id to check Azure logs when CPI cannot get Azure response
- CPI generates a GUID as the value of
Fixes: