summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/ovirt.py
Commit message (Expand)AuthorAgeFilesLines
* ovirt correct resolving nested atributes which are false (#63908)Martin Nečas2019-10-251-1/+1
* ovirt: Fix fetching of nested attributes (#61841)Ondra Machacek2019-10-181-1/+1
* ovirt search name with space (#59184)Martin Nečas2019-09-031-2/+4
* oVirt: rename _facts -> _info (#61299)Felix Fontein2019-08-281-3/+14
* ovirt: Resolve also list of hrefs (#57299)Ondra Machacek2019-06-061-13/+18
* ovirt add template version (#54675)Martin Nečas2019-04-011-1/+2
* ovirt: Require SDK v4.3.0 (#54385)Ondra Machacek2019-03-261-2/+2
* Ovirt vm state running wait false (#51024)Martin Nečas2019-02-041-1/+2
* validate memory parameter for ovirt_vm (#46698)Ariel O. Barria2019-02-041-1/+1
* ovirt: Return also nested attributes of structs (#49239)Ondra Machacek2018-12-121-1/+15
* Add retry mechanism support for deactivating storage domain (Updated). (#47551)Joey2018-11-021-0/+30
* ovirt_vm: Fix issue in setting the custom_compatibility_version to NULLNijin Ashok2018-10-221-2/+2
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+3
* add custom_compatibility_version (#40813)Martin Nečas2018-08-151-0/+15
* Fix PEP 8 issue.Matt Clay2018-05-231-1/+1
* ovirt: Add support to pass hostname (#40610)Ondra Machacek2018-05-231-1/+8
* ovirt: Don't return ID as list in fetch_nested (#39736)Ondra Machacek2018-05-041-1/+1
* ovirt_vms: Fix the module to work with check mode (#37916)Ondra Machacek2018-05-021-16/+17
* ovirt: Require Python SDK 4.2.4 for Ansible 2.5 (#35841)Ondra Machacek2018-02-071-2/+2
* ovirt: Support to search entity with additional parameters (#35285)Ondra Machacek2018-01-251-9/+14
* Python 2.6 `str.format()` compatibility fixes.Matt Clay2018-01-101-2/+2
* ovirt_templates: wait for OK state when importing (#31634)Ondra Machacek2017-11-021-2/+2
* module_utils/ovirt.py: fix broken importPierre-Louis Bonicoli2017-09-081-1/+1
* [oVirt] Update/Add functionalities for import storage domain (#26568)maorlipchuk2017-08-231-2/+13
* [cloud] ovirt: add headers param to auth (#27881)Michele Zuccala2017-08-111-0/+1
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-3/+7
* cloud: ovirt: fix update_params for ovirt module_utils (#22637)Ondra Machacek2017-03-151-2/+15
* cloud: ovirt: Add download image support to disks module (#22101)Ondra Machacek2017-03-021-10/+1
* Fix compatibility of affinity groups in oVirt 4.0 and 4.1 (#21308)Ondra Machacek2017-02-131-8/+21
* Ovirt vms improve (#20882)Ondra Machacek2017-02-021-1/+16
* ovirt: Add support to diff (#20698)Ondra Machacek2017-02-021-37/+82
* cloud: ovirt: add affinity groups module (#20047)Ondra Machacek2017-01-251-0/+23
* Allow change kernel boot parameters of oVirt hosts (#20607)Ondra Machacek2017-01-251-3/+3
* cloud: ovirt: Ignore 404 error when getting entity (#20386)Ondra Machacek2017-01-181-1/+15
* ovirt: get default auth/connection params from environment vars (#19385)Ondra Machacek2016-12-301-4/+31
* cloud: ovirt: Add support to list nested entities parameters (#19300)Ondra Machacek2016-12-141-3/+18
* module_utils: ovirt: Add support to fetch nested object's attributes (#18666)Ondra Machacek2016-12-051-3/+36
* Add param method to oVirt helper module (#18605)Ondra Machacek2016-11-241-0/+6
* Clean up shebangs for various files.Matt Clay2016-11-021-1/+0
* Add oVirt support to `ansible/module_utils` module (#17364)Ondra Machacek2016-09-211-0/+565