community.general/lib/ansible/modules/cloud/vmware
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
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
vca_fw.py pep8 fixes for vmware modules (#31537) 2017-10-12 07:50:05 +02:00
vca_nat.py pep8 fixes for vmware modules (#31537) 2017-10-12 07:50:05 +02:00
vca_vapp.py pep8 fixes for vmware modules (#31537) 2017-10-12 07:50:05 +02:00
vcenter_license.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_cluster.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_datacenter.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_dns_config.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_dvs_host.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_dvs_portgroup.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_dvswitch.py pep8 fixes for vmware modules (#31537) 2017-10-12 07:50:05 +02:00
vmware_guest.py add support to vmware_guest for template => vm conversion (#31607) 2017-10-31 09:12:40 -04:00
vmware_guest_facts.py Added datacenter as variable to expample block, since it is a required variable (#25944) 2017-08-30 15:26:23 -04:00
vmware_guest_find.py Add support for Python3 in vmware_guest_find 2017-09-01 11:11:09 -07:00
vmware_guest_powerstate.py New module - vmware_guest_powerstate 2017-10-02 18:57:44 +02:00
vmware_guest_snapshot.py Add the ability to rename a snapshot, or change it's description. (#31441) 2017-10-30 12:20:03 -04:00
vmware_guest_tools_wait.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_host.py Refactor code for find_host_by_cluster_datacenter (#26859) 2017-08-28 18:36:46 +02:00
vmware_local_user_manager.py pep8 fixes for vmware modules (#31537) 2017-10-12 07:50:05 +02:00
vmware_maintenancemode.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_migrate_vmk.py pep8 fixes for vmware modules (#31537) 2017-10-12 07:50:05 +02:00
vmware_portgroup.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_resource_pool.py Refactor code for find_host_by_cluster_datacenter (#26859) 2017-08-28 18:36:46 +02:00
vmware_target_canonical_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_vm_facts.py vmware_vm_facts: Add error check for config.vm (#31629) 2017-10-12 10:32:06 -04:00
vmware_vm_shell.py Make vm_username and vm_password required params 2017-09-30 14:50:44 +02:00
vmware_vm_vss_dvs_migrate.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_vmkernel.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_vmkernel_ip_config.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_vmotion.py pep8 fixes for vmware modules (#31537) 2017-10-12 07:50:05 +02:00
vmware_vsan_cluster.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware_vswitch.py vmware_vswitch; Improve integration tests (#28484) 2017-08-24 14:31:13 +02:00
vsphere_copy.py pep8 fixes for vmware modules (#31537) 2017-10-12 07:50:05 +02:00
vsphere_guest.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00