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/integration/targets/vmware_guest/tasks
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
7 years ago
..
cdrom_d1_c1_f0.yml Fix #21112 : Adding support for configuring a CD-rom iso image (#28155) 7 years ago
clone_d1_c1_f0.yml Add wait for vcsim to come online (#27887) 7 years ago
create_d1_c1_f0.yml vmware_guest: tests for createvm+modifyvm tasks (#30959) 7 years ago
main.yml Fix #21112 : Adding support for configuring a CD-rom iso image (#28155) 7 years ago
poweroff_d1_c1_f0.yml Add wait for vcsim to come online (#27887) 7 years ago
poweroff_d1_c1_f1.yml Add wait for vcsim to come online (#27887) 7 years ago
template_d1_c1_f0.yml add support to vmware_guest for template => vm conversion (#31607) 7 years ago