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
2015-07-14 15:56:14 -07:00
Brian Coca
291fef3b34
fixed version added, reworded description a bit
2015-07-14 17:03:21 -04:00
Toshio Kuratomi
e6ecca8809
Minor touch ups of vsphere_guest code.
2015-07-14 07:27:09 -07:00
Toshio Kuratomi
17cd8cddac
Merge pull request #739 from NicCOConnor/vsphere_linkedclone
...
Added the ability to Linked_clone from snapshot in vsphere_guest module
2015-07-14 07:20:38 -07:00
Brian Coca
4d4d63c41e
Merge pull request #1403 from aioue/patch-5
...
Update vsphere_guest.py
2015-07-13 09:58:06 -04:00
Nicholas O'Connor
9144785c42
Created option snapshot_to_clone. When specified, snapshot_to_clone will create a linked clone copy of the VM.
2015-07-09 16:46:39 -04:00
Nic O'Connor
706f5e25cc
Added the ability to Linked_clone from snapshot
2015-07-08 15:01:01 -04:00
Tom Paine
d6d6186aef
Update vsphere_guest.py
2015-07-07 20:30:33 +01:00
Tom Paine
d9db201b9a
Update vsphere_guest.py
2015-07-07 20:30:07 +01:00
Brian Coca
047d7f0775
Merge pull request #1545 from vtsingaras/vsphere_guest_template_no_resourcepool
...
Use either esxi:dc,host OR cluster,resource_pool
2015-06-19 09:28:56 -04:00
Vyronas Tsingaras
da62d04eff
This enable one to find a datastore with no config_target supplied
...
Signed-off-by: Vyronas Tsingaras <vtsingaras@it.auth.gr>
2015-06-19 13:04:19 +03:00
Vyronas Tsingaras
5b34f3d8bc
Remember power state when starting vm reconfigure
...
This commit fixes #1391
Signed-off-by: Vyronas Tsingaras <vtsingaras@it.auth.gr>
2015-06-18 21:33:16 +03:00
Vyronas Tsingaras
5e72c5ad36
Properly check if vm_hardware contains keys
...
This commit fixes #1475
Signed-off-by: Vyronas Tsingaras <vtsingaras@it.auth.gr>
2015-06-18 14:23:43 +03:00
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>
2015-06-18 13:55:54 +03:00
Greg DeKoenigsberg
28a869a030
Updating cloud modules with proper github author information
2015-06-15 14:41:22 -04:00
Tom Paine
c64a3eb03d
Update vsphere_guest.py
2015-05-28 19:08:52 +01:00
Tom Paine
7325d6a8ef
Update vsphere_guest.py
...
Remove redundant description.
2015-05-22 19:07:28 +01:00
Tom Paine
0ec4c43931
Update vsphere_guest.py
...
Spelling mistake.
2015-05-22 19:05:25 +01:00
Tom Paine
14d7073b51
Update vsphere_guest.py
...
Remove etc. As reconfigure only reconfigures RAM and CPU.
2015-05-22 18:43:20 +01:00
Tom Paine
6a04f0d452
Update vsphere_guest.py
...
Clarifies that when using a template, CPU, RAM, NIC and Disk params are silently ignored.
2015-05-22 18:40:35 +01:00
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.
2015-05-22 18:21:56 +01:00
Tom Paine
3183ab6da1
Update vsphere_guest.py
...
Add mounted ISO image to examples.
2015-05-21 12:52:52 +01:00
Tom Paine
ed07502587
Update vsphere_guest.py
...
Add example distributed virtual switch example so vm_nic options are clearer.
2015-05-20 16:01:29 +01:00
Toshio Kuratomi
81b476cd02
Update module "imports" to new style
...
Fixes #1351
2015-05-18 11:59:20 -07:00
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.
2015-05-11 12:15:53 -07:00
Brian Coca
53404c786a
added version added for new template options
2015-01-06 16:06:45 -05:00
Mark Phillips
8ede9de895
vsphere_guest fix for KeyError: folder message
2014-12-24 12:39:48 +00:00
Toshio Kuratomi
51ed13b887
Fix documentation build
2014-12-16 11:50:41 -08:00
Brian Coca
4cfc8d6950
Merge pull request #72 from stewrutledge/vmtemplate
...
Added support for deploying virtual machine from a virtual template
2014-12-15 20:01:54 -05:00
IndyMichaelB
5a628aacd4
docfix for vsphere_guest.py
...
Corrected parameter name from user to username in documentation
2014-11-16 16:59:57 -05:00
Stewart Rutledge
6d79518d67
Fixed a typo on power options
2014-11-13 22:01:26 +01:00
sterutkb
1dd20197b1
Added support for deploying virtual machine from a virtual template
2014-11-13 22:00:57 +01:00
Fwiffo
6cb8a5f312
typo in comments: of -> or
2014-11-07 15:20:49 -08:00
Brian Coca
0c4adcb2c6
made subcategories for cloud modules for better organization
2014-11-04 11:18:09 -05:00