-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[HLD] SONiC GNOI Server Interface Design #1644
base: master
Are you sure you want to change the base?
Conversation
|
||
Currently, most SONiC operation and configuration management requires directly using CLI on the device. This document proposes the addition of gNOI API to SONiC to modernize SONiC operation management. | ||
|
||
GNOI (gRPC network operations interface) is supported through OpenConfig. All gNOI services and documentation are available on the [OpenConfig page](https://github.com/openconfig/gnoi). OpenConfig defines and implements a common, vendor-independent software layer for managing network devices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please capture the steps/guidelines to extend the standard gnoi proto files for new fields if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't currently have a plan to extend standard gNOI proto files for new fields. If the API needed is not already supported by gNOI or SONiC internal APIs, we have the following two options:
- Add new internal SONiC API (ref: https://github.com/sonic-net/sonic-gnmi/blob/master/proto/gnoi/sonic_gnoi.proto)
- Propose update to gNOI protocol
community review recording https://zoom.us/rec/share/yQzZIUE8pnb7PRDBcHAe0S2k_GkJPaJttPInkotjDH0EoJjzMDMTnBfCs42CtHWL.GNCnMYH7rdL-NuRU |
As part of the GNOI project (HLD: sonic-net/SONiC#1644), we require dbus support for service kill and restart. This PR adds dbus support for service kill and restart, restricted to services snmp and swss to protect SONiC system in initial phases of this project.
[HLD] SONiC GNOI Server Interface Design
Feature PRs:
Test PRs: