mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Allow a 'clone_target' configuration setting
If set, this setting will enable "fake DRS", cloning VMs onto the host in the specified cluster containing the least amount of VMs.
This commit is contained in:
parent
1d6f3037f8
commit
e8125e7702
3 changed files with 34 additions and 0 deletions
|
|
@ -83,6 +83,10 @@
|
|||
# The path to vmpooler's log file.
|
||||
# (optional; default: '/var/log/vmpooler.log')
|
||||
#
|
||||
# - clone_target
|
||||
# The target cluster VMs are cloned into (host with least VMs chosen)
|
||||
# (optional; default: same cluster/host as origin template)
|
||||
#
|
||||
# - task_limit
|
||||
# The number of concurrent VMware vSphere tasks to perform.
|
||||
# (optional; default: '10')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue