mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Don't use VMware resource pools for organization
This commit removes support for VMware 'resource pool' functionality entirely, as VMware installations without the DRS feature enabled are unable to configure or use resource pools. Also, resource pools should have never been used for organization; that's what folders are for.
This commit is contained in:
parent
5df75c8bf7
commit
4f3c5323d8
2 changed files with 3 additions and 11 deletions
|
|
@ -123,10 +123,6 @@
|
|||
# The vSphere 'folder' destination for spawned clones.
|
||||
# (required)
|
||||
#
|
||||
# - pool
|
||||
# The vSphere 'resource pool' destination for spawned clones.
|
||||
# (required)
|
||||
#
|
||||
# - datastore
|
||||
# The vSphere 'datastore' destination for spawned clones.
|
||||
# (required)
|
||||
|
|
@ -149,7 +145,6 @@
|
|||
- name: 'debian-7-i386'
|
||||
template: 'Templates/debian-7-i386'
|
||||
folder: 'Pooled VMs/debian-7-i386'
|
||||
pool: 'Pooled VMs/debian-7-i386'
|
||||
datastore: 'vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
|
|
@ -157,7 +152,6 @@
|
|||
- name: 'debian-7-x86_64'
|
||||
template: 'Templates/debian-7-x86_64'
|
||||
folder: 'Pooled VMs/debian-7-x86_64'
|
||||
pool: 'Pooled VMs/debian-7-x86_64'
|
||||
datastore: 'vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue