Addition of nd_multi_cluster_connectivity module and its test file (DCNE-458)#166
Addition of nd_multi_cluster_connectivity module and its test file (DCNE-458)#166shrsr wants to merge 4 commits intoCiscoDevNet:masterfrom
Conversation
| inband_epg: ansible-inband | ||
| state: present | ||
|
|
||
| - name: Query ND cluster |
There was a problem hiding this comment.
Add query example for ACI cluster as well.
| state: query | ||
| register: query_result | ||
|
|
||
| - name: Query all the clusters |
There was a problem hiding this comment.
Implement separate query all for ND clusters and aci clusters in the info module
…e and copied module utils nd.py file changes from CiscoDevNet#166 PR
… query for aci cluster
| """ | ||
|
|
||
| EXAMPLES = r""" | ||
| - name: Create ND cluster |
plugins/module_utils/nd.py
Outdated
| if key in sent: | ||
| try: | ||
| del sent[key] | ||
| except KeyError: |
There was a problem hiding this comment.
Do we still need this try/except on KeyError after adding the key check above?
| description: | ||
| - The out-of-band management configuration for the cluster. | ||
| type: str | ||
| orchestration: |
There was a problem hiding this comment.
Do you need this option? It appears orchestration in the features list is used instead.
There was a problem hiding this comment.
Not required anymore!
| license_tier=dict(type="str", choices=["advantage", "essentials", "premier"]), | ||
| features=dict(type="list", elements="str", choices=["telemetry", "orchestration"]), | ||
| inband_epg=dict(type="str"), | ||
| outband=dict(type="str"), |
There was a problem hiding this comment.
Is this option used anywhere?
| choices: [ telemetry, orchestration ] | ||
| inband_epg: | ||
| description: | ||
| - The in-band EPG (Endpoint Group) for the cluster. |
There was a problem hiding this comment.
| - The in-band EPG (Endpoint Group) for the cluster. | |
| - The in-band EPG (Endpoint Group) for the cluster. | |
| - This option is only used when C(telemetry) is enabled in O(features). |
| license_tier=dict(type="str", choices=["advantage", "essentials", "premier"]), | ||
| features=dict(type="list", elements="str", choices=["telemetry", "orchestration"]), | ||
| inband_epg=dict(type="str"), | ||
| orchestration=dict(type="bool"), |
There was a problem hiding this comment.
Orchestration attribute probably needs to be removed from argument_spec?
|
Closing this PR as PR #170 superseeds this PR |
No description provided.