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.
Customer noticed some configs are missing in "commit dry-run output format cli".
This only happens with commit dry-run outformat cli.
"commit", "commit dry-run outformat xml", "commit dry-run outformat native" have the configs missing in dry-run outf...
Can I use nc:operation="delete" in XML template for deleting config?The template will be called from Java code kiked from json rpc.<Background>I want to delete a config from NSO using XML template.Device is ACI, NSO is 4.4.2 and NED is APIC NED 3.0.3...
Hello NSO experts,Are there any recommendations/guidance on how to write package-meta-data.xml when youhave multiple service callbacks and multiple Java classes that are annotated with theServiceCallback annotations?After some readings and testings, ...
Hello experts,If stacked service has preLockCreate() and the stacked service is created by another service's preLockCreate(),do these two preLockCreate methods run sequentially or concurrently?As far as I observed devel.log, they seem to run sequenti...
I am running NSO4.4.2.Both /ncs-config/commit-retry-timeout and /ncs-config/cli/commit-retry-timeout are set to 15sec.If services are committed from CLI, I see 2nd service waits for 1st service to complete for 15sec which is expected.However, if serv...
Went through latest CHANGES file and found a similar bug, but it's already fixed in NSO4.4.2 which customer is using.
- CLI: When doing package upgrading, and then "commit dry-run outformat
cli", an error was encountered in certain cases. Thi...
Hello Bilal,Thank you so much for your comment.I understand your point.preLockCreate of parent service and stacked service may be sequential now, but there is no guarantee that it will be the same in future NSO release.With regards to your concern re...