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
parent 991a9dfa12
commit bc3e7bbeba
109 changed files with 208 additions and 179 deletions

View File

@@ -45,6 +45,7 @@ options:
- Clean up all domain resources like child domains and accounts.
- Considered on C(state=absent).
default: false
type: bool
state:
description:
- State of the domain.
@@ -55,6 +56,7 @@ options:
description:
- Poll async jobs until job has finished.
default: true
type: bool
extends_documentation_fragment: cloudstack
'''

View File

@@ -71,6 +71,7 @@ options:
description:
- Poll async jobs until job has finished.
default: true
type: bool
extends_documentation_fragment: cloudstack
'''

View File

@@ -59,15 +59,18 @@ options:
is_featured:
description:
- Register the ISO to be featured. Only used if C(state) is present.
type: bool
is_dynamically_scalable:
description:
- Register the ISO having XS/VMWare tools installed inorder to support dynamic scaling of VM cpu/memory. Only used if C(state) is present.
type: bool
checksum:
description:
- The MD5 checksum value of this ISO. If set, we search by checksum instead of name.
bootable:
description:
- Register the ISO to be bootable. Only used if C(state) is present.
type: bool
domain:
description:
- Domain the ISO is related to.

View File

@@ -64,6 +64,7 @@ options:
description:
- True if network offering supports persistent networks
- defaulted to false if not specified
type: bool
keepalive_enabled:
description:
- If true keepalive will be turned on in the loadbalancer.

View File

@@ -61,6 +61,7 @@ options:
- Whether the firewall rule for public port should be created, while creating the new rule.
- Use M(cs_firewall) for managing firewall rules.
default: false
type: bool
vm_guest_ip:
description:
- VM guest NIC secondary IP address for the port forwarding rule.
@@ -90,6 +91,7 @@ options:
description:
- Poll async jobs until job has finished.
default: true
type: bool
tags:
description:
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).

View File

@@ -68,6 +68,7 @@ options:
description:
- Poll async jobs until job has finished.
default: true
type: bool
extends_documentation_fragment: cloudstack
'''

View File

@@ -61,7 +61,8 @@ options:
managed:
description:
- Whether the storage pool should be managed by CloudStack.
- Only considere on creation.
- Only considered on creation.
type: bool
hypervisor:
description:
- Required when creating a zone scoped pool.

View File

@@ -48,6 +48,7 @@ options:
description:
- Snapshot memory if set to true.
default: false
type: bool
zone:
description:
- Name of the zone in which the VM is in. If not set, default zone is used.
@@ -70,6 +71,7 @@ options:
- Poll async jobs until job has finished.
required: false
default: true
type: bool
tags:
description:
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).

View File

@@ -56,6 +56,7 @@ options:
- Whether to display the volume to the end user or not.
- Allowed to Root Admins only.
default: true
type: bool
domain:
description:
- Name of the domain the volume to be deployed in.
@@ -78,12 +79,14 @@ options:
force:
description:
- Force removal of volume even it is attached to a VM.
- Considered on C(state=absnet) only.
- Considered on C(state=absent) only.
default: false
type: bool
shrink_ok:
description:
- Whether to allow to shrink the volume.
default: false
type: bool
vm:
description:
- Name of the virtual machine to attach the volume to.
@@ -100,6 +103,7 @@ options:
description:
- Poll async jobs until job has finished.
default: true
type: bool
tags:
description:
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).

View File

@@ -53,6 +53,7 @@ options:
description:
- Poll async jobs until job has finished.
default: true
type: bool
extends_documentation_fragment: cloudstack
'''

View File

@@ -83,6 +83,7 @@ options:
description:
- Poll async jobs until job has finished.
default: true
type: bool
extends_documentation_fragment: cloudstack
'''