-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ios_snmp_server: Update the module (#828)
* ios_snmp_server: Update the module to take in count a lot of missing traps * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Resolve commented issues #828 (review) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixe comment in PR I have also, as requested, restore the param `mpls_vpn` as DEPRECATED parameter and this parameter will be synced with mpls.vpn.enable * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * put the command to transform deprecated variable in a specific function * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Put the function handle_deprecates inside the class * Take in count that fan param is replaced by fan_enable * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed --- in doc --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Vinay M <[email protected]> Co-authored-by: Sagar Paul <[email protected]> Co-authored-by: roverflow <[email protected]>
- Loading branch information
1 parent
6420bd6
commit a787b3b
Showing
8 changed files
with
7,334 additions
and
1,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
minor_changes: | ||
- ios_snmp_server - Update the module to manage correctly a lot of traps not take in count | ||
- ios_snmp_server - Fix an issue with cbgp2 to take in count correctly the bgp traps | ||
deprecated_features: | ||
- ios_snmp_server - deprecate traps.mpls_vpn with traps.mpls | ||
- ios_snmp_server - deprecate traps.envmon.fan with traps.envmon.fan_enable |
Large diffs are not rendered by default.
Oops, something went wrong.
440 changes: 411 additions & 29 deletions
440
plugins/module_utils/network/ios/argspec/snmp_server/snmp_server.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.