Skip to content

Commit

Permalink
merging changes from pr/589
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Nov 13, 2023
1 parent f1873e2 commit 3dbee0c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
11 changes: 7 additions & 4 deletions ansible_collections/arista/cvp/docs/modules/cv_container_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ Module added in version 3.0.0
## Synopsis

CloudVision Portal Configlet configuration requires a dictionary of containers with their parent, to create and delete containers on CVP side.
Module also supports to configure configlets at container level.
Returns number of created and/or deleted containers
The Module also supports assigning configlets at the container level.
Returns number of created and/or deleted containers.
With the argument `apply_mode` set to `loose` the module will only add new containers.
When `apply_mode` is set to `strict` the module will try to remove unspecified containers from CloudVision.
This will fail if the container has configlets attached to it or devices are placed in the container.

## Module-specific Options

Expand All @@ -34,7 +37,7 @@ For a full view of the module inputs, please see the [schema documentation](../s
gather_facts: no
vars:
verbose: False
containers:
CVP_CONTAINERS:
Fabric:
parentContainerName: Tenant
Spines:
Expand All @@ -53,7 +56,7 @@ For a full view of the module inputs, please see the [schema documentation](../s
gather_facts: no
vars:
verbose: False
containers:
CVP_CONTAINERS:
Fabric:
parentContainerName: Tenant
Spines:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@
description:
- CloudVision Portal Configlet configuration requires a dictionary of containers with their parent,
to create and delete containers on CVP side.
- Module also supports to configure configlets at container level.
- Returns number of created and/or deleted containers
- The Module also supports assigning configlets at the container level.
- Returns number of created and/or deleted containers.
- With the argument `apply_mode` set to `loose` the module will only add new containers.
- When `apply_mode` is set to `strict` the module will try to remove unspecified containers from CloudVision.
- This will fail if the container has configlets attached to it or devices are placed in the container.
options:
topology:
description: YAML dictionary to describe intended containers.
Expand Down Expand Up @@ -66,7 +70,7 @@
gather_facts: no
vars:
verbose: False
containers:
CVP_CONTAINERS:
Fabric:
parentContainerName: Tenant
Spines:
Expand All @@ -85,7 +89,7 @@
gather_facts: no
vars:
verbose: False
containers:
CVP_CONTAINERS:
Fabric:
parentContainerName: Tenant
Spines:
Expand Down

0 comments on commit 3dbee0c

Please sign in to comment.