telemetrify-collector / telemetrify

A YANG driven network telemetry collector
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

NSO-package & VMX testrig #32

Closed ddjoh closed 1 year ago

plajjan commented 1 year ago

@ddjoh I added a smaller JUNOS NED at https://github.com/dt-terastream/acton-streamer/tree/main/streaming-nso/packages/ned-junos-23.1-yang in order to a) avoid pulling in the big config model, b) get a smaller NED overall but also to be able to quickly iterate on it by having it in the local repo. That's where I placed the RPC model for get-interface-information we've used that has correct uint64 types on leafs. Originally I kept all the RPC YANG models but seeing how those are still of significant size I cut it down to a single model and even a single RPC. If there are models or stuff we miss, I suggest we add it back in that ned-junos-23.1-yang.

What was the reason for bringing in this NED here now?