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.
One of my service-packages got a broken xml template.If I start NSO with "--with-package-reload" the service package with the broken xml template loads into NSO and NSO shows "oper-status up" for this package.But if I run "package reload" via NCS_CLI...
Hi all, during the compile of Juniper NED, I encounter an issue from Erlang compiler.It looks like, that Erlang cannot find a file.The directory is owned by user root inside a Docker container. Maybe someone has a hint to fix it. OS: CentOS 7 (7.9.2...
Hi all, I am encountering a issue during compiliation of Juniper-Junos-NED in Docker container.junos.fxs is linked in load-dir directory, but junos.fxs is missed after make clean allBut junos-rpc.fxs is compiled and exists in load-dir directory.Other...
Hi all,during the deployment of a NSO service package in HA environment, I faced some issues.I want to ask for some advice: 1. For a master/slave-sync, the CDB schema of a package needs to be identical.What does exactly mean CDB schema?Is the CDB sch...
Hi all, I had problems with some NACM rule definition and wanted to debug it.I am doing a REST-API-call to NCS 4.7.2 instance and would like to see, which NACM rules were hit during the API-call, or maybe no NACM rule were hit due to misconfiguration...
I found my mistake.I used Git to track the changes for the dir.But after a "make clean" thejuniper-junos-nc-4.6/erlang-lib/ec_junos_ext_vlan/ebindirectory is empty. Git not commt empty directories.Therefore the directory was missing and the Makefile ...
I found the issue.During compilation process of the Juniper NED, the compiler ran into Out-of-Memory (OOM) error due to size of the junos.yang fileUnfortunately the compiler process didn't throw any log message about the error.My container wasis runn...
Thanks for the fast respone.You are right. We are using only x86.I rather meant, if there could be some different compilation with different OS, or at least with different OS version (like Oracle Linux 7 and Oracle Linux 8). If there is some dependen...
Hi, thanks for the explanation.Does exist some new plans to publish the demo-ned to develop own generic NEDs?The goal is to develop a REST-API-Ned for communication with an open-source tool. Thanks.
Thanks for the feedback. I am validating an option to create custom yang rules to enforce internally commitments, like to set always a description to yang module. Thanks.