diff options
author | itercheng <53065854+itercheng@users.noreply.github.com> | 2019-08-01 19:25:10 +0800 |
---|---|---|
committer | Ganesh Nalawade <ganesh634@gmail.com> | 2019-08-01 16:55:10 +0530 |
commit | eea46a0d1b99a6dadedbb6a3502d599235fa7ec3 (patch) | |
tree | f9f4ed6ff468da52db4bf30778087728855ea388 /.github | |
parent | 07e7b69c04116f598ed2376616cbb46343d9a0e9 (diff) | |
download | ansible-eea46a0d1b99a6dadedbb6a3502d599235fa7ec3.tar.gz |
Support Ericsson device management (#59277)
* Support Ericsson device management
* modify code
* modify error
* delete redundant file
* delete file
* modified error
* modify additional file name
* delete code
* add blank line
* delete redundant code
* add platform_eric_eccli.rst
* modify syntaxError
* modify document
* modify error
* modify maintaners
* modify document
* add end_string
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 9daa9522dd..7b4babc5d3 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -312,6 +312,7 @@ files: $modules/network/edgeswitch/: f-bor $modules/network/enos/: amuraleedhar $modules/network/eos/: trishnaguha + $modules/network/eric_eccli/: itercheng $modules/network/exos/: rdvencioneck $modules/network/f5/: ignored: Etienne-Carriere mhite mryanlam perzizzle srvg JoeReifel $team_networking @@ -765,6 +766,10 @@ files: $module_utils/network/eos: support: network maintainers: $team_networking + $module_utils/network/eric_eccli: + support: network + maintainers: $team_networking + itercheng $module_utils/network/exos: maintainers: rdvencioneck $module_utils/network/f5: @@ -1056,6 +1061,10 @@ files: $plugins/cliconf/eos.py: support: network maintainers: $team_networking + $plugins/cliconf/eric_eccli.py: + support: network + maintainers: $team_networking + itercheng $plugins/cliconf/exos.py: maintainers: rdvencioneck $plugins/cliconf/ios.py: @@ -1361,6 +1370,9 @@ files: $plugins/terminal/eos.py: support: network maintainers: $team_networking + $plugins/terminal/eric_eccli.py: + support: community + maintainers: itercheng $plugins/terminal/exos.py: maintainers: rdvencioneck $plugins/terminal/ios.py: |