ntc-rosetta
ntc-rosetta copied to clipboard
The missing bridge between industry standard CLIs and YANG
Experiencing the following exception: ``` (test) myohman@myohman:/c/Users/myohman/Downloads/github/ntc-rosetta$ make docs docker run -it --rm -p 8888:8888 -v /c/Users/myohman/Downloads/github/ntc-rosetta:/ntc_rosetta ntc_rosetta-3.6:latest \ make _docs cd docs && make html make[1]: Entering directory '/ntc_rosetta/docs'...
After translating a Yang model to native config, and then sending the config to a vQFX via Napalm I get the following, ``` Traceback (most recent call last): File "/root/rosetta-demo/venv/lib/python3.6/site-packages/jnpr/junos/utils/config.py",...