Skip to content

Commit

Permalink
Refine documentation for enable_auto_anti_affinity_drs_rules property
Browse files Browse the repository at this point in the history
See related cloudfoundry#378

Extracted from https://www.pivotaltracker.com/n/projects/1133984/stories/133642741
 >  We can create a DRS rule based on env.bosh.group (skip if this field is not provided).
  • Loading branch information
gberche-orange committed Apr 26, 2024
1 parent e30ebc8 commit 94ed1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/vsphere_cpi/spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ properties:
vcenter.datacenters:
description: Datacenters in vCenter to use (value is an array of Hashes representing datacenters and clusters, See director.yml.erb.erb)
vcenter.enable_auto_anti_affinity_drs_rules:
description: Creates DRS rule to place VMs on separate hosts.
description: Creates anti-affinity DRS rules for each instance group of each bosh deployment to place VMs on separate hosts. The DRS rules are named from template: <bosh-director-name>-<bosh-deployment-name>-<instance-group-name>
default: false
vcenter.memory_reservation_locked_to_max:
description: When enabled, the requested memory for the VMs will be reserved in vCenter. Enabling this will likely lead to wasted memory on the hosts and will prevent vCenter from making the best use of the memory resources.
Expand Down

0 comments on commit 94ed1ef

Please sign in to comment.