-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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-gnmi] Support GNMI native write #10948
Conversation
src/sonic-gnmi/.gitignore
Outdated
@@ -0,0 +1,10 @@ | |||
build/ |
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 create new repo sonic-gmni under sonic-net org and use submodule approach.
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
@qiluo-msft would you please review and approve this PR? |
…GNMI native write.
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.
Because the submodule change includes some commit not related to native write, suggest move the submodule update to a new PR and merge first.
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.
Because this PR depends on another submodule PR, suggest run validation again after submodule PR merged to master branch to make sure not conflict or build break.
Why I did it Provide GNMI native write interface for configuration. How I did it Add configuration parameters for GNMI native write. How to verify it Check build pipeline.
Why I did it Provide GNMI native write interface for configuration. How I did it Add configuration parameters for GNMI native write. How to verify it Check build pipeline.
Signed-off-by: Gang Lv ganglv@microsoft.com
Why I did it
Provide GNMI native write interface for configuration.
How I did it
Add configuration parameters for GNMI native write.
How to verify it
Check build pipeline.
Which release branch to backport (provide reason below if selected)
Description for the changelog
Provide GNMI native write interface for configuration.
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)