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.
Dear NSO experts,
Could you please help me understand why data-kicker doesn't kick for some of the events.
Requirement is , to check if out of band changes happened while service provisioning. This is LSA setup. I am using netsim devices at this ...
Hi all,
Could you help me on the following .. in short, how can i do re-deploy with commit params from python ..
i can commit a service with commit params from cli and python with success. for example :
from cli :
dd-rfs d1
commit commit-queue bypass...
Dear community members,
How can i change cdb for huawei console commands from maagic ? and why are we not seeing /console/extension/pattern{PATTERN-GET-FILE} in display netconf option as shown below?
Here is a couple of show command output to displ...
Dear nso community,
I want to ask your guidance on subject matter .. any idea is appreciated ..
For a customer project, we are developing a custom portal. And we are wondering whether we can make use of existing webui related yang models (tailf-w...
Dear community members,I have a question regarding LSA implementation, any input is appreciated. in "NSO Layered Service Architecture" manual, there is no mention of cluster commands, but in -for example- "example-22 init.sh" there are these cluster ...
this is a working copy of bypassing a commit-queue.
instance = ncs.maagic.get_node(t, PATH_TO_YOUR_SERVICE_INSTANCE)]inputs = instance.re_deploy.get_input()inputs.commit_queue.create().bypass.create()inputs.no_networking.create()instance.re_deploy(in...
Hi,
I didnot try it my self, so i do not know whether it is possible to leafref rfs-devices from cfs.
On the other hand, just in case , because you haven't mentioned it :
Did you do the installation in single-version-mode or multi-version-mode. It sh...
after re initializing python root, it is indeed possible to read huawei-vrp ned settings with maagic.
This is the working copy:
with ncs.maapi.single_read_trans('admin', 'system', port=4570) as t: root = ncs.maagic.get_root(t) for a in root.ncs...