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.
HiWhile restarting NCS with a low disk space we got the following error:<INFO> 10-May-2018::13:29:51.307 nj51nsoc1v ncs[24190]: - Upgrade performed<INFO> 10-May-2018::13:29:51.318 nj51nsoc1v ncs[24190]: - CDB load: processing file: /var/opt/ncs/packa...
HiI'm trying to write a stacked service. In that there are 2 service models A and B.I'd like to add data to Service A and Service B in the same session. However, Service B has a dependency on Service A.That is, an object in Service B needs to make su...
I have a simple YANG file with a list and a leaf-list loaded on NSO.I'm able to GET/DELETE specific list entry with:GET /uri/list_entry/1But I'm unable to access the specific leaf-list entry with:GET /uri/leaf_list_entry/1What am I missing?ThanksKira...
HiI'm experimenting with a NED and wrote a simple YANG file to model just the sysName of a HP device.However, I can't get the YANG file loaded. Here is what I see:admin@ncs# devices device hp-5900 check-yang-modules verbosemodule { name hp-5900 ...
You are correct. The mistake was I was creating another transaction(t) to access the data and was missing the data from the _create transaction.Now that I removed the creation of new transaction, I can now access the uncommitted data.Thanks for all t...
Here is the code that I use on the Subnet Service to search for a Network Service which has been provisioned(but un-committed). I use the network-name to search all entries and once found, copy the UUID:To answer your question, I don't use the exact ...
Hi LarryI tested this exact approach. But root.services.srvA{} does not contain the uncommitted data.. Looks like a bug.. Can you test it in your environment too and confirm?ThanksKiran
I wanted to avoid boring you all with details:)Service A: Creates a Network. It generates a UUID in its python script. This needs to run from Service C as well as stand alone.Service B: Creates a Subnet. It needs to make sure a Network from Service A...
Hi DanSorry, I meant to say the Stacked service(C) calls Services A and B. And A and B have a dependency as above.How do I access the data via FASTMAP? Can you give an example?ThanksKiran