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.
Hey experts!Hitting an issue wiht the Cisco-asa NED on a fresh linux install.reload produces:admin@ncs# packages reloadreload-result { package cisco-asa result false info --ERROR--}with operational state being: java-uninitializedAny recommen...
Hey NSO Community!I am hitting an issue with setting up a CI system with NSO and Netsims for testing. I am running NSO in a container that wcan be run locally or on a jenkins server to execute unittests and package validation.I create and add the net...
Does anyone have example of a working data provider package leveraging python for an example? The Docs directory has a Java exmaple, but curious if anyone has a walk through or package example in python they could share.Interested in this capability ...
Hey NSO Experts,I came across the NSO REST Query API in the North bound API documentation and found it to be quite interesting and possibly powerful feature. However, the doc is a bit simple in its example and crafting more complex queries has been a...
Hey team,We are hitting a bit of a strange behavior that we have not seen before.During the sync from of the config of a large configuration devices, the NSO will fail to complete the action and re-boot the server.We have an NSO with roughly 1000 dev...
Thanks Fredrik!Apologies for my ignorance, how would I structure this as a package inside NSO?For example to beign would I leverage: ncs-make-package --service-skeleton python test_dp --component-class NAME (default main.Main)then remove the service...