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
Ondra Machacek
a0db015454
ovirt_host_networks: Fix removing the label ( #36783 )
2018-02-28 08:05:32 -05:00
Ondra Machacek
d1214484e6
ovirt_vms: Fix boot devices idempotence ( #36833 )
2018-02-28 08:04:28 -05:00
ThomasADavis
f8b85bdbf3
int("255.255.255.0" does not work, fixes issue #33867 ( #36271 )
2018-02-16 05:49:31 -05:00
Abhijeet Kasurde
f59e1a6136
Misc. typos in ovirt_host_networks ( #36287 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-02-16 02:50:34 -05:00
Ondra Machacek
7d4a2de66a
Improve ovirt_vms, ovirt_hosts and ovirt_storage_domains ( #35782 )
...
* ovirt_vms: Add graphics consoles
* ovirt_hosts: Fix kdump integration check
* ovirt_storage_domains: Support multiple targets for block storages
* ovirt_vms: add cloud_init_persist parameter
* ovirt_vms: Change IO threads to int
* ovirt_vms: Fix update check
* ovirt_vms: Remove choices of OS, to not enforce it
2018-02-07 11:48:00 -05:00
Yaniv Kaul
51c4412de2
Fix the example - a cluster is a required propery ( #35836 )
2018-02-07 11:47:17 -05:00
Martin Perina
138de603d9
Fix the oVirt high_performance VM type description.
2018-02-06 03:38:12 -05:00
Yaniv Kaul
56ce2773c5
Adds the oVirt High Performance (high_performance) VM type.
2018-02-06 03:38:12 -05:00
Ondra Machacek
3bc1805c10
Support High performance VM in oVirt ( #35573 )
...
* ovirt_vms: add cpu_mode
* ovirt_vms: add placement_policy
* ovirt_vms: add cpu_pinning
* ovirt_vms: add soundcard_enabled
* ovirt_vms: add smartcard_enabled
* ovirt_vms: add io_threads_enabled
* ovirt_vms: add ballooning_enabled
* ovirt_vms: add rng_device
* ovirt_vms: add custom_properties
* ovirt_vms: add memory_max
* ovirt_vms: Fix formatting
* ovirt_vms: add watchdog
2018-02-05 09:57:30 -05:00
Katerina Koukiou
19ac188e86
ovirt_storage_domains: docs: override_luns parameter is applicable also to fcp ( #35506 )
2018-01-31 07:47:37 -05:00
Ondra Machacek
f4c68868ee
ovirt_auth: Fix checking of auth paramters ( #35512 )
2018-01-31 07:47:25 -05:00
Ondra Machacek
2b0ad2c88a
ovirt_vms: Add high_availability_priority to ovirt_vms ( #35289 )
2018-01-29 08:18:38 -05:00
Ondra Machacek
e39156196c
ovirt: Fix vms BIOS boot_menu attr compare ( #35454 )
2018-01-29 08:17:57 -05:00
pmargara
96dda702f7
cloud:ovirt:ovirt_vms.py: Added 'quota_id','sso', 'boot_menu', 'usb_support', 'serial_console' fields to ovirt_vms module ( #34048 )
...
* Added 'quota_id','sso', 'boot_menu', 'usb_support', 'serial_console' fields to ovirt_vms module
* always run ansible-test first
* always run ansible-test first 2
* suggested changes applied
2018-01-27 15:18:09 -05:00
Ondra Machacek
88c48d1437
ovirt: Support to search entity with additional parameters ( #35285 )
2018-01-25 14:19:25 -05:00
Ondra Machacek
542cd37f6e
ovirt_disk: Fix fail state condition of disk creation ( #35093 )
2018-01-23 15:31:57 -05:00
Ondra Machacek
9f84a12adf
ovirt_vms: Add cpu_threads parameters ( #35221 )
2018-01-23 08:46:37 -05:00
maorlipchuk
7190b18616
Add missing storage domain properties ( #34904 )
...
* Add additional properties to storage domains
* add warn low space for additional storage properties
* Fixing comments
1. Fixing documentation
2. Use default None
3. Remove redundant if condition
4. remove added discard since it was already added
* Apply comments #2
Fix default value to None
Use percentages instead of GB
2018-01-17 04:48:27 -05:00
Matt Clay
227ff61f9d
Add module support to yamllint sanity test. ( #34964 )
...
* Add module support to yamllint sanity test.
* Fix duplicate keys in module RETURN docs.
* Fix syntax in return_common docs fragment.
* Fix duplicate keys in module EXAMPLES docs.
2018-01-16 15:08:56 -08:00