E325 Removal - Part II (#49196)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-11-28 13:55:52 +05:30 committed by GitHub
commit bc3e7bbeba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
109 changed files with 208 additions and 179 deletions

View file

@ -60,6 +60,7 @@ options:
required: False
description:
- "A boolean flag that indicates if the server TLS certificate and host name should be checked."
type: bool
ca_file:
required: False
description:
@ -82,12 +83,13 @@ options:
the server to send compressed responses. The default is I(True).
Note that this is a hint for the server, and that it may return
uncompressed data even when this parameter is set to I(True)."
type: bool
kerberos:
required: False
description:
- "A boolean flag indicating if Kerberos authentication
should be used instead of the default basic authentication."
type: bool
headers:
required: False
description:

View file

@ -48,43 +48,53 @@ options:
- "If I(True) enable memory balloon optimization. Memory balloon is used to
re-distribute / reclaim the host memory based on VM needs
in a dynamic way."
type: bool
virt:
description:
- "If I(True), hosts in this cluster will be used to run virtual machines."
type: bool
gluster:
description:
- "If I(True), hosts in this cluster will be used as Gluster Storage
server nodes, and not for running virtual machines."
- "By default the cluster is created for virtual machine hosts."
type: bool
threads_as_cores:
description:
- "If I(True) the exposed host threads would be treated as cores
which can be utilized by virtual machines."
type: bool
ksm:
description:
- "I I(True) MoM enables to run Kernel Same-page Merging I(KSM) when
necessary and when it can yield a memory saving benefit that
outweighs its CPU cost."
type: bool
ksm_numa:
description:
- "If I(True) enables KSM C(ksm) for best performance inside NUMA nodes."
type: bool
ha_reservation:
description:
- "If I(True) enables the oVirt/RHV to monitor cluster capacity for highly
available virtual machines."
type: bool
trusted_service:
description:
- "If I(True) enables integration with an OpenAttestation server."
type: bool
vm_reason:
description:
- "If I(True) enables an optional reason field when a virtual machine
is shut down from the Manager, allowing the administrator to
provide an explanation for the maintenance."
type: bool
host_reason:
description:
- "If I(True) enables an optional reason field when a host is placed
into maintenance mode from the Manager, allowing the administrator
to provide an explanation for the maintenance."
type: bool
memory_policy:
description:
- "I(disabled) - Disables memory page sharing."
@ -103,16 +113,19 @@ options:
description:
- "If I(True) enables fencing on the cluster."
- "Fencing is enabled by default."
type: bool
fence_skip_if_sd_active:
description:
- "If I(True) any hosts in the cluster that are Non Responsive
and still connected to storage will not be fenced."
type: bool
fence_skip_if_connectivity_broken:
description:
- "If I(True) fencing will be temporarily disabled if the percentage
of hosts in the cluster that are experiencing connectivity issues
is greater than or equal to the defined threshold."
- "The threshold can be specified by C(fence_connectivity_threshold)."
type: bool
fence_connectivity_threshold:
description:
- "The threshold used by C(fence_skip_if_connectivity_broken)."

View file

@ -41,6 +41,7 @@ options:
description:
- "I(True) if the data center should be local, I(False) if should be shared."
- "Default value is set by engine."
type: bool
compatibility_version:
description:
- "Compatibility version of the data center."
@ -62,6 +63,7 @@ options:
that only empty data center can be removed."
version_added: "2.5"
default: False
type: bool
extends_documentation_fragment: ovirt
'''

View file

@ -77,6 +77,7 @@ options:
choices: ['raw', 'cow']
sparse:
required: False
type: bool
version_added: "2.5"
description:
- "I(True) if the disk should be sparse (also known as I(thin provision)).
@ -100,6 +101,7 @@ options:
- "Please take a look at C(image_path) documentation to see the correct
usage of this parameter."
version_added: "2.3"
type: bool
profile:
description:
- "Disk profile name to be attached to disk. By default profile is chosen by oVirt/RHV engine."
@ -110,9 +112,11 @@ options:
bootable:
description:
- "I(True) if the disk should be bootable. By default when disk is created it isn't bootable."
type: bool
shareable:
description:
- "I(True) if the disk should be shareable. By default when disk is created it isn't shareable."
type: bool
logical_unit:
description:
- "Dictionary which describes LUN to be directly attached to VM:"
@ -132,6 +136,7 @@ options:
- "Note that this parameter isn't idempotent, as it's not possible
to check if the disk should be or should not be sparsified."
version_added: "2.4"
type: bool
openstack_volume_type:
description:
- "Name of the openstack volume type. This is valid when working

View file

@ -80,6 +80,7 @@ options:
description:
- "Specify if the network should be read only."
- "Applicable if C(type) is I(network)."
type: bool
network_type:
description:
- "Type of the external network provider either external (for example OVN) or neutron."

View file

@ -54,6 +54,7 @@ options:
description:
- "If I(true) options will be encrypted when send to agent."
aliases: ['encrypt']
type: bool
order:
description:
- "Integer value specifying, by default it's added at the end."