Skip to content

Commit

Permalink
[ignore] Add Query All examples in every new QoS modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicol authored and lhercot committed Jan 17, 2024
1 parent 9b2ccef commit b06cbaa
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/module_utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@
"rn": "rsprov-",
"name": "tnVzBrCPName",
},
taboo={"class": "fvRsProtBy", "rn": "rsprotBy-", "name": "tnVzTabooName"},
taboo={
"class": "fvRsProtBy",
"rn": "rsprotBy-",
"name": "tnVzTabooName",
},
interface={
"class": "fvRsConsIf",
"rn": "rsconsIf-",
Expand Down
8 changes: 8 additions & 0 deletions plugins/modules/aci_qos_custom_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
state: query
delegate_to: localhost
- name: Query all QoS Custom Policies
cisco.aci.aci_qos_custom_policy:
host: apic
username: admin
password: SomeSecretPassword
state: query
delegate_to: localhost
- name: Delete a QoS Custom Policy
cisco.aci.aci_qos_custom_policy:
host: apic
Expand Down
8 changes: 8 additions & 0 deletions plugins/modules/aci_qos_dot1p_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
state: query
delegate_to: localhost
- name: Query all QoS dot1P Classes
cisco.aci.aci_qos_dot1p_class:
host: apic
username: admin
password: SomeSecretPassword
state: query
delegate_to: localhost
- name: Delete a QoS dot1P Class
cisco.aci.aci_qos_dot1p_class:
host: apic
Expand Down
8 changes: 8 additions & 0 deletions plugins/modules/aci_qos_dscp_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
state: query
delegate_to: localhost
- name: Query all QoS DSCP Classes
cisco.aci.aci_qos_dscp_class:
host: apic
username: admin
password: SomeSecretPassword
state: query
delegate_to: localhost
- name: Delete a QoS DSCP Class
cisco.aci.aci_qos_dscp_class:
host: apic
Expand Down

0 comments on commit b06cbaa

Please sign in to comment.