ovirt: minor typo fixes in documentation (#44345)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/42789/merge
Abhijeet Kasurde 6 years ago committed by René Moser
parent 8bf122e97f
commit 19116e0102

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -154,9 +139,9 @@ EXAMPLES = '''
# OVIRT_URL = https://fqdn/ovirt-engine/api # OVIRT_URL = https://fqdn/ovirt-engine/api
# OVIRT_USERNAME = admin@internal # OVIRT_USERNAME = admin@internal
# OVIRT_PASSWORD = the_password # OVIRT_PASSWORD = the_password
# He can login the oVirt using environment variable instead of variables # User can login the oVirt using environment variable instead of variables
# in yaml file. # in yaml file.
# This is mainly usefull when using Ansible Tower or AWX, as it will work # This is mainly useful when using Ansible Tower or AWX, as it will work
# for Red Hat Virtualization creadentials type. # for Red Hat Virtualization creadentials type.
- name: Obtain SSO token - name: Obtain SSO token
ovirt_auth: ovirt_auth:

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -39,7 +24,7 @@ options:
required: true required: true
state: state:
description: description:
- "Should the cluster be present or absent" - "Should the cluster be present or absent."
choices: ['present', 'absent'] choices: ['present', 'absent']
default: present default: present
data_center: data_center:
@ -78,22 +63,22 @@ options:
outweighs its CPU cost." outweighs its CPU cost."
ksm_numa: ksm_numa:
description: description:
- "If I(True) enables KSM C(ksm) for best berformance inside NUMA nodes." - "If I(True) enables KSM C(ksm) for best performance inside NUMA nodes."
ha_reservation: ha_reservation:
description: description:
- "If I(True) enable the oVirt/RHV to monitor cluster capacity for highly - "If I(True) enables the oVirt/RHV 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 I(True) enables integration with an OpenAttestation server."
vm_reason: vm_reason:
description: description:
- "If I(True) enable an optional reason field when a virtual machine - "If I(True) enables 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 I(True) enable an optional reason field when a host is placed - "If I(True) enables 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:
@ -207,7 +192,7 @@ options:
switch_type: switch_type:
description: description:
- "Type of switch to be used by all networks in given cluster. - "Type of switch to be used by all networks in given cluster.
Either I(legacy) which is using linux brigde or I(ovs) using Either I(legacy) which is using linux bridge or I(ovs) using
Open vSwitch." Open vSwitch."
choices: ['legacy', 'ovs'] choices: ['legacy', 'ovs']
compatibility_version: compatibility_version:

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -39,7 +24,7 @@ options:
required: true required: true
state: state:
description: description:
- "Should the data center be present or absent" - "Should the data center be present or absent."
choices: ['present', 'absent'] choices: ['present', 'absent']
default: present default: present
description: description:

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -67,7 +52,7 @@ options:
- "Additional information about options can be found at U(https://github.com/ClusterLabs/fence-agents/blob/master/doc/FenceAgentAPI.md)." - "Additional information about options can be found at U(https://github.com/ClusterLabs/fence-agents/blob/master/doc/FenceAgentAPI.md)."
encrypt_options: encrypt_options:
description: description:
- "If (true) options will be encrypted when send to agent." - "If I(true) options will be encrypted when send to agent."
aliases: ['encrypt'] aliases: ['encrypt']
order: order:
description: description:

@ -2,23 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2017 Red Hat, Inc. # Copyright (c) 2017 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -69,7 +53,7 @@ EXAMPLES = '''
RETURN = ''' RETURN = '''
ovirt_host_storages: ovirt_host_storages:
description: "List of dictionaries describing the HostStorage. HostStorage attribtues are mapped to dictionary keys, description: "List of dictionaries describing the HostStorage. HostStorage attributes are mapped to dictionary keys,
all HostStorage attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/host_storage." all HostStorage attributes can be found at following url: http://ovirt.github.io/ovirt-engine-api-model/master/#types/host_storage."
returned: On success. returned: On success.
type: list type: list

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -95,7 +80,7 @@ options:
- "Modifying kernel boot parameters settings can lead to a host boot failure. - "Modifying kernel boot parameters settings can lead to a host boot failure.
Please consult the product documentation before doing any changes." Please consult the product documentation before doing any changes."
- "Kernel boot parameters changes require host deploy and restart. The host needs - "Kernel boot parameters changes require host deploy and restart. The host needs
to be I(reinstalled) suceesfully and then to be I(rebooted) for kernel boot parameters to be I(reinstalled) successfully and then to be I(rebooted) for kernel boot parameters
to be applied." to be applied."
hosted_engine: hosted_engine:
description: description:

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -47,7 +32,7 @@ options:
default: present default: present
allow_duplicates: allow_duplicates:
description: description:
- "If (true) allow a MAC address to be used multiple times in a pool." - "If I(true) allow a MAC address to be used multiple times in a pool."
- "Default value is set by oVirt/RHV engine to I(false)." - "Default value is set by oVirt/RHV engine to I(false)."
ranges: ranges:
description: description:

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -64,14 +49,14 @@ options:
clusters: clusters:
description: description:
- "List of dictionary of cluster limits, which is valid to specific cluster." - "List of dictionary of cluster limits, which is valid to specific cluster."
- "If cluster isn't spefied it's valid to all clusters in system:" - "If cluster isn't specified it's valid to all clusters in system:"
- "C(cluster) - Name of the cluster." - "C(cluster) - Name of the cluster."
- "C(memory) - Memory limit (in GiB)." - "C(memory) - Memory limit (in GiB)."
- "C(cpu) - CPU limit." - "C(cpu) - CPU limit."
storages: storages:
description: description:
- "List of dictionary of storage limits, which is valid to specific storage." - "List of dictionary of storage limits, which is valid to specific storage."
- "If storage isn't spefied it's valid to all storages in system:" - "If storage isn't specified it's valid to all storages in system:"
- "C(storage) - Name of the storage." - "C(storage) - Name of the storage."
- "C(size) - Size limit (in GiB)." - "C(size) - Size limit (in GiB)."
extends_documentation_fragment: ovirt extends_documentation_fragment: ovirt

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
@ -46,7 +31,7 @@ options:
- "Description of the snapshot, can be used as glob expression." - "Description of the snapshot, can be used as glob expression."
snapshot_id: snapshot_id:
description: description:
- "Id of the snaphost we want to retrieve facts about." - "Id of the snapshot we want to retrieve facts about."
extends_documentation_fragment: ovirt_facts extends_documentation_fragment: ovirt_facts
''' '''

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2017 Red Hat, Inc. # Copyright (c) 2017 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -81,7 +66,7 @@ options:
- "Virtual File System type." - "Virtual File System type."
force: force:
description: description:
- "This parameter is releven only when updating a connection." - "This parameter is relevant only when updating a connection."
- "If I(true) the storage domain don't have to be in I(MAINTENANCE) - "If I(true) the storage domain don't have to be in I(MAINTENANCE)
state, so the storage connection is updated." state, so the storage connection is updated."
extends_documentation_fragment: ovirt extends_documentation_fragment: ovirt

@ -115,7 +115,7 @@ options:
description: description:
- "Dictionary with values for fibre channel storage type:" - "Dictionary with values for fibre channel storage type:"
- "C(lun_id) - LUN id." - "C(lun_id) - LUN id."
- "C(override_luns) - If I(True) FCP storage domain luns will be overridden before adding." - "C(override_luns) - If I(True) FCP storage domain LUNs will be overridden before adding."
- "Note that these parameters are not idempotent." - "Note that these parameters are not idempotent."
wipe_after_delete: wipe_after_delete:
description: description:
@ -127,11 +127,11 @@ options:
version_added: "2.5" version_added: "2.5"
critical_space_action_blocker: critical_space_action_blocker:
description: description:
- "Inidcates the minimal free space the storage domain should contain in percentages." - "Indicates the minimal free space the storage domain should contain in percentages."
version_added: "2.5" version_added: "2.5"
warning_low_space: warning_low_space:
description: description:
- "Inidcates the minimum percentage of a free space in a storage domain to present a warning." - "Indicates the minimum percentage of a free space in a storage domain to present a warning."
version_added: "2.5" version_added: "2.5"
destroy: destroy:
description: description:

@ -2,22 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2016 Red Hat, Inc. # Copyright (c) 2016 Red Hat, Inc.
# # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
ANSIBLE_METADATA = {'metadata_version': '1.1', ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'], 'status': ['preview'],
@ -69,7 +54,7 @@ options:
- "Mapper which maps an external virtual NIC profile to one that exists in the engine when C(state) is registered. - "Mapper which maps an external virtual NIC profile to one that exists in the engine when C(state) is registered.
vnic_profile is described by the following dictionary:" vnic_profile is described by the following dictionary:"
- "C(source_network_name): The network name of the source network." - "C(source_network_name): The network name of the source network."
- "C(source_profile_name): The prfile name related to the source network." - "C(source_profile_name): The profile name related to the source network."
- "C(target_profile_id): The id of the target profile id to be mapped to in the engine." - "C(target_profile_id): The id of the target profile id to be mapped to in the engine."
version_added: "2.5" version_added: "2.5"
cluster_mappings: cluster_mappings:

@ -52,7 +52,7 @@ options:
- "Mapper which maps an external virtual NIC profile to one that exists in the engine when C(state) is registered. - "Mapper which maps an external virtual NIC profile to one that exists in the engine when C(state) is registered.
vnic_profile is described by the following dictionary:" vnic_profile is described by the following dictionary:"
- "C(source_network_name): The network name of the source network." - "C(source_network_name): The network name of the source network."
- "C(source_profile_name): The prfile name related to the source network." - "C(source_profile_name): The profile name related to the source network."
- "C(target_profile_id): The id of the target profile id to be mapped to in the engine." - "C(target_profile_id): The id of the target profile id to be mapped to in the engine."
version_added: "2.5" version_added: "2.5"
cluster_mappings: cluster_mappings:
@ -324,8 +324,8 @@ options:
disks: disks:
description: description:
- List of disks, which should be attached to Virtual Machine. Disk is described by following dictionary. - List of disks, which should be attached to Virtual Machine. Disk is described by following dictionary.
- C(name) - Name of the disk. Either C(name) or C(id) is reuqired. - C(name) - Name of the disk. Either C(name) or C(id) is required.
- C(id) - ID of the disk. Either C(name) or C(id) is reuqired. - C(id) - ID of the disk. Either C(name) or C(id) is required.
- C(interface) - Interface of the disk, either I(virtio) or I(IDE), default is I(virtio). - C(interface) - Interface of the disk, either I(virtio) or I(IDE), default is I(virtio).
- C(bootable) - I(True) if the disk should be bootable, default is non bootable. - C(bootable) - I(True) if the disk should be bootable, default is non bootable.
- C(activate) - I(True) if the disk should be activated, default is activated. - C(activate) - I(True) if the disk should be activated, default is activated.
@ -366,7 +366,7 @@ options:
- C(nic_on_boot) - If I(True) network interface will be set to start on boot. - C(nic_on_boot) - If I(True) network interface will be set to start on boot.
cloud_init_nics: cloud_init_nics:
description: description:
- List of dictionaries representing network interafaces to be setup by cloud init. - List of dictionaries representing network interfaces to be setup by cloud init.
- This option is used, when user needs to setup more network interfaces via cloud init. - This option is used, when user needs to setup more network interfaces via cloud init.
- If one network interface is enough, user should use C(cloud_init) I(nic_*) parameters. C(cloud_init) I(nic_*) parameters - If one network interface is enough, user should use C(cloud_init) I(nic_*) parameters. C(cloud_init) I(nic_*) parameters
are merged with C(cloud_init_nics) parameters. are merged with C(cloud_init_nics) parameters.

Loading…
Cancel
Save