networktocode / ntc-rosetta

The missing bridge between industry standard CLIs and YANG
https://ntc-rosetta.readthedocs.io/en/latest/index.html
Apache License 2.0
103 stars 23 forks source link

Documentation: Updating yang library to reflect current openconfig modules #54

Open adam-hamilton opened 2 years ago

adam-hamilton commented 2 years ago

I would like to update the openconfig models to reflect the latest in https://github.com/openconfig/public.git

In order to make this work I need to generate an updated file containing JSON-encoded data model specification in the YANG library format.

How can I generate a version of openconfig.json which reflects updated model data? https://github.com/networktocode/ntc-rosetta/blob/develop/ntc_rosetta/yang/openconfig.json

Thank you