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.
Hi,I want to know if it is possible in Python Maagic/Maapi to copy the inputs of an action directly into the schema tree of a service.For example, if I have a grouping in Yang that is used by both my service and the action:grouping items {
leaf A {...
Hi, I have a question regarding "error-option" in commit-queue configuration.According to NSO manuals:"The rollback-on-error value means that the commit queue item will roll back on errors. The commit queue will place a lock with block-others on the ...
Hi, I am having a problem with my services after a NED migration to a major release. If I invoke the service create method (via check-sync, un-deploy, delete, etc) I get an "Error: internal error". New services created in the new version of the NED d...
Hi, I have a Service that config two Devices, one GPON access node (OLT) and one GPON CPE (ONU) (Is a special device that require direct config via telnet besides the config to the OLT).Due to some bug in the CPE (No DHCP Discovery retries), I need t...
I have a problem with kicker invocation, ncs cant find the action, It says that doesn't exist. Even if I change the action-name with another I have the same problem. If I call the action directly from the cli I have no problem, all my actions works w...
I modeled the output as follows:grouping output-actions {
leaf user-id {
description "user-id associated with the connection to ncs.";
type string;
}
leaf trace-id {
description "trace-id of the operation.";
type string;
}
leaf status ...
Thanks for the answer.I want to have a custom API with specific output responses, error management, log traceability, etc. The service itself would not give me that. Using the action as an entry point gives me the ability to have custom output respon...
Hi, I don't get the point of the "tailf:no-leafref-check" statement.It seems like a temporary fix, just to add values to a leafref type of node that reference to non-existing leaf; and then remove the statement. But if I do that I get an illegal refe...
Thanks for the answer.After a lit of bit of testing I found out that if the rollback action fail on the device, the lock is released. However, if the reverse fail in the Python service code, the lock remains and has to be release manually.Here the pr...