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

[Nokia][sonic-platform] Update Nokia sonic-platform submodule #13522

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

mlok-nokia
Copy link
Contributor

7451689 Support the module.py in IMM to query the Supervisor card eeprom info

Signed-off-by: mlok marty.lok@nokia.com

Why I did it

Update Nokia sonic-platform submodule
7451689 Support the module.py in IMM to query the Supervisor card eeprom info

How I did it

Update Nokia sonic-platform submodule
7451689 Support the module.py in IMM to query the Supervisor card eeprom info

How to verify it

Query module info by using module.py on Linecard. Supervisor card eeprom info will be shown:

admin@Linecard:~$ python3
Python 3.9.2 (default, Feb 28 2021, 17:03:44) 
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sonic_platform
>>> chassis = sonic_platform.platform.Platform().get_chassis()
>>> chassis.get_module(0).get_system_eeprom_info()
{'0x21': 'Nokia-IXR7250E-SUP-10', '0x24': '20:F4:4F:27:AF:89', '0x2A': '5', '0x22': '3HE16996AA0101', '0x23': 'NS220910105', '0x25': '20220314', '0x26': '56', '0xFE': '0x3E9FA222'}
>>> chassis.get_module(0).get_model()
'3HE16996AA0101'
>>> chassis.get_module(0).get_serial()
'NS220910105'

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211

Description for the changelog

Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@mlok-nokia
Copy link
Contributor Author

@judyjoseph I have created a PR to update the Nokia sonic-patform submodule which includes a fix to allow Linecard to query the Supervisor card eeprom info on the module.py. Please review. Thanks

  d768d19 Remove warning msg when a transceiver op takes > 200ms
  7451689 Support the module.py in IMM to query the Supervisor card eeprom info

Signed-off-by: mlok <marty.lok@nokia.com>
@rlhui rlhui merged commit cf4a172 into sonic-net:master Feb 21, 2023
mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Feb 21, 2023
…net#13522)

d768d19 Remove warning msg when a transceiver op takes > 200ms
7451689 Support the module.py in IMM to query the Supervisor card eeprom info

Signed-off-by: mlok <marty.lok@nokia.com>
@mssonicbld
Copy link
Collaborator

Cherry-pick PR to 202205: #13909

@mssonicbld
Copy link
Collaborator

@mlok-nokia PR conflicts with 202211 branch

StormLiangMS pushed a commit to StormLiangMS/sonic-buildimage that referenced this pull request Mar 28, 2023
Related work items: sonic-net#276, sonic-net#305, sonic-net#332, sonic-net#338, sonic-net#339, sonic-net#1188, sonic-net#1192, sonic-net#1197, sonic-net#1206, sonic-net#1685, sonic-net#1690, sonic-net#1696, sonic-net#1699, sonic-net#1709, sonic-net#1727, sonic-net#1737, sonic-net#1741, sonic-net#1742, sonic-net#2511, sonic-net#2512, sonic-net#2532, sonic-net#2559, sonic-net#2626, sonic-net#2638, sonic-net#2645, sonic-net#2649, sonic-net#2660, sonic-net#2669, sonic-net#2670, sonic-net#2678, sonic-net#10084, sonic-net#11442, sonic-net#11873, sonic-net#12047, sonic-net#12110, sonic-net#12207, sonic-net#12529, sonic-net#12678, sonic-net#13235, sonic-net#13287, sonic-net#13372, sonic-net#13395, sonic-net#13456, sonic-net#13497, sonic-net#13522, sonic-net#13545, sonic-net#13547, sonic-net#13552, sonic-net#13569, sonic-net#13572, sonic-net#13578, sonic-net#13591, sonic-net#13611, sonic-net#13647, sonic-net#13649, sonic-net#13660, sonic-net#13710, sonic-net#13716, sonic-net#13724, sonic-net#13726, sonic-net#13732, sonic-net#13735, sonic-net#13739, sonic-net#13757, sonic-net#13786, sonic-net#13792, sonic-net#13800, sonic-net#13801, sonic-net#13802, sonic-net#13805, sonic-net#13806, sonic-net#13812, sonic-net#13814, sonic-net#13822, sonic-net#13831, sonic-net#13834, sonic-net#13847, sonic-net#13870, sonic-net#13882, sonic-net#13884, sonic-net#13885, sonic-net#13894, sonic-net#13895, sonic-net#13926, sonic-net#13932, sonic-net#13935, sonic-net#13942, sonic-net#13951, sonic-net#13953, sonic-net#13964
@mlok-nokia mlok-nokia deleted the update-nokia-pmon branch September 27, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants