Commit Graph

55 Commits (47877e157f9119b5174febb1ac0c421b9eb3078b)

Author SHA1 Message Date
Chrrrles Paul 92fd2a9436 Merge pull request #2564 from luto/feature/vsphere_guest/support_nested_folders
vsphere_guest: support putting a guest into a nested folder
9 years ago
Tobias Smolka 0cacadb670 Making cluster parameter optional 9 years ago
Chrrrles Paul a56d652c7b Merge pull request #2196 from fennm/vmware_clone_to_folder
Support cloning VMs into a specific VM folder
9 years ago
Chrrrles Paul b4254fe1a4 Merge pull request #2182 from serialdoom/devel
vsphere: automatically add new drives
9 years ago
luto 794911c592 vsphere_guest: support putting a guest into a nested folder 9 years ago
Stewart Rutledge adbc430984 Added support for reconfiguring network (moving to another switch, for example) 9 years ago
Michael Fenn 9b04ca55f1 Support cloning VMs into a specific VM folder
The pysphere VIVirtualMachine.clone() method supports specifying a VM
folder to place the VM in after the clone has completed.  This exposes
that functionality to playbooks.

Also documents that creating VMs could always place VMs in a specific
folder.
9 years ago
Mike 8c9a9c0802 update_disks(): added origins of the code. 9 years ago
Mike Christofilopoulos 83074ad501 add new disks automatically when the 'vm_disk' section changes 9 years ago
Brian Coca a0997e8940 Merge pull request #1757 from gutoandreollo/devel
Added the 'hw_interfaces' array
9 years ago
Brian Coca b2e5dd2c47 Merge pull request #1807 from brannon/supportVMClones
Support cloning VMs (in addition to templates)
9 years ago
Charles Paul 6a40e8b454 vm_floppy 2.0 support 9 years ago
Chrrrles Paul 8ebd6cc7cd Revert "Add 2.0 docs - Revert "add virtual floppy to VMware guest"" 9 years ago
Chrrrles Paul 3830af652f Revert "add virtual floppy to VMware guest" 9 years ago
Chrrrles Paul 943a892435 Merge pull request #1720 from nivanko/feature-virtual-floppy
Useful addition to vsphere_guest and the code looks good.  I will do more testing.  Merging into devel branch -- add virtual floppy to VMware guest
9 years ago
Brian Coca 697307f88c Merge pull request #1670 from mikeputnam/issue-1643-gpl-header
Add missing GPLv3 License header
9 years ago
brannon bf4403d547 Support creating new VMs by cloning an existing VM.
Support setting power state of cloned VMs.
9 years ago
Guto Andreollo b00fe3e22b Added the 'hw_interfaces' array, listing the names of all interfaces present on the VM as 'ansible_interfaces' lists the ones seen by the operating system 9 years ago
otdw dd691779a1 removed required together for resource pools, clusters, and template deployments. fixes inability to deploy from template on vsphere clusters without resource pools. Also, resource pools and cluster should not be required together as they are independant in vsphere 9 years ago
Brian Coca 291fef3b34 fixed version added, reworded description a bit 9 years ago
Toshio Kuratomi e6ecca8809 Minor touch ups of vsphere_guest code. 9 years ago
Toshio Kuratomi 17cd8cddac Merge pull request #739 from NicCOConnor/vsphere_linkedclone
Added the ability to Linked_clone from snapshot in vsphere_guest module
9 years ago
Brian Coca 4d4d63c41e Merge pull request #1403 from aioue/patch-5
Update vsphere_guest.py
9 years ago
Nikolay Ivanko a24ffc1056 add virtual floppy to VMware guest 9 years ago
Nicholas O'Connor 9144785c42 Created option snapshot_to_clone. When specified, snapshot_to_clone will create a linked clone copy of the VM. 9 years ago
Nic O'Connor 706f5e25cc Added the ability to Linked_clone from snapshot 9 years ago
Tom Paine d6d6186aef Update vsphere_guest.py 9 years ago
Tom Paine d9db201b9a Update vsphere_guest.py 9 years ago
Mike Putnam 6c0e264806 Add missing GPLv3 License header
Fixes #1643
9 years ago
Brian Coca 047d7f0775 Merge pull request #1545 from vtsingaras/vsphere_guest_template_no_resourcepool
Use either esxi:dc,host OR cluster,resource_pool
9 years ago
Vyronas Tsingaras da62d04eff
This enable one to find a datastore with no config_target supplied
Signed-off-by: Vyronas Tsingaras <vtsingaras@it.auth.gr>
9 years ago
Vyronas Tsingaras 5b34f3d8bc Remember power state when starting vm reconfigure
This commit fixes #1391

Signed-off-by: Vyronas Tsingaras <vtsingaras@it.auth.gr>
9 years ago
Vyronas Tsingaras 5e72c5ad36
Properly check if vm_hardware contains keys
This commit fixes #1475

Signed-off-by: Vyronas Tsingaras <vtsingaras@it.auth.gr>
9 years ago
Vyronas Tsingaras f4a86aab7f
Use either esxi:dc,host OR cluster,resource_pool
vsphere_guest now can deploy a template using a datacenter and hostname
as the target, instead of requiring a cluster and resource_pool.

This commit fixes #951.

Signed-off-by: Vyronas Tsingaras <vtsingaras@it.auth.gr>
9 years ago
Greg DeKoenigsberg 28a869a030 Updating cloud modules with proper github author information 9 years ago
Tom Paine c64a3eb03d Update vsphere_guest.py 9 years ago
Tom Paine 7325d6a8ef Update vsphere_guest.py
Remove redundant description.
9 years ago
Tom Paine 0ec4c43931 Update vsphere_guest.py
Spelling mistake.
9 years ago
Tom Paine 14d7073b51 Update vsphere_guest.py
Remove etc. As reconfigure only reconfigures RAM and CPU.
9 years ago
Tom Paine 6a04f0d452 Update vsphere_guest.py
Clarifies that when using a template, CPU, RAM, NIC and Disk params are silently ignored.
9 years ago
Tom Paine 3d1b6285c3 Update vsphere_guest.py
Clear up confusing action where disk and hardware state can be passed to a reconfigure but is ignored (module only changes CPU and RAM when state is 'reconfigured' and ignore everything else.
9 years ago
Tom Paine 3183ab6da1 Update vsphere_guest.py
Add mounted ISO image to examples.
9 years ago
Tom Paine ed07502587 Update vsphere_guest.py
Add example distributed virtual switch example so vm_nic options are clearer.
9 years ago
Toshio Kuratomi 81b476cd02 Update module "imports" to new style
Fixes #1351
9 years ago
Toshio Kuratomi 60a66a544d Several cleanups to many modules:
* Fix docs to specify when python2.6+ is required (due to a library
  dep).  This helps us know when it is okay to use python2.6+ syntax in
  the file.
* remove BabyJson returns.  See #1211  This commit fixes all but the
  openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
  if the module is run as a program.  This allows for the potential to
  unittest the code later.
10 years ago
Brian Coca 53404c786a added version added for new template options 10 years ago
Mark Phillips 8ede9de895 vsphere_guest fix for KeyError: folder message 10 years ago
Toshio Kuratomi 51ed13b887 Fix documentation build 10 years ago
Brian Coca 4cfc8d6950 Merge pull request #72 from stewrutledge/vmtemplate
Added support for deploying virtual machine from a virtual template
10 years ago
IndyMichaelB 5a628aacd4 docfix for vsphere_guest.py
Corrected parameter name from user to username in documentation
10 years ago