Releases: cloudfoundry/bosh-vsphere-cpi-release
v53.0.6
NOT BACKWARD COMPATIBLE WITH OLD HOST GROUP FORMAT
Makes host group - VM group affinity configurable with MUST(mandatory)
vs SHOULD(prescriptive)
.
Makes SHOULD
as the default.
SHOULD
rule allows VMs to fail-over from a non-functional host group whileMUST
does not.
Sample Cloud Config
azs:
- name: z1
cloud_properties:
datacenters:
- clusters:
- vcpi-cluster-1: {host_group: {name: 'vcpi-cl1-hg-1', drs_rule: 'MUST'}}
- name: z2
cloud_properties:
datacenters:
- clusters:
- vcpi-cluster-1: {host_group: {name: 'vcpi-cl1-hg-1', drs_rule: 'should'}}
v52.1.10
NOT BACKWARD COMPATIBLE WITH OLD HOST GROUP FORMAT
Makes host group - VM group affinity configurable with MUST(mandatory)
vs SHOULD(prescriptive)
.
Makes SHOULD
as the default.
SHOULD
rule allows VMs to fail-over from a non-functional host group whileMUST
does not.
Sample Cloud Config
azs:
- name: z1
cloud_properties:
datacenters:
- clusters:
- vcpi-cluster-1: {host_group: {name: 'vcpi-cl1-hg-1', drs_rule: 'MUST'}}
- name: z2
cloud_properties:
datacenters:
- clusters:
- vcpi-cluster-1: {host_group: {name: 'vcpi-cl1-hg-1', drs_rule: 'should'}}
v53.0.5
Bump cpi ruby release to ruby-2.6.5-r0.29.0
v52.1.9
Bump cpi ruby release to ruby-2.6.5-r0.29.0
v53.0.4
v52.1.8
v53.0.3
PKS 341, PKS 433, PKS 507
The change causes CPI to return disk UUID instead of SCSI Unit number when disk.EnableUUID (advanced vmx option) is set on a VM.
As a result, BOSH agent is not confused between k8s persistent disks and CPI persistent disks, and , it is able to mount and format correct disks
Closes: 224
The change is to support NSX-V 6.4.6. The default return type format for NSX-V changed from XML to JSON b/w 6.4.4 and 6.4.6. This change sends an ACCEPT application/xml
header to mandate XML return type of body in response
v52.1.7
PKS 341, PKS 433, PKS 507
The change causes CPI to return disk UUID instead of SCSI Unit number when disk.EnableUUID (advanced vmx option) is set on a VM.
As a result, BOSH agent is not confused between k8s persistent disks and CPI persistent disks, and , it is able to mount and format correct disks
Closes: 224
The change is to support NSX-V 6.4.6. The default return type format for NSX-V changed from XML to JSON b/w 6.4.4 and 6.4.6. This change sends an ACCEPT application/xml
header to mandate XML return type of body in response