Resource Type: vc_cluster_drs
- Defined in:
- lib/puppet/type/vc_cluster_drs.rb
- Providers:
-
vc_cluster_drs
Overview
Manages vCenter cluster’s settings for DRS (Distributed Resource Scheduler).
Properties
-
default_vm_behavior
Cluster-wide default for DRS management of VMs: fullyAutomated, partiallyAutomated, or manual
Supported values:- fullyAutomated
- partiallyAutomated
- manual
-
enable_vm_behavior_overrides
Is VM-specific override of cluster-wide DRS behavior enabled? true or false
Supported values:- true
- false
-
enabled
Is DRS enabled? true or false
Supported values:- true
- false
-
vmotion_rate
Aggressiveness of DRS actions or recommendations for vMotion: 1 (aggressive) through 5 (conservative)
Supported values:- 1
- 2
- 3
- 4
- 5
Parameters
-
path
The path to the cluster.
-
provider
The specific backend to use for this ‘vc_cluster_drs` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.