Releases: cloudfoundry/bosh-vsphere-cpi-release
Releases · cloudfoundry/bosh-vsphere-cpi-release
v42
-
Added
vmx_options
cloud propertycloud_properties: vmx_options: sched.mem.maxmemctl: "1330"
-
Retry on variety of HTTP/TCP connection errors
-
Retry NSX load balancer update error:
Failed to update LB Pool ID 'pool-1' under Edge ID 'edge-1406' with unknown NSX error ... org.hibernate.StaleObjectStateException
-
Support attaching more than 6 NICs
v41
- Fallback to recursive search for networks if find_by_inventory_path fails to avoid vSphere 6.5 bug
- Do not retry on ANY issue involving moving disks
v40
- Add support for NSX-T opaque networks
v38
- Return an error if network name is ambigious
v37
- Fixes incompatibility when specifying non-standard networks nested in folders
v36
- Do not retry on CustomFieldsManager NoPermission errors
- This call requires a root vCenter privilege (Manage Custom Fields) that may not be set in some environments
- This call is usually used in set_vm_metadata where failure is cosmetic and the error is swallowed. Retrying only slows down the deployment.
v35
- Improved sanitization of CPI logs
v34
- Make CPI multi-cpi compatible
v33
- Added
vcenter.enable_auto_anti_affinity_drs_rules
to automatically spread VMs from the same instance group over different hosts within a cluster. See https://bosh.io/docs/vsphere-cpi for details.
v32
- Fixes CPI error if duplicate NSX security group names were given