[HLD] SONiC GNOI Server Interface Design#1644
Open
isabelmsft wants to merge 11 commits intosonic-net:masterfrom
Open
[HLD] SONiC GNOI Server Interface Design#1644isabelmsft wants to merge 11 commits intosonic-net:masterfrom
isabelmsft wants to merge 11 commits intosonic-net:masterfrom
Conversation
ganglyu
reviewed
Apr 2, 2024
ganglyu
reviewed
Apr 2, 2024
ganglyu
reviewed
Apr 2, 2024
|
|
||
| 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. |
Collaborator
There was a problem hiding this comment.
Please capture the steps/guidelines to extend the standard gnoi proto files for new fields if needed.
Contributor
Author
There was a problem hiding this comment.
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
Collaborator
|
community review recording https://zoom.us/rec/share/yQzZIUE8pnb7PRDBcHAe0S2k_GkJPaJttPInkotjDH0EoJjzMDMTnBfCs42CtHWL.GNCnMYH7rdL-NuRU |
qiluo-msft
pushed a commit
to sonic-net/sonic-host-services
that referenced
this pull request
May 31, 2024
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[HLD] SONiC GNOI Server Interface Design
Feature PRs:
Test PRs: