Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cisco NSO module migration #142

Merged
merged 5 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ files:
$module_utils/network/nos/nos.py:
maintainers: $team_extreme
labels: networking
$module_utils/network/nso/nso.py:
maintainers: $team_nso
labels: cisco networking
$module_utils/network/ordnance/ordnance.py:
maintainers: alexanderturner djh00t
labels: networking
Expand Down Expand Up @@ -317,10 +314,6 @@ files:
$modules/network/nos/:
authors: LindsayHill
maintainers: bigmstone ujwalkomarla
$modules/network/nso/:
authors: cnasten
maintainers: cmoberg tbjurman
labels: cisco networking
$modules/network/nuage/nuage_vspk.py:
authors: pdellaert
$modules/network/opx/opx_cps.py:
Expand Down Expand Up @@ -436,5 +429,4 @@ macros:
team_netscaler: chiradeep giorgos-nikolopoulos
team_netvisor: Qalthos amitsi csharpe-pn pdam preetiparasar
team_networking: NilashishC Qalthos danielmellado ganeshrn justjais trishnaguha
team_nso: cmoberg cnasten tbjurman
team_scaleway: DenBeke QuentinBrosse abarbare jerome-quere kindermoumoute remyleo
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,7 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# MacOS folder metadata
.DS_Store

# End of https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv
2 changes: 2 additions & 0 deletions changelogs/fragments/132_remove_nso.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
removed_features:
- "nso - remove support for Cisco NSO modules which have been migrated to the cisco.nso namespace"
35 changes: 35 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,31 @@ plugin_routing:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
nso_config:
deprecation:
removal_version: 2.0.0
warning_text: The nso_config module has been moved to the cisco.nso collection
redirect: cisco.nso
nso_action:
deprecation:
removal_version: 2.0.0
warning_text: The nso_action module has been moved to the cisco.nso collection
redirect: cisco.nso
nso_query:
deprecation:
removal_version: 2.0.0
warning_text: The nso_query module has been moved to the cisco.nso collection
redirect: cisco.nso
nso_verify:
deprecation:
removal_version: 2.0.0
warning_text: The nso_verify module has been moved to the cisco.nso collection
redirect: cisco.nso
nso_show:
deprecation:
removal_version: 2.0.0
warning_text: The nso_show module has been moved to the cisco.nso collection
redirect: cisco.nso
onyx_aaa:
deprecation:
removal_version: 2.0.0
Expand Down Expand Up @@ -331,6 +356,11 @@ plugin_routing:
warning_text: The onyx terminal plugin has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx
module_utils:
network.nso:
deprecation:
removal_version: 2.0.0
warning_text: The nso module_utils plugin has been moved to the cisco.nso collection
redirect: cisco.nso
network.onyx:
deprecation:
removal_version: 2.0.0
Expand All @@ -348,6 +378,11 @@ plugin_routing:
warning_text: The onyx_config action plugin has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_config
doc_fragments:
nso:
deprecation:
removal_version: 2.0.0
warning_text: The nso doc_fragments plugin has been moved to the cisco.nso collection
redirect: cisco.nso.nso
onyx:
deprecation:
removal_version: 2.0.0
Expand Down
183 changes: 0 additions & 183 deletions plugins/modules/network/nso/nso_action.py

This file was deleted.

Loading