You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why I did it
Move sonic-telemetry to sonic-net
How I did it
Replace path "github.com/Azure/sonic-telemetry"
How to verify it
Run unit test and buildimage.
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,22 @@ Install __go__ in your system https://golang.org/doc/install. Requires golang1.8
15
15
16
16
To install dial-in mode system telemetry server, run
17
17
18
-
go get -u github.com/Azure/sonic-telemetry/telemetry
18
+
go get -u github.com/sonic-net/sonic-gnmi/telemetry
19
19
20
20
To install dial-out mode system telemetry client, run
21
21
22
-
go get -u github.com/Azure/sonic-telemetry/dialout/dialout_client_cli
22
+
go get -u github.com/sonic-net/sonic-gnmi/dialout/dialout_client_cli
23
23
24
24
There is also a test program dialout_server_cli for collecting data from dial-out mode system telemetry client. _Note_: it is for testing purpose only.
25
25
26
-
go get -u github.com/Azure/sonic-telemetry/dialout/dialout_server_cli
26
+
go get -u github.com/sonic-net/sonic-gnmi/dialout/dialout_server_cli
27
27
28
28
The binaries will be installed under $GOPATH/bin/, they may be copied to any SONiC switch and run there.
29
29
30
30
You can also build a debian package and install it:
Copy file name to clipboardExpand all lines: doc/gNMI_usage_examples.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The examples use the following open source gNMI CLI tools:
8
8
-[gnmi_set](https://github.com/google/gnxi/tree/master/gnmi_get): This tools allows for update, replace and delete operations.
9
9
-[gnmi_cli](https://github.com/openconfig/gnmi/tree/master/cmd/gnmi_cli): This tool allows for dial-in Subscription operations as well as Capabilities request to list available models.
10
10
11
-
The above tools also have custom patches applied for additional features [here](https://github.com/Azure/sonic-telemetry/tree/master/patches). The patched versions of these tools are built with the sonic-telemetry repo and are installed in /usr/bin in the telemetry container.
11
+
The above tools also have custom patches applied for additional features [here](https://github.com/sonic-net/sonic-gnmi/tree/master/patches). The patched versions of these tools are built with the sonic-telemetry repo and are installed in /usr/bin in the telemetry container.
0 commit comments