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

Remove onyx from old collection for merging with new one #74

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
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
45 changes: 0 additions & 45 deletions .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ files:
labels: ironware networking
$actions/nos_config.py:
labels: nos
$actions/onyx_config.py:
maintainers: $team_onyx
labels: networking onyx_config
$actions/sros.py:
maintainers: $team_networking
labels: networking sros
Expand All @@ -39,9 +36,6 @@ files:
$cliconfs/nos.py:
maintainers: $team_extreme
labels: networking nos
$cliconfs/onyx.py:
maintainers: $team_onyx
labels: networking onyx
$cliconfs/routeros.py:
maintainers: heuels
labels: networking routeros
Expand Down Expand Up @@ -125,9 +119,6 @@ files:
$module_utils/network/nso/nso.py:
maintainers: $team_nso
labels: cisco networking
$module_utils/network/onyx/onyx.py:
maintainers: $team_onyx
labels: networking
$module_utils/network/ordnance/ordnance.py:
maintainers: alexanderturner djh00t
labels: networking
Expand Down Expand Up @@ -344,38 +335,6 @@ files:
labels: cisco networking
$modules/network/nuage/nuage_vspk.py:
authors: pdellaert
$modules/network/onyx/:
authors: anass
maintainers: $team_onyx
$modules/network/onyx/onyx_bgp.py:
authors: anasb samerd
maintainers: anasbadaha
$modules/network/onyx/onyx_buffer_pool.py:
authors: anasb
$modules/network/onyx/onyx_command.py:
authors: samerd
maintainers: anasbadaha
$modules/network/onyx/onyx_config.py:
authors: atabachnik samerd
maintainers: anasbadaha
$modules/network/onyx/onyx_facts.py:
authors: samerd waleedym
maintainers: anasbadaha
$modules/network/onyx/onyx_igmp.py:
authors: samerd
maintainers: anasbadaha
$modules/network/onyx/onyx_igmp_interface.py:
authors: anasb
$modules/network/onyx/onyx_igmp_vlan.py:
authors: anasbadaha
maintainers: samerd
$modules/network/onyx/onyx_traffic_class.py:
authors: anasb
$modules/network/onyx/onyx_vlan.py:
authors: atabachnik samerd
maintainers: anasbadaha
$modules/network/onyx/onyx_vxlan.py:
authors: anasb
$modules/network/opx/opx_cps.py:
authors: skg-net
$modules/network/ordnance/:
Expand Down Expand Up @@ -452,9 +411,6 @@ files:
$terminals/nos.py:
maintainers: $team_extreme
labels: networking nos
$terminals/onyx.py:
maintainers: $team_onyx
labels: networking onyx
$terminals/routeros.py:
maintainers: heuels
labels: networking routeros
Expand Down Expand Up @@ -492,5 +448,4 @@ macros:
team_netvisor: Qalthos amitsi csharpe-pn pdam preetiparasar
team_networking: NilashishC Qalthos danielmellado ganeshrn justjais trishnaguha
team_nso: cmoberg cnasten tbjurman
team_onyx: anasbadaha samerd
team_scaleway: DenBeke QuentinBrosse abarbare jerome-quere kindermoumoute remyleo
186 changes: 186 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requires_ansible: '>=2.9.10'
plugin_routing:
modules:
pn_cluster:
Expand Down Expand Up @@ -132,3 +133,188 @@ plugin_routing:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
onyx_aaa:
deprecation:
felixfontein marked this conversation as resolved.
Show resolved Hide resolved
removal_version: 3.0.0
warning_text: The onyx_aaa module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_aaa
onyx_bfd:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_bfd module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_bfd
onyx_bgp:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_bgp module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_bgp
onyx_buffer_pool:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_buffer_pool module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_buffer_pool
onyx_command:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_command module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_command
onyx_config:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_config module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_config
onyx_facts:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_facts module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_facts
onyx_igmp:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_igmp module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_igmp
onyx_igmp_interface:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_igmp_interface module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_igmp_interface
onyx_igmp_vlan:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_igmp_vlan module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_igmp_vlan
onyx_interface:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_interface module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_interface
onyx_l2_interface:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_l2_interface module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_l2_interface
onyx_l3_interface:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_l3_interface module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_l3_interface
onyx_linkagg:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_linkagg module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_linkagg
onyx_lldp:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_lldp module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_lldp
onyx_lldp_interface:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_lldp_interface module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_lldp_interface
onyx_magp:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_magp module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_magp
onyx_mlag_ipl:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_mlag_ipl module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_mlag_ipl
onyx_mlag_vip:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_mlag_vip module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_mlag_vip
onyx_ntp:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_ntp module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_ntp
onyx_ntp_servers_peers:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_ntp_servers_peers module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_ntp_servers_peers
onyx_ospf:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_ospf module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_ospf
onyx_pfc_interface:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_pfc_interface module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_pfc_interface
onyx_protocol:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_protocol module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_protocol
onyx_ptp_global:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_ptp_global module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_ptp_global
onyx_ptp_interface:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_ptp_interface module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_ptp_interface
onyx_qos:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_qos module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_qos
onyx_snmp:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_snmp module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_snmp
onyx_snmp_hosts:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_snmp_hosts module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_snmp_hosts
onyx_snmp_users:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_snmp_users module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_snmp_users
onyx_syslog_files:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_syslog_files module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_syslog_files
onyx_syslog_remote:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_syslog_remote module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_syslog_remote
onyx_traffic_class:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_traffic_class module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_traffic_class
onyx_username:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_username module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_username
onyx_vlan:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_vlan module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_vlan
onyx_vxlan:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_vxlan module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_vxlan
onyx_wjh:
deprecation:
removal_version: 3.0.0
warning_text: The onyx_wjh module has been moved to the mellanox.onyx collection
redirect: mellanox.onyx.onyx_wjh
31 changes: 0 additions & 31 deletions plugins/action/onyx_config.py

This file was deleted.

77 changes: 0 additions & 77 deletions plugins/cliconf/onyx.py

This file was deleted.

Loading