Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ venv.bak/ # VSCode project settings .vscode/ .github/ # Visual Studio project settings /.vs Loading hackfest/commands.txt +1 −1 Original line number Diff line number Diff line Loading @@ -350,7 +350,7 @@ $ docker exec -it clab-srlinux-srl1 sr_cli $ sudo containerlab destroy --topo srlinux.clab.yml ## Install gNMIc $ sudo bash -c "$(curl -sL https://get-gnmic.kmrd.dev)" $ sudo bash -c "$(curl -sL https://get-gnmic.openconfig.net)" ## gNMI Capabilities request $ gnmic -a clab-srlinux-srl1 -u admin -p NokiaSrl1! --skip-verify capabilities Loading hackfest/containerlab/commands.txt +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ https://github.com/openconfig/kne/blob/v0.1.9/examples/nokia/srlinux-services/sr https://containerlab.dev/manual/kinds/srl/#default-node-configuration https://learn.srlinux.dev/tutorials/infrastructure/kne/srl-with-oc-services/ https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md https://gnmic.kmrd.dev/cmd/get/ https://gnmic.openconfig.net/#get-request IMPORTANT: for Nokia SR Linux, use kind "srl" and type "ixr6" Loading Loading @@ -57,7 +57,7 @@ docker exec -it clab-tfs-scenario-client2 bash ## Install gNMIc $ sudo bash -c "$(curl -sL https://get-gnmic.kmrd.dev)" $ sudo bash -c "$(curl -sL https://get-gnmic.openconfig.net)" ## gNMI Capabilities request $ gnmic -a clab-tfs-scenario-srl1 -u admin -p NokiaSrl1! --skip-verify capabilities Loading hackfest5/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ curl -X DELETE --user "admin:admin" \ ### Install gNMIc ```bash sudo bash -c "$(curl -sL https://get-gnmic.kmrd.dev)" sudo bash -c "$(curl -sL https://get-gnmic.openconfig.net)" ``` ### gNMI Capabilities request Loading manifests/nbiservice.yaml +11 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,17 @@ spec: limits: cpu: 1000m memory: 2048Mi # Volume mounts for TE data with IS-IS, BW and latency. Uncomment if needed # volumeMounts: # - name: te-data # mountPath: /var/teraflow/nbi/service/ietf_network/te_data.json # subPath: te_data.json # volumes: # - name: te-data # hostPath: # Change this path to the actual path on the node where te_data.json is located # path: /home/ubuntu/tfs-ctrl/src/nbi/service/ietf_network # type: Directory --- apiVersion: v1 kind: Service Loading Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ venv.bak/ # VSCode project settings .vscode/ .github/ # Visual Studio project settings /.vs Loading
hackfest/commands.txt +1 −1 Original line number Diff line number Diff line Loading @@ -350,7 +350,7 @@ $ docker exec -it clab-srlinux-srl1 sr_cli $ sudo containerlab destroy --topo srlinux.clab.yml ## Install gNMIc $ sudo bash -c "$(curl -sL https://get-gnmic.kmrd.dev)" $ sudo bash -c "$(curl -sL https://get-gnmic.openconfig.net)" ## gNMI Capabilities request $ gnmic -a clab-srlinux-srl1 -u admin -p NokiaSrl1! --skip-verify capabilities Loading
hackfest/containerlab/commands.txt +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ https://github.com/openconfig/kne/blob/v0.1.9/examples/nokia/srlinux-services/sr https://containerlab.dev/manual/kinds/srl/#default-node-configuration https://learn.srlinux.dev/tutorials/infrastructure/kne/srl-with-oc-services/ https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md https://gnmic.kmrd.dev/cmd/get/ https://gnmic.openconfig.net/#get-request IMPORTANT: for Nokia SR Linux, use kind "srl" and type "ixr6" Loading Loading @@ -57,7 +57,7 @@ docker exec -it clab-tfs-scenario-client2 bash ## Install gNMIc $ sudo bash -c "$(curl -sL https://get-gnmic.kmrd.dev)" $ sudo bash -c "$(curl -sL https://get-gnmic.openconfig.net)" ## gNMI Capabilities request $ gnmic -a clab-tfs-scenario-srl1 -u admin -p NokiaSrl1! --skip-verify capabilities Loading
hackfest5/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ curl -X DELETE --user "admin:admin" \ ### Install gNMIc ```bash sudo bash -c "$(curl -sL https://get-gnmic.kmrd.dev)" sudo bash -c "$(curl -sL https://get-gnmic.openconfig.net)" ``` ### gNMI Capabilities request Loading
manifests/nbiservice.yaml +11 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,17 @@ spec: limits: cpu: 1000m memory: 2048Mi # Volume mounts for TE data with IS-IS, BW and latency. Uncomment if needed # volumeMounts: # - name: te-data # mountPath: /var/teraflow/nbi/service/ietf_network/te_data.json # subPath: te_data.json # volumes: # - name: te-data # hostPath: # Change this path to the actual path on the node where te_data.json is located # path: /home/ubuntu/tfs-ctrl/src/nbi/service/ietf_network # type: Directory --- apiVersion: v1 kind: Service Loading