mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
label nxos files (#32200)
This commit is contained in:
parent
843fba509f
commit
1c0dd5406b
1 changed files with 28 additions and 4 deletions
30
.github/BOTMETA.yml
vendored
30
.github/BOTMETA.yml
vendored
|
@ -992,7 +992,9 @@ files:
|
||||||
labels: networking
|
labels: networking
|
||||||
$module_utils/nxos.py:
|
$module_utils/nxos.py:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels:
|
||||||
|
- networking
|
||||||
|
- nxos
|
||||||
$module_utils/openstack.py:
|
$module_utils/openstack.py:
|
||||||
maintainers: $team_openstack
|
maintainers: $team_openstack
|
||||||
labels:
|
labels:
|
||||||
|
@ -1067,7 +1069,9 @@ files:
|
||||||
labels: networking
|
labels: networking
|
||||||
lib/ansible/plugins/action/nxos:
|
lib/ansible/plugins/action/nxos:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels:
|
||||||
|
- networking
|
||||||
|
- nxos
|
||||||
lib/ansible/plugins/action/sros:
|
lib/ansible/plugins/action/sros:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels: networking
|
||||||
|
@ -1080,6 +1084,11 @@ 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/nxos.py:
|
||||||
|
maintainers: $team_nxos
|
||||||
|
labels:
|
||||||
|
- networking
|
||||||
|
- nxos
|
||||||
lib/ansible/plugins/connection/netconf.py:
|
lib/ansible/plugins/connection/netconf.py:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels: networking
|
||||||
|
@ -1140,7 +1149,9 @@ files:
|
||||||
labels: networking
|
labels: networking
|
||||||
lib/ansible/plugins/terminal/nxos.py:
|
lib/ansible/plugins/terminal/nxos.py:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels:
|
||||||
|
- networking
|
||||||
|
- nxos
|
||||||
lib/ansible/plugins/terminal/sros.py:
|
lib/ansible/plugins/terminal/sros.py:
|
||||||
maintainers: $team_networking
|
maintainers: $team_networking
|
||||||
labels: networking
|
labels: networking
|
||||||
|
@ -1160,6 +1171,19 @@ files:
|
||||||
packaging/:
|
packaging/:
|
||||||
test/:
|
test/:
|
||||||
# 'test' is a component path, then 'test' label will be automatically added
|
# 'test' is a component path, then 'test' label will be automatically added
|
||||||
|
test/integration/targets/nxos:
|
||||||
|
maintainers: $team_nxos
|
||||||
|
labels:
|
||||||
|
- networking
|
||||||
|
- nxos
|
||||||
|
test/units/modules/network:
|
||||||
|
maintainers: $team_networking
|
||||||
|
labels: networking
|
||||||
|
test/units/modules/network/nxos:
|
||||||
|
maintainers: $team_nxos
|
||||||
|
labels:
|
||||||
|
- networking
|
||||||
|
- nxos
|
||||||
macros:
|
macros:
|
||||||
module_utils: lib/ansible/module_utils
|
module_utils: lib/ansible/module_utils
|
||||||
modules: lib/ansible/modules
|
modules: lib/ansible/modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue