Skip to content

Releases: cloudfoundry/bosh-vsphere-cpi-release

v42

08 Jul 06:10
Compare
Choose a tag to compare
v42
  • Added vmx_options cloud property

    cloud_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

25 May 19:29
Compare
Choose a tag to compare
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

15 Apr 02:08
Compare
Choose a tag to compare
v40
  • Add support for NSX-T opaque networks

v38

27 Jan 18:27
Compare
Choose a tag to compare
v38
  • Return an error if network name is ambigious

v37

20 Jan 17:52
Compare
Choose a tag to compare
v37
  • Fixes incompatibility when specifying non-standard networks nested in folders

v36

23 Dec 07:51
Compare
Choose a tag to compare
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

01 Dec 02:52
Compare
Choose a tag to compare
v35
  • Improved sanitization of CPI logs

v34

17 Nov 20:14
Compare
Choose a tag to compare
v34
  • Make CPI multi-cpi compatible

v33

11 Nov 04:09
Compare
Choose a tag to compare
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

04 Nov 17:57
Compare
Choose a tag to compare
v32
  • Fixes CPI error if duplicate NSX security group names were given