Commit Graph

53 Commits (5a278a8ecd3e62b7805902d084efab58abc33593)

Author SHA1 Message Date
Nik LaBelle bb965eebee change netif type to dict and update example (#2187) 8 years ago
Michael Scherer 95018b5fe8 Add partial doc on return value of virt (#2116) 9 years ago
Joshua Gilman e4a4259bc2 Change disk type to str to allow correct usage of rootfs for LXC (#2091) 9 years ago
Adrià Galín Figueras 014297b868 Fixed netif params when create lxc container (#2064) 9 years ago
Karim Boumedhel a61742e070 Add cloudinit support to ovirt.py module 9 years ago
Michael Scherer 8e7051ad9d Do not leak password by error for ovirt module (#1991) 9 years ago
liquidat 0cdd66fa23 remove legacy action style from examples
- "action" style invoking is a legacy way to call modules
- the examples were updated to the typical style of calling complex
  modules:

ovirt:
  parameter1: value1
  parameter2: value2
  ...
9 years ago
Alex Kalinin bba1dac0f0 Fix opening libvirt esx connection 9 years ago
Baptiste Mille-Mathias a11220228c fix typo
conainerization => containerization
9 years ago
Brian Coca aa95a81005 added version info on autodetection feature 9 years ago
Brian Coca c0922d4d32 Merge pull request #1146 from frogu/proxmox_lxc_support
add lxc support, without dropping openvz
9 years ago
Michael Scherer 2f3dc1352f Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
Łukasz Proszek a30a1eef86 add lxc support, without dropping openvz 9 years ago
Matt Martz 55dab7cd1b sys.exit removal for cloud/misc/ovirt.py 9 years ago
Brian Coca a6e0fcaf6c Merge pull request #776 from drybjed/update-virt_pool
Update author information in virt_pool docs
9 years ago
Brian Coca 0bdeb9ee47 Merge pull request #757 from drybjed/virt_net
libvirt: virt_net module
9 years ago
Maciej Delmanowski 375b2234b1 Update author information in virt_pool docs 9 years ago
Maciej Delmanowski 2af729944a Update author information in virt_net docs 9 years ago
Maciej Delmanowski c011923e3b Remove unused parameter from method arguments 9 years ago
Maciej Delmanowski 39b635ae79 Rewrite method to not use try/except
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
9 years ago
Maciej Delmanowski d8b6dd5927 Rewrite for loops in a more Pythonic style 9 years ago
Maciej Delmanowski 055a31ba07 Remove separate check for Xen
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
9 years ago
Maciej Delmanowski 13e51060ec Remove unused parameter from method arguments 9 years ago
Maciej Delmanowski 2b15b0564c Add whitespace so diff with 'virt_pool' is easier 9 years ago
Maciej Delmanowski dc92f0af4c Rewrite method to not use try/except
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
9 years ago
Maciej Delmanowski 00e7e225ce Rewrite for loops in a more Pythonic style 9 years ago
Maciej Delmanowski 8b2cc4f7bb Remove separate check for Xen
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
9 years ago
Maciej Delmanowski 0da9254537 libvirt: virt_net module
This module manages network configuration in libvirt.
9 years ago
Maciej Delmanowski 1fd1460d2f libvirt: virt_pool module
This module manages storage pool configuration in libvirt.
9 years ago
Maciej Delmanowski ebb9125567 virt: remove BabyJSON
Removed the usage of baby json. This is in response to the fact
that the baby json functionality was removed in Ansible 1.8

Ref: #430
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Sergei Antipov 35853a3d70 proxmox | changed https_verify_ssl to to validate_certs and added
forgotten return
9 years ago
Sergei Antipov 5f916ac4e3 proxmox_template | deleted state=list and changed default timeout to 30 9 years ago
Sergei Antipov e1c8cdc39d proxmox_template | changed http_verify_ssl to validate_certs 9 years ago
Sergei Antipov 08a9096c75 proxmox_template | fixed problem with uploading 9 years ago
Sergei Antipov 078dc8b205 Added proxmox_template module 9 years ago
Brian Coca a07fc88ba0 Merge pull request #531 from UnderGreen/proxmox_module_examples
Proxmox VE module examples
9 years ago
Rene Moser e72f581a16 proxmox: prevent to log passwords 9 years ago
Rene Moser 148bd52d8b proxmox: update module doc 9 years ago
Sergei Antipov ed6283d422 Added examples 9 years ago
Toshio Kuratomi 8dfa63d1d8 Add version_added dodmentation 9 years ago
Brian Coca 47c74936c1 Merge pull request #530 from UnderGreen/proxmox_module
Proxmox VE module
9 years ago
Sergei Antipov 69d3474bcc Deleted debugging 9 years ago
Sergei Antipov cb09a26900 Added documentation 9 years ago
Sergei Antipov 323df26b3e Added conditionals, umount, forceStop, timeout, etc 9 years ago
Brian Coca 5187c7fcd7 removed executable bit 9 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Sergei Antipov a057cb2482 Initial commit of Proxmox module 9 years ago
Brian Coca 08445418aa more string corrections 9 years ago
Greg DeKoenigsberg e732b478ef Update virt.py 9 years ago