Commit Graph

20 Commits (50912c9092eb567c5dc61c47eecd2ccc585ae364)

Author SHA1 Message Date
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 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
Stewart Rutledge 6d79518d67 Fixed a typo on power options 10 years ago
sterutkb 1dd20197b1 Added support for deploying virtual machine from a virtual template 10 years ago
Fwiffo 6cb8a5f312 typo in comments: of -> or 10 years ago
Brian Coca 19ed60196c added __init__.py to new cloud subcategories so builds work again 10 years ago
Brian Coca 0c4adcb2c6 made subcategories for cloud modules for better organization 10 years ago