mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Move vsphere specific methods out of vmpooler
vmpooler has the vsphere provider taken out, moving some vsphere related methods to the provider: 1) pool_folders 2) get_base_folders At the same time renaming some configuration and code items to remove harmful terminology. purge_unconfigured_folders DEPRECATED, use purge_unconfigured_resources folder_whitelist DEPRECATED, use resources_allowlist the above configuration items are still supported but will be removed in the next major version. base class method purge_unconfigured_folders was renamed to purge_unconfigured_resources and requires the equivalent change in the provider classes abc
This commit is contained in:
parent
be72bb46d8
commit
f6bbef4245
7 changed files with 69 additions and 127 deletions
|
|
@ -28,7 +28,7 @@ describe 'Vmpooler' do
|
|||
['create_template_delta_disks', test_bool, nil],
|
||||
['create_linked_clones', test_bool, nil],
|
||||
['experimental_features', test_bool, nil],
|
||||
['purge_unconfigured_folders', test_bool, nil],
|
||||
['purge_unconfigured_resources', test_bool, nil],
|
||||
['usage_stats', test_bool, nil],
|
||||
['request_logger', test_bool, nil],
|
||||
['extra_config', test_string, nil],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue