Skip to content

Commit

Permalink
fix sanity for fabric site module
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-121 committed Nov 28, 2024
1 parent 933beff commit c207857
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins/modules/sda_fabric_sites_zones_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
config_verify:
description: Set to True to verify the Cisco Catalyst Center configuration after applying the playbook configuration.
type: bool
default: False
default: false
state:
description: The desired state of Cisco Catalyst Center after the module execution.
type: str
choices: [ merged, deleted ]
choices: [merged, deleted]
default: merged
config:
description: A list containing detailed configurations for creating, updating, or deleting fabric sites or zones
Expand All @@ -44,7 +44,7 @@
to authentication profiles.
type: list
elements: dict
required: True
required: true
suboptions:
fabric_sites:
description: A dictionary containing detailed configurations for managing REST Endpoints that will receive Audit log
Expand All @@ -57,13 +57,13 @@
sites or zones, as well as for updating the authentication profile template. This parameter is mandatory for
any fabric site/zone management operation.
type: str
required: True
required: true
fabric_type:
description: Specifies the type of site to be managed within the SDA environment. The acceptable values are 'fabric_site'
and 'fabric_zone'. The default value is 'fabric_site', indicating the configuration of a broader network area, whereas
'fabric_zone' typically refers to a more specific segment within the site.
type: str
required: True
required: true
authentication_profile:
description: The authentication profile applied to the specified fabric. This profile determines the security posture and
controls for network access within the site. Possible values include 'Closed Authentication', 'Low Impact',
Expand Down Expand Up @@ -107,8 +107,8 @@
requirements:
- dnacentersdk >= 2.9.2
- python >= 3.9
- dnacentersdk >= 2.9.2
- python >= 3.9
notes:
- To ensure the module operates correctly for scaled sets, which involve creating or updating fabric sites/zones and handling
Expand Down

0 comments on commit c207857

Please sign in to comment.