community.general/lib/ansible/modules/cloud/vmware
Ner'zhul 2c17f9becd vmware_guest: module rewrite to add many features & fixes (#19228)
* vmware_guest: various fixes, improvements & additions

* Add template_flag attribute to define if the destination machine is a
template
* Add helper class to create:
  * SCSI controller
  * Disks
  * Network devices
* New feature: create VM without using templates
* New feature: multiple NIC
* New feature: multiple disks
* New feature: custom SCSI controller types (default: paravirtual)
* New feature: NIC can now be E1000 or VMXNet3 (default)
* New feature: customize NIC mac address
* New feature: new disk option autoselect_datastore permit to select the less used datastore. If datastore field is provided, filter the datastore list before selection
* New feature: Implement disk resizing + addition when state=present and VM exists
* New feature: when state=present and vm exists, modify the current CPU, Memory and disk space
* New feature: add guest_id support permitting to customize & change current VM guest ID in VMWare
* New feature: resource pool support
* New feature: change VM configuration without recreating it (CPU, memory, disks, network, guest ID, resource pool)
* Add 'gatherfacts' state to gather facts on a VM instead of previous 'present' state ('present' ensure the VM configuration)
* Add PyVmomiCache class to cache read only object
* Various python code fixes
* Various documentation fixes
* esxi_hostname & cluster are now exclusive
* Drop ips attribute & set ip directly into networks
* Little performance fixes by removing some duplicate calls to VMWare API
* Python 3 portability fixes
* Create many functions to make the code maintainable
* Cleanup some useless attributes

* Add 'suspended' as desired state for VM

* Make guest_id, memory & CPU number optional in reconfiguration mode

* Note: guest_id is now mandatory to create a VM from scratch (not templating)

* Bux fixes + Do network IP optinal + Add network vlan option
2017-01-03 09:48:07 -05: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 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vca_nat.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vca_vapp.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_cluster.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_datacenter.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_dns_config.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_dvs_host.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_dvs_portgroup.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_dvswitch.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_guest.py vmware_guest: module rewrite to add many features & fixes (#19228) 2017-01-03 09:48:07 -05:00
vmware_host.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_local_user_manager.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_maintenancemode.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_migrate_vmk.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_portgroup.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_target_canonical_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_vm_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_vm_shell.py minor spelling changes 2016-12-13 13:51:13 -05:00
vmware_vm_vss_dvs_migrate.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_vmkernel.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_vmkernel_ip_config.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_vmotion.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_vsan_cluster.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vmware_vswitch.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vsphere_copy.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
vsphere_guest.py Removed dict.iteritems() in modules. (#18859) 2016-12-12 15:16:23 -08:00