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.
Is it possible for an nso (python) service to call an other nso (python) service?For instance:service X -> service YI was looking at cb_post_modification, but it looks like it doesn't achieve the desired result.Example python code of service X: class...
With the non-strict-leafref it works perfectly.For us its important service X is an service which only exists in the cdb and relates to different services. Except in some cases there is a little bit of configuration needed, and we don't want to creat...
Config now looks like this, already removed the post_modification Yang service Xkey "name";
leaf name{
type string;
}Python Service Xclass ServiceCallbacks(Service):
@service.create
def cb_create(self, tctx, root, servic...
Just tested, if i delete it from the ncs_cli, it can be deleted.But if i delete it from the GUI (NSO 5.6.1), then it gives a reference error. (a bug maybe?)