Martin Nečas
c2fa0d2c4b
recator uploading disk and downloading ( #43635 )
2018-08-31 03:23:52 -04:00
Martin Nečas
d5ebc3e0ec
add quota_name to ovirt permition module ( #44713 )
2018-08-31 03:00:13 -04:00
Martin Nečas
c65c841ef3
add ovirt attach host devic ( #44714 )
2018-08-31 03:00:04 -04:00
Ondra Machacek
56b9823bb8
ovirt_vm: Fix undefined variable ( #44618 )
...
Fix unassigned variable while suspending vm.
2018-08-24 02:29:02 -04:00
Ondra Machacek
24c26aded8
oVirt: Add depracation warning to all modules ( #44440 )
2018-08-23 09:42:05 -04:00
♫ Christian Krause ♫
d779eb1f15
doc: fixes the the repetitions ( #43937 )
...
Wow, this does not seem to be an uncommon misspelling. Might be there
are some left that span over two lines. I noticed the one in the git
module and then used `grep -rw 'the the'` to find some more.
2018-08-22 21:53:30 +02:00
Martin Nečas
a9362df668
ovirt add remote_vv_file ( #41959 )
...
* init remote_vv_file
* update documentation
* update documentation 2
* update description
* add correct style of ovirt info
* update documentation
* correct line width in docs
* use correct end line in docs
2018-08-21 06:40:07 -04:00
Chris Keller
60a6841296
Fix for ovirt_disk Can't Update Disk Name Independently ( #44371 ) ( #44372 )
...
* Fix for ovirt_disk Can't Update Disk Name Independently (#44371 )
* Adding Disk Rename Example to Example Section (#44371 )
2018-08-21 06:36:27 -04:00
Petr Balogh
3f8b51491d
Add io_thread parameter for ovirt_templates module ( #44406 )
...
Adds ability to set io_threads for template.
2018-08-21 06:35:47 -04:00
Abhijeet Kasurde
19116e0102
ovirt: minor typo fixes in documentation ( #44345 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-18 10:06:52 +02:00
Abhijeet Kasurde
f9d4e4d396
ovirt: minor typo in documentation ( #44241 )
...
Fixed "attribues" to "attributes"
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-16 07:10:03 +02:00
Martin Nečas
9d5ce3d335
add custom_compatibility_version ( #40813 )
...
* add custom_compatibility_version
* use implemented methods get minor and major
2018-08-15 08:56:18 -04:00
Ondra Machacek
df581eb749
ovirt_vms: Search template also by cluster ( #44161 )
2018-08-15 08:22:49 -04:00
Simone Tiraboschi
086cb0233f
ovirt: ovirt_hosts_facts: add all_content ( #43525 )
...
Add all_content parameter also to ovirt_hosts_facts
to fetch the complete list of of details.
2018-08-06 08:58:57 -04:00
Joren Vrancken
b954917761
Surround top-level function and class definitions with two blank lines.
2018-07-31 12:06:56 -07:00
Fran Garcia
577306e74b
Fix #42000 : ovirt_host_pm documentation for slot parameter ( #42196 )
...
* Fix for #42000 : ovirt_host_pm ignores slot parameter
* Fix for #42000 : ovirt_host_pm ignores slot parameter
* Remove non-required slot parameter
2018-07-25 05:19:24 -04:00
Alexandre Vicenzi
df2e0c7c00
Fix broken links. ( #42323 )
2018-07-04 18:54:49 -07:00
Ondra Machacek
0a6ab23f38
ovirt_affinity_lables_facts: Raise error when host/vm not found ( #41790 )
2018-07-03 10:04:51 -04:00
John R Barker
e9dbebfa57
Fix some broken links ( #42079 )
...
* Fix some broken links
* We now only serve via https
* redirects don't work with anchors, so update those links (devel/dev_guide)
2018-06-29 11:12:01 -07:00
Ondra Machacek
8f144976df
ovirt_auth: In case of token is passed u/p is not requierd ( #41788 )
2018-06-21 13:15:47 -04:00
Ondra Machacek
142cc48ca9
ovirt_templates: Add searching by cluster ( #40934 )
...
* ovirt_templates: Add searching by cluster
* ovirt_disks: Add searching by sd and vm_name
* Fix python syntax
2018-05-31 06:40:30 -04:00
Ondra Machacek
43af09fc8f
ovirt_vms: Fix change cd ( #40939 )
...
* ovirt_vms: Fix attaching of CD
* ovirt_vms: Fix idemptency
2018-05-31 06:40:19 -04:00
Petr Balogh
f224afde49
Add auth key for OpenStack Volume Provider ( #40294 )
...
* Add auth key for OpenStack Volume Provider
For adding OpenStack Volume Provider we need to also add auth key,
value, for Ceph. This patch allows to add/update/remove auth keys.
Also fixing the issue for attach cinder SD to the datacenter.
* Fixing documentation
* Small fixes in ovirt_external_provider module.
Fixed doc for param and small changes.
* Fix comments from review.
Adds conditions for check mode.
* Move update auth key method in the module
* Remove empty line which pep8 complains about
2018-05-24 06:54:09 -04:00
Ondra Machacek
143bcee962
ovirt_cluster: Add custom scheduling_policy_properties parameter ( #40588 )
2018-05-24 06:53:27 -04:00
Ondra Machacek
46fbfd5d53
ovirt: Add support to pass hostname ( #40610 )
...
Previously we supported only to pass API URL, now we support also
hostname.
2018-05-23 11:12:46 -04:00
Matt Martz
d44fd70d02
Fix E126, E123 pep8 errors, and ansible-format-automatic-specification pylint error ( #39740 )
2018-05-04 09:40:08 -05:00
Ondra Machacek
dda31aa3f7
ovirt: Return ID for permissions facts ( #39721 )
2018-05-04 04:03:34 -04:00
Ondra Machacek
17928ff666
ovirt_vms: Fix the module to work with check mode ( #37916 )
...
Fixes: https://github.com/ansible/ansible/issues/36712
2018-05-02 08:47:30 -04:00
Sharon Gratch
8bfc92fb27
Add Numa support. ( #35838 )
2018-05-02 03:52:16 -04:00
Ondra Machacek
88b3b14a9c
ovirt: fix quota_id check ( #39568 )
2018-05-01 14:26:34 -05:00
Luke Short
49e3f60c42
ovirt: Update documentation to showcase that the Python SDK 4.2.4 is required. ( #39169 )
...
This is related to the GitHub PR#35841. Some documentation was missed and did not get updated with those patches.
2018-04-30 10:01:51 -04:00
Luke Short
65c19c3629
ovirt_vms: Clarified graphical_console arguments. ( #39455 )
...
For protocol, it should be a list and all
of the values are expected to be lowercase.
An example is also added to show how to add
both Spice and VNC consoles to a VM.
2018-04-30 05:06:17 -04:00
Ondra Machacek
3a60cde14e
ovirt: FCP storage domains don't have to have target ( #38882 )
2018-04-26 06:43:19 -04:00
Matt Clay
c262dbfd30
Use https for links to ansible.com domains.
2018-04-23 11:33:56 -07:00
Ondra Machacek
aeaf0e358f
ovirt: Use id instead of name of Blank template ( #38948 )
...
Since Blank template could be renamed we must use it's ID to be sure we
are using the Blank template.
2018-04-18 14:17:11 -04:00
Ondra Machacek
af8a20d8a1
ovirt: Support removing unmanaged networks ( #38940 )
2018-04-18 07:28:02 -04:00
Ondra Machacek
8c49c867d2
ovirt_host_networks: Fix removing of network attachments ( #38816 )
2018-04-16 10:54:19 -04:00
Ondra Machacek
efa7ebb8a5
ovirt_disks: Fix fail condition for LUN disk ( #38726 )
...
Fixes: https://github.com/ansible/ansible/issues/38661
2018-04-13 05:54:18 -04:00
leongold
b9d97d85f6
Add options field to bond structure. ( #38512 )
...
This change allows users to pass bond options
alongside bond mode, in order to allow greater
flexibility for bond creation. Previously,
bond options were derived from bond mode, e.g.
"miimon" was set to 100 for mode 3 (load-balance),
however a user may want to use 200.
2018-04-12 04:09:50 -04:00
Ondra Machacek
fc7a68875a
ovirt_templates: Add new attributes ( #38211 )
...
- operating_system
- memory
- memory_guaranteed
- memory_max
2018-04-06 05:04:20 -04:00
Ondra Machacek
9a21f9b2db
ovirt_host_networks: Fix of bond assignment ( #38054 )
...
* ovirt_host_networks: Fix of bond assignment
* ovirt_host_networks: Fix bond modes
* ovirt_host_networks: Fix incorrect prefix documentation
2018-03-30 07:56:11 -04:00
Ondra Machacek
477a602fdf
ovirt_hosts: Fix failed_state after PM fence ( #38102 )
2018-03-30 07:55:17 -04:00
Murali krishnaswamy
7a4c3e5cad
ovrit_cluster: fix for CPU arch entity #37425 ( #37436 )
...
* ovrit_cluster: fix for CPU arch entity #37425
* Corrected Indentation
* Condition to check if `architecture` is defined
2018-03-21 09:57:00 -04:00
Ondra Machacek
a6617e4357
ovirt: Fix documentation for interface parameter ( #37459 )
2018-03-15 13:31:22 -04:00
Sebastian Gumprich
16c564c4b4
fix spelling mistakes in several modules ( #36296 )
...
* fix more spelling mistakes
* fix spelling mistakes
2018-03-12 11:00:19 +01:00
Ondra Machacek
c5c78ab045
ovirt_vms: Pass correct VM entity to create method ( #37249 )
2018-03-10 04:41:23 -05:00
Ondra Machacek
d45ceb3a4f
ovirt_hosts: Add option to choose to reboot the host ( #35956 )
2018-03-08 06:07:03 -05:00
Ondra Machacek
99ce712259
ovirt_host_networks: Fix idempotency ( #37075 )
2018-03-07 10:25:32 -05:00
Ondra Machacek
365220bea5
ovirt_vms: Fix NoneType in placement policy check ( #36775 )
...
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1549082
2018-02-28 08:05:58 -05:00
maorlipchuk
5859c102ee
Add documentation for import FCP storage domain ( #36780 )
...
FCP storage domain task, does not need to contain port or address
since the storage domain is already on the Host.
Added an example for FCP import.
2018-02-28 08:05:48 -05:00