You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
compile Docs how to test (2nd) (#24094) 9 years ago
integration add support to vmware_guest for template => vm conversion (#31607) 8 years ago
legacy remove unused ssh pipelining setters 8 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner Update ansible-test sanity command. (#31958) 8 years ago
sanity google: PEP8 compliancy fixes (#32309) 8 years ago
units ios_logging: Fix some smaller issues, add unit test (#32321) 8 years ago
utils Update ansible-test sanity command. (#31958) 8 years ago