-
Notifications
You must be signed in to change notification settings - Fork 15
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
Software Version not listed in gnmi_get of /openconfig-platform:components #100
Comments
The issue is that |
Hello Sachin, Solutions:
Please let me know what is expected and which approach you want to take. |
I agree that #1 is way to go. I have proposed to broadcom QA team for
deferring this issue to subsequent release when this can be handled through
proper backend changes.
Will keep you posted with updates.
Regards,
Sachin.
…On Wed, Sep 11, 2019 at 11:37 PM rvasanthm ***@***.***> wrote:
Hello Sachin,
As of now system app supports only system eeprom component. Software
version attribute under component instance is currently handled in the
backend, this info will get populated only if software version info is
programmed in system eeprom.
Solutions:
1. System eeprom should be populated upon installing the sonic image
so that existing backend changes will pick it up(I think this should be the
ideal approach).
2. Add workaround in the backend to read from the host system (like
sonic cli-> show version command) and fill the software version field.
Please let me know what is expected and which approach you want to take.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#100?email_source=notifications&email_token=AMNPE24EIYLCMIOKDHZRQUDQJEXVBA5CNFSM4IVGBOD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6PMEHY#issuecomment-530498079>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMNPE2YQM2CCGVDAIIPGZPDQJEXVBANCNFSM4IVGBODQ>
.
|
Excuse me, how do you make the pfm_app.go workable when it tries to read the "/mnt/platform/syseeprom"? Best Reagrds, |
Problem Description/Summary :
Software Version not listed in gnmi_get of /openconfig-platform:components
Expected Behavior :
Software version is supported yang object and should be listed:
https://github.com/project-arlo/sonic-mgmt-framework/wiki/YANG-Object-Reference
Topology :
DUT
Steps to Repro :
Perform a gnmi_get on openconfig-platform:components YANG model.
Observe that "software version" is not listed in gNMI o/p even though it is a supported YANG object.
Telemetry log:
eepro json which is read for this data does not have 'software version' info.
Reproducibility ( Ex:- 3 out of 3 attempts ) Please also update "Reproducible" field :
Always
The text was updated successfully, but these errors were encountered: