update mlnxos modules in BOTMETA file (#34417)
Signed-off-by: Samer Deeb <samerd@mellanox.com>
This commit is contained in:
parent
1572df6802
commit
67ebf2d4b2
1 changed files with 12 additions and 2 deletions
14
.github/BOTMETA.yml
vendored
14
.github/BOTMETA.yml
vendored
|
@ -480,7 +480,7 @@ files:
|
||||||
$modules/network/junos/: Qalthos ganeshrn
|
$modules/network/junos/: Qalthos ganeshrn
|
||||||
$modules/network/layer2/: $team_networking
|
$modules/network/layer2/: $team_networking
|
||||||
$modules/network/layer3/: $team_networking
|
$modules/network/layer3/: $team_networking
|
||||||
$modules/network/mlnxos/: samerd
|
$modules/network/mlnxos/: $team_mlnxos
|
||||||
$modules/network/netconf/netconf_config.py: ganeshrn lpenz userlerueda
|
$modules/network/netconf/netconf_config.py: ganeshrn lpenz userlerueda
|
||||||
$modules/network/netscaler/: $team_netscaler
|
$modules/network/netscaler/: $team_netscaler
|
||||||
$modules/network/netvisor/: $team_netvisor
|
$modules/network/netvisor/: $team_netvisor
|
||||||
|
@ -989,7 +989,7 @@ files:
|
||||||
maintainers: paulquack
|
maintainers: paulquack
|
||||||
labels: networking
|
labels: networking
|
||||||
$module_utils/network/mlnxos:
|
$module_utils/network/mlnxos:
|
||||||
maintainers: samerd
|
maintainers: $team_mlnxos
|
||||||
labels: networking
|
labels: networking
|
||||||
$module_utils/k8s_common.py:
|
$module_utils/k8s_common.py:
|
||||||
maintainers: chouseknecht sdoran maxamillion fabianvf flaper87
|
maintainers: chouseknecht sdoran maxamillion fabianvf flaper87
|
||||||
|
@ -1068,6 +1068,9 @@ files:
|
||||||
lib/ansible/plugins/action/junos:
|
lib/ansible/plugins/action/junos:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels: networking
|
||||||
|
lib/ansible/plugins/action/mlnxos_config.py:
|
||||||
|
maintainers: $team_mlnxos
|
||||||
|
labels: networking
|
||||||
lib/ansible/plugins/action/net:
|
lib/ansible/plugins/action/net:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels: networking
|
||||||
|
@ -1091,6 +1094,9 @@ files:
|
||||||
lib/ansible/plugins/cliconf/ironware.py:
|
lib/ansible/plugins/cliconf/ironware.py:
|
||||||
maintainers: paulquack
|
maintainers: paulquack
|
||||||
labels: networking
|
labels: networking
|
||||||
|
lib/ansible/plugins/cliconf/mlnxos.py:
|
||||||
|
maintainers: $team_mlnxos
|
||||||
|
labels: networking
|
||||||
lib/ansible/plugins/cliconf/nxos.py:
|
lib/ansible/plugins/cliconf/nxos.py:
|
||||||
maintainers: $team_nxos
|
maintainers: $team_nxos
|
||||||
labels:
|
labels:
|
||||||
|
@ -1162,6 +1168,9 @@ files:
|
||||||
lib/ansible/plugins/terminal/junos.py:
|
lib/ansible/plugins/terminal/junos.py:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels: networking
|
||||||
|
lib/ansible/plugins/terminal/mlnxos.py:
|
||||||
|
maintainers: $team_mlnxos
|
||||||
|
labels: networking
|
||||||
lib/ansible/plugins/terminal/nxos.py:
|
lib/ansible/plugins/terminal/nxos.py:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels:
|
labels:
|
||||||
|
@ -1212,6 +1221,7 @@ macros:
|
||||||
team_azure: haroldwongms nitzmahone tstringer yuwzho xscript zikalino
|
team_azure: haroldwongms nitzmahone tstringer yuwzho xscript zikalino
|
||||||
team_cumulus: isharacomix jrrivers privateip
|
team_cumulus: isharacomix jrrivers privateip
|
||||||
team_manageiq: gtanzillo abellotti zgalor yaacov cben
|
team_manageiq: gtanzillo abellotti zgalor yaacov cben
|
||||||
|
team_mlnxos: samerd
|
||||||
team_netapp: hulquest lmprice broncofan gouthampacha
|
team_netapp: hulquest lmprice broncofan gouthampacha
|
||||||
team_netscaler: chiradeep giorgos-nikolopoulos
|
team_netscaler: chiradeep giorgos-nikolopoulos
|
||||||
team_netvisor: Qalthos amitsi gundalow privateip
|
team_netvisor: Qalthos amitsi gundalow privateip
|
||||||
|
|
Loading…
Reference in a new issue