mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Documentation improvments of oVirt modules (#19668)
This commit is contained in:
parent
427cfd6162
commit
ba9f6326f4
8 changed files with 24 additions and 24 deletions
|
@ -43,7 +43,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ovirt_affinity_labels
|
module: ovirt_affinity_labels
|
||||||
short_description: Module to affinity labels in oVirt
|
short_description: Module to manage affinity labels in oVirt
|
||||||
version_added: "2.3"
|
version_added: "2.3"
|
||||||
author: "Ondra Machacek (@machacekondra)"
|
author: "Ondra Machacek (@machacekondra)"
|
||||||
description:
|
description:
|
||||||
|
@ -103,7 +103,7 @@ id:
|
||||||
returned: On success if affinity label is found.
|
returned: On success if affinity label is found.
|
||||||
type: str
|
type: str
|
||||||
sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c
|
sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c
|
||||||
template:
|
affinity_label:
|
||||||
description: "Dictionary of all the affinity label attributes. Affinity label attributes can be found on your oVirt instance
|
description: "Dictionary of all the affinity label attributes. Affinity label attributes can be found on your oVirt instance
|
||||||
at following url: https://ovirt.example.com/ovirt-engine/api/model#types/affinity_label."
|
at following url: https://ovirt.example.com/ovirt-engine/api/model#types/affinity_label."
|
||||||
returned: On success if affinity label is found.
|
returned: On success if affinity label is found.
|
||||||
|
|
|
@ -37,7 +37,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ovirt_auth
|
module: ovirt_auth
|
||||||
short_description: "Module to manage authentication to oVirt."
|
short_description: "Module to manage authentication to oVirt"
|
||||||
author: "Ondra Machacek (@machacekondra)"
|
author: "Ondra Machacek (@machacekondra)"
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -73,44 +73,44 @@ options:
|
||||||
- "Management network of cluster to access cluster hosts."
|
- "Management network of cluster to access cluster hosts."
|
||||||
ballooning:
|
ballooning:
|
||||||
description:
|
description:
|
||||||
- "If (True) enable memory balloon optimization. Memory balloon is used to
|
- "If I(True) enable memory balloon optimization. Memory balloon is used to
|
||||||
re-distribute / reclaim the host memory based on VM needs
|
re-distribute / reclaim the host memory based on VM needs
|
||||||
in a dynamic way."
|
in a dynamic way."
|
||||||
virt:
|
virt:
|
||||||
description:
|
description:
|
||||||
- "If (True), hosts in this cluster will be used to run virtual machines."
|
- "If I(True), hosts in this cluster will be used to run virtual machines."
|
||||||
gluster:
|
gluster:
|
||||||
description:
|
description:
|
||||||
- "If (True), hosts in this cluster will be used as Gluster Storage
|
- "If I(True), hosts in this cluster will be used as Gluster Storage
|
||||||
server nodes, and not for running virtual machines."
|
server nodes, and not for running virtual machines."
|
||||||
- "By default the cluster is created for virtual machine hosts."
|
- "By default the cluster is created for virtual machine hosts."
|
||||||
threads_as_cores:
|
threads_as_cores:
|
||||||
description:
|
description:
|
||||||
- "If (True) the exposed host threads would be treated as cores
|
- "If I(True) the exposed host threads would be treated as cores
|
||||||
which can be utilized by virtual machines."
|
which can be utilized by virtual machines."
|
||||||
ksm:
|
ksm:
|
||||||
description:
|
description:
|
||||||
- "I (True) MoM enables to run Kernel Same-page Merging (KSM) when
|
- "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
|
necessary and when it can yield a memory saving benefit that
|
||||||
outweighs its CPU cost."
|
outweighs its CPU cost."
|
||||||
ksm_numa:
|
ksm_numa:
|
||||||
description:
|
description:
|
||||||
- "If (True) enables KSM C(ksm) for best berformance inside NUMA nodes."
|
- "If I(True) enables KSM C(ksm) for best berformance inside NUMA nodes."
|
||||||
ha_reservation:
|
ha_reservation:
|
||||||
description:
|
description:
|
||||||
- "If (True) enable the oVirt to monitor cluster capacity for highly
|
- "If I(True) enable the oVirt to monitor cluster capacity for highly
|
||||||
available virtual machines."
|
available virtual machines."
|
||||||
trusted_service:
|
trusted_service:
|
||||||
description:
|
description:
|
||||||
- "If (True) enable integration with an OpenAttestation server."
|
- "If (True) enable integration with an OpenAttestation server."
|
||||||
vm_reason:
|
vm_reason:
|
||||||
description:
|
description:
|
||||||
- "If (True) enable an optional reason field when a virtual machine
|
- "If I(True) enable an optional reason field when a virtual machine
|
||||||
is shut down from the Manager, allowing the administrator to
|
is shut down from the Manager, allowing the administrator to
|
||||||
provide an explanation for the maintenance."
|
provide an explanation for the maintenance."
|
||||||
host_reason:
|
host_reason:
|
||||||
description:
|
description:
|
||||||
- "If (True) enable an optional reason field when a host is placed
|
- "If I(True) enable an optional reason field when a host is placed
|
||||||
into maintenance mode from the Manager, allowing the administrator
|
into maintenance mode from the Manager, allowing the administrator
|
||||||
to provide an explanation for the maintenance."
|
to provide an explanation for the maintenance."
|
||||||
memory_policy:
|
memory_policy:
|
||||||
|
@ -129,15 +129,15 @@ options:
|
||||||
- "The address must be in the following format: I(protocol://[host]:[port])"
|
- "The address must be in the following format: I(protocol://[host]:[port])"
|
||||||
fence_enabled:
|
fence_enabled:
|
||||||
description:
|
description:
|
||||||
- "If (True) enables fencing on the cluster."
|
- "If I(True) enables fencing on the cluster."
|
||||||
- "Fencing is enabled by default."
|
- "Fencing is enabled by default."
|
||||||
fence_skip_if_sd_active:
|
fence_skip_if_sd_active:
|
||||||
description:
|
description:
|
||||||
- "If (True) any hosts in the cluster that are Non Responsive
|
- "If I(True) any hosts in the cluster that are Non Responsive
|
||||||
and still connected to storage will not be fenced."
|
and still connected to storage will not be fenced."
|
||||||
fence_skip_if_connectivity_broken:
|
fence_skip_if_connectivity_broken:
|
||||||
description:
|
description:
|
||||||
- "If (True) fencing will be temporarily disabled if the percentage
|
- "If I(True) fencing will be temporarily disabled if the percentage
|
||||||
of hosts in the cluster that are experiencing connectivity issues
|
of hosts in the cluster that are experiencing connectivity issues
|
||||||
is greater than or equal to the defined threshold."
|
is greater than or equal to the defined threshold."
|
||||||
- "The threshold can be specified by C(fence_connectivity_threshold)."
|
- "The threshold can be specified by C(fence_connectivity_threshold)."
|
||||||
|
@ -166,7 +166,7 @@ options:
|
||||||
- "This parameter is used only when C(migration_bandwidth) is I(custom)."
|
- "This parameter is used only when C(migration_bandwidth) is I(custom)."
|
||||||
migration_auto_converge:
|
migration_auto_converge:
|
||||||
description:
|
description:
|
||||||
- "If (True) auto-convergence is used during live migration of virtual machines."
|
- "If I(True) auto-convergence is used during live migration of virtual machines."
|
||||||
- "Used only when C(migration_policy) is set to I(legacy)."
|
- "Used only when C(migration_policy) is set to I(legacy)."
|
||||||
- "Following options are supported:"
|
- "Following options are supported:"
|
||||||
- "C(true) - Override the global setting to I(true)."
|
- "C(true) - Override the global setting to I(true)."
|
||||||
|
@ -175,7 +175,7 @@ options:
|
||||||
choices: ['true', 'false', 'inherit']
|
choices: ['true', 'false', 'inherit']
|
||||||
migration_compressed:
|
migration_compressed:
|
||||||
description:
|
description:
|
||||||
- "If (True) compression is used during live migration of the virtual machine."
|
- "If I(True) compression is used during live migration of the virtual machine."
|
||||||
- "Used only when C(migration_policy) is set to I(legacy)."
|
- "Used only when C(migration_policy) is set to I(legacy)."
|
||||||
- "Following options are supported:"
|
- "Following options are supported:"
|
||||||
- "C(true) - Override the global setting to I(true)."
|
- "C(true) - Override the global setting to I(true)."
|
||||||
|
|
|
@ -58,7 +58,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ovirt_disks
|
module: ovirt_disks
|
||||||
short_description: "Module to manage Virtual Machine and floating disks in oVirt."
|
short_description: "Module to manage Virtual Machine and floating disks in oVirt"
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
author: "Ondra Machacek (@machacekondra)"
|
author: "Ondra Machacek (@machacekondra)"
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -38,10 +38,10 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ovirt_external_providers_facts
|
module: ovirt_external_providers_facts
|
||||||
short_description: Retrieve facts about one or more oVirt external_providers
|
short_description: Retrieve facts about one or more oVirt external providers
|
||||||
version_added: "2.3"
|
version_added: "2.3"
|
||||||
description:
|
description:
|
||||||
- "Retrieve facts about one or more oVirt external_providers."
|
- "Retrieve facts about one or more oVirt external providers."
|
||||||
notes:
|
notes:
|
||||||
- "This module creates a new top-level C(ovirt_external_providers) fact, which
|
- "This module creates a new top-level C(ovirt_external_providers) fact, which
|
||||||
contains a list of external_providers."
|
contains a list of external_providers."
|
||||||
|
|
|
@ -26,7 +26,7 @@ from ansible.module_utils.ovirt import (
|
||||||
check_sdk,
|
check_sdk,
|
||||||
create_connection,
|
create_connection,
|
||||||
get_dict_of_struct,
|
get_dict_of_struct,
|
||||||
ovirt_full_argument_spec,
|
ovirt_facts_full_argument_spec,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@ options:
|
||||||
glusterfs:
|
glusterfs:
|
||||||
description:
|
description:
|
||||||
- "Dictionary with values for GlusterFS storage type:"
|
- "Dictionary with values for GlusterFS storage type:"
|
||||||
- "C(address) - Address of the NFS server. E.g.: myserver.mydomain.com"
|
- "C(address) - Address of the Gluster server. E.g.: myserver.mydomain.com"
|
||||||
- "C(path) - Path of the mount point. E.g.: /path/to/my/data"
|
- "C(path) - Path of the mount point. E.g.: /path/to/my/data"
|
||||||
- "C(mount_options) - Option which will be passed when mounting storage."
|
- "C(mount_options) - Option which will be passed when mounting storage."
|
||||||
- "Note that these parameters are not idempotent."
|
- "Note that these parameters are not idempotent."
|
||||||
|
@ -187,7 +187,7 @@ id:
|
||||||
returned: On success if storage domain is found.
|
returned: On success if storage domain is found.
|
||||||
type: str
|
type: str
|
||||||
sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c
|
sample: 7de90f31-222c-436c-a1ca-7e655bd5b60c
|
||||||
storage domain:
|
storage_domain:
|
||||||
description: "Dictionary of all the storage domain attributes. Storage domain attributes can be found on your oVirt instance
|
description: "Dictionary of all the storage domain attributes. Storage domain attributes can be found on your oVirt instance
|
||||||
at following url: https://ovirt.example.com/ovirt-engine/api/model#types/storage_domain."
|
at following url: https://ovirt.example.com/ovirt-engine/api/model#types/storage_domain."
|
||||||
returned: On success if storage domain is found.
|
returned: On success if storage domain is found.
|
||||||
|
|
|
@ -48,7 +48,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ovirt_vms
|
module: ovirt_vms
|
||||||
short_description: "Module to manage Virtual Machines in oVirt."
|
short_description: "Module to manage Virtual Machines in oVirt"
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
author: "Ondra Machacek (@machacekondra)"
|
author: "Ondra Machacek (@machacekondra)"
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue