Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm currently trying to build a NED for a NETCONF device (thought it would be a good exercice) but I'm stuck because the device doesn't have the ietf-netconf-monitoring capabilty and netconf-ned-builder can't pull the model off the device. Fortunatel...
Hi,I'm a newcomer to NSO and I'm currently trying to build my first custom package using templates and python (very simple at the moment). After making a change to my code, when I issue a "request package reload" command, everything seems to be fine ...
So, after trial and error, I've managed to get something to work.The directory structure I have is (before any building) :myned-nc-1.0/
└── src
├── Makefile
├── package-meta-data.xml.in
└── yang
├── mymodel.yang
└── myothe...
I've checked and it seems that I meet the requirementsalain@LAPTOP-IUDEM59:~/nso-5.7/nso-instance$ java --version
openjdk 11.0.13 2021-10-19
OpenJDK Runtime Environment (build 11.0.13+8-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.13+8...
I usually check if my modifications are taken into account by adding a log message in my code and look if I see it when I create a service. I still have problems with packages reload or packages package my-package redeploy but I found out that if I d...
Hi,It's also seems to me that it is a bad idea to mess with the state directory ! All my packages are detected by NSO so I assume they're placed correctly. I've tried to use symlinks and do the following :Delete the simlink to my package in the nso-i...
Thanks for your helpFor the source command, do you mean "source ~/nso-5.7/ncsrc " ? I don't have a ncsrc file in my instance directory.I'm using a local install.Here is the output of show packages package oper-status ...