Skip to content

v53.0.6

Compare
Choose a tag to compare
@EleanorRigby EleanorRigby released this 30 Jan 20:07
· 697 commits to master since this release

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 while MUST 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'}}