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

[sonic-utilities] Update submodule #5337

Merged
merged 1 commit into from
Sep 9, 2020

Conversation

renukamanavalan
Copy link
Contributor

@renukamanavalan renukamanavalan commented Sep 8, 2020

Submodule update.

localadmin@remanava-dev-1:~/source/fork/submod_util_upd/sonic-buildimage$ zdiff /tmp/x /tmp/y
0a1,121

commit 96cb359
Author: judyjoseph 53951155+judyjoseph@users.noreply.github.com
Date: Fri Sep 4 08:25:08 2020 -0700

[multi-asic] show_transceiver changes (#1081)

* show_interface transceiver changes for multi-asic, takes care of sub commands
       eeprom    Show interface transceiver EEPROM information
       lpmode    Show interface transceiver low-power mode...
       presence  Show interface transceiver presence
* Rearranging of common functions in config/main.py to py-common
* Updates to show command and testcases

commit aeaada0
Author: Stephen Sun 5379172+stephenxs@users.noreply.github.com
Date: Fri Sep 4 03:05:23 2020 +0800

Fix a typo in mellanox_buffer_migrator (#1090)

This type causes the db_migrator to update the buffer profiles even if they don't match the default

Signed-off-by: Stephen Sun <stephens@nvidia.com>

commit 8152cec
Author: Mahesh Maddikayala 10645050+smaheshm@users.noreply.github.com
Date: Thu Sep 3 10:58:05 2020 -0700

[CLI][PFCWD][Multi-ASIC] Added multi ASIC support to 'pfcwd' CLI command (#1080)

[CLI][PFCWD][Multi ASIC] Added multi ASIC support to the following CLI command:

>> show pfcwd config
>> show pfcwd stats.

* Added multi ASIC support to following script:

>> pfcwd

* Added unit tests for 'pfcwd show' commands.

commit 5aa3e88
Author: Renuka Manavalan 47282725+renukamanavalan@users.noreply.github.com
Date: Thu Sep 3 08:35:18 2020 -0700

Add namespace of the process in the coredump filename. (#1091)

Look for namespace of this process in crashing process's environ file.If any, add it to core filename as
< binary name >.< timestamp >.< local pid inside container >.< ns > .core.gz.
e.g. orchagent.1599073263.45.5.core.gz <-- 5 is the asic namespace.

For processes that don't have asic namespace, there is no change.
e.g. snmpd.1599073245.27.core.gz

The /etc/sysctl.conf kernel.core_pattern is set to pass pid in host
as last arg.

commit 12f0d07
Author: Joe LeVeque jleveque@users.noreply.github.com
Date: Tue Sep 1 14:24:03 2020 -0700

[setup.py] Add aliases.ini to sonic_installer package (#1088)

Ensure aliases.ini gets installed with the sonic_installer package to enable backward-compatibility with the versions of subcommands which contain underscores.

This was missed in https://github.com/Azure/sonic-utilities/pull/983

commit 8d6d871
Author: Neetha John nejo@microsoft.com
Date: Tue Sep 1 09:05:31 2020 -0700

[pfcwd] Add single asic unit tests for show commands (#1085)

Signed-off-by: Neetha John <nejo@microsoft.com>

commit 60fcab9
Author: Renuka Manavalan 47282725+renukamanavalan@users.noreply.github.com
Date: Sat Aug 29 15:20:20 2020 -0700

Enhance SONiC with kubernetes management commands (#962)

* Enhance SONiC with kubernetes management commands

Config commands:
1) sudo config kubernetes server ip <IP address>
2) sudo config kubernetes server insecure <True/False>
3) sudo config kubernetes server disable <True/False>
4) sudo config kubernetes label add <key> <value>
5) sudo config kubernetes label drop <key>
6) sudo config kubernetes join [-a/--async] [-f/--force]
7) sudo config kubernetes reset

Show commands:
1) show kube server
2) show kube status
3) show kube nodes
4) show kube pods

A python wrapper for kube_join for invocation by other tools.

commit 5c173f7
Author: Mykola F 37578614+mykolaf@users.noreply.github.com
Date: Fri Aug 28 21:14:50 2020 +0300

[counterpoll] add port buffer drop group (#1009)

Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
Co-authored-by: Danny Allen <daall@microsoft.com>
Co-authored-by: Volodymyr Samotiy <volodymyrs@mellanox.com>

commit 62e44d9
Author: Mahesh Maddikayala 10645050+smaheshm@users.noreply.github.com
Date: Thu Aug 27 11:32:52 2020 -0700

[CLI][PFC] Add multi ASIC options for pfcstat and 'show pfc counters' (#1057)

* Add multi ASIC options for pfcstat and 'show pfc counters'
            Options:
                        -d, --display [all|frontend]    Show internal interfaces  [default:frontend]
                        -n, --namespace [asic0|asic1|asic2|asic3|asic4|asic5]
* Added unit tests for 'pfcstat' show commands.

@jleveque
Copy link
Contributor

jleveque commented Sep 8, 2020

@renukamanavalan: Please always add the list of commits included in the submodule update in the PR description when updating a submodule.

Also, the PR directly preceding this one (#5336) is also updating the sonic-utilities submodule, but seems much different than this one. Why the need to supersede that PR?

@renukamanavalan
Copy link
Contributor Author

renukamanavalan commented Sep 8, 2020

Also, the PR directly preceding this one (#5336) is also updating the sonic-utilities submodule, but seems much different than this one. Why the need to supersede that PR?

This PR is taking the latest from sonic-utilities, hence a superset of 5336.

@volodymyrsamotiy : Can we take this PR instead of 5336 ?

@renukamanavalan
Copy link
Contributor Author

retest vsimage please

@renukamanavalan
Copy link
Contributor Author

retest vs please

2 similar comments
@renukamanavalan
Copy link
Contributor Author

retest vs please

@renukamanavalan
Copy link
Contributor Author

retest vs please

@renukamanavalan
Copy link
Contributor Author

@jleveque , Do you have any more comments?

@renukamanavalan renukamanavalan merged commit e9918ba into sonic-net:master Sep 9, 2020
santhosh-kt pushed a commit to santhosh-kt/sonic-buildimage that referenced this pull request Feb 25, 2021
Update to current head in master. Latest: commit 96cb359
@renukamanavalan renukamanavalan deleted the submod_util_upd branch April 17, 2022 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants