1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
Jim Gu d23da2e494 add support to vmware_guest for template => vm conversion (#31607)
* add support to vmware_guest for template => vm conversion

While the vmware_guest currently supports conversion of VMs to templates
using the is_template argument, it does not support the inverse:
converting templates back into VMs.  This change adds that
functionality.

When converting a template back into a VM, the extra config option
"uuid.action" is also set so that VMware will automatically create a new
UUID for the converted VM.  If the "uuid.action" setting is already
configured, it will not be modified.  Setting this prevents an
interactive question from being raised when attempting to boot the VM.

* Add integration tests for vmware_guest is_template

* Add additional idempotency test for vmware_guest is_template
2017-10-31 09:12:40 -04:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration add support to vmware_guest for template => vm conversion (#31607) 2017-10-31 09:12:40 -04:00
legacy remove unused ssh pipelining setters 2017-10-03 09:22:01 -04:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
sanity google: PEP8 compliancy fixes (#32309) 2017-10-31 10:53:31 +01:00
units ios_logging: Fix some smaller issues, add unit test (#32321) 2017-10-31 09:25:07 +05:30
utils Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00