What was the difference in that docker image ? Brian
From: Thiruveedula, Bharath <[email protected]> Sent: Wednesday, January 09, 2019 4:51 AM To: [email protected] Cc: onap-discuss <[email protected]>; SHANKARANARAYANAN, N K <[email protected]>; [email protected]; CLAPP, GEORGE H <[email protected]>; FREEMAN, BRIAN D <[email protected]> Subject: Re: [E] RE: Unable to mount PCI cells from RAN simulator Hi, The issue got resolved by changing the sdnc container image to "highstreetherbert/oof-pci-sdnr:1.4.2.3". Thanks to George! In the demo, I see we are manually feeding the data to DMAAP, using post-message.sh. Can you please provide the "message file" that we need to pass as last argument? Best Regards Bharath T On Tue, Jan 8, 2019 at 2:40 PM [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> wrote: Hello Bharath, Your request seems correct. I just added some details inline to clarify the meaning of <IP> . Hope your understanding is correct. I have attached the request which I tried long time back for your reference. The problem could be in your SDNR setup. 1) When you say “ONAP with SDNR changes” , are you giving the same CCSDK IP for the curl command? Are you able to invoke some GET requests with that IP&PORT? 2) Make sure all netconf and restconf features are enabled&running in karaf container in your CCSDK. Regards, Saran Sensitivity: Internal & Restricted From: Swaminathan S (TECH) Sent: Tuesday, January 8, 2019 2:15 PM To: Saravanan A (CTO Office) <[email protected]<mailto:[email protected]>> Subject: FW: Unable to mount PCI cells from RAN simulator From: Thiruveedula, Bharath <[email protected]<mailto:[email protected]>> Sent: Tuesday, January 8, 2019 2:05 PM To: onap-discuss <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]>; Swaminathan S (TECH) <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]> Subject: Unable to mount PCI cells from RAN simulator ** This mail has been sent from an external source ** Hi, I am trying to replicate the OOF-PCI demo that was show in https://wiki.onap.org/display/DW/5G+Use+case+Items?preview=%2F29788530%2F48530395%2FONAP+Casablanca+OOF-PCI+Use+Case+POC+Demo.mp4<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_5G-2BUse-2Bcase-2BItems-3Fpreview-3D-252F29788530-252F48530395-252FONAP-2BCasablanca-2BOOF-2DPCI-2BUse-2BCase-2BPOC-2BDemo.mp4&d=DwMFAg&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw&m=BOI8Oz01J59sm_ybhjMdu11bqXuXMcadcUiDMPDOMmI&s=ACgO6mrb11KWBFh9R5tsm08LC8hIz9dGIngp1xXWpMM&e=>. I setup the RAN Simulator in a new VM and ONAP with SDNR changes in a seperate VM. But when I start RAN Simulator I can see 400 Bad Request error from SDNR. I tried to do netconf mount manually using the following XML: <node xmlns="urn:TBD:params:xml:ns:yang:network-topology"> <node-id>ncserver1</node-id> <host xmlns="urn:opendaylight:netconf-node-topology"><IP of honeycomb agent></host> <port xmlns="urn:opendaylight:netconf-node-topology">50001</port> <username xmlns="urn:opendaylight:netconf-node-topology">admin</username> <password xmlns="urn:opendaylight:netconf-node-topology">admin</password> <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only> <reconnect-on-changed-schema xmlns="urn:opendaylight:netconf-node-topology">false</reconnect-on-changed-schema> <connection-timeout-millis xmlns="urn:opendaylight:netconf-node-topology">20000</connection-timeout-millis> <max-connection-attempts xmlns="urn:opendaylight:netconf-node-topology">0</max-connection-attempts> <between-attempts-timeout-millis xmlns="urn:opendaylight:netconf-node-topology">2000 </between-attempts-timeout-millis> <sleep-factor xmlns="urn:opendaylight:netconf-node-topology">1.5 </sleep-factor> <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">120</keepalive-delay> </node> I got the following error: curl -v --user "admin":"Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" -d @mount.xml -H "Accept: application/xml" -H "Content-type: application/xml" -X PUT http://<IP of CCSDK>:30202/restconf/config/network-topology:network-topology/topology/topology-netconf/node/ncserver1<https://urldefense.proofpoint.com/v2/url?u=http-3A__-253cIP-2520of-2520CCSDK-253e-3A30202_restconf_config_network-2Dtopology-3Anetwork-2Dtopology_topology_topology-2Dnetconf_node_ncserver1&d=DwMFAg&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw&m=BOI8Oz01J59sm_ybhjMdu11bqXuXMcadcUiDMPDOMmI&s=RqoJRlRvpZOZSRnKr4XAArGt4GN3rPrFKyg44tLp6CQ&e=> <errors xmlns="urn:ietf:params:xml:ns:yang:ietf-restconf"><error><error-type>protocol</error-type><error-tag>malformed-message</error-tag><error-message>Error parsing input: Schema for node with name host and namespace urn:opendaylight:netconf-node-topology does not exist at AbsoluteSchemaPath{path=[(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology, (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology, (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node]}</error-message><error-info>Schema for node with name host and namespace urn:opendaylight:netconf-node-topology does not exist at AbsoluteSchemaPath{path=[(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology, (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology, (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node]}</error-info></error></errors> Am I missing any configuration here? Best Regards Bharath T The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.wipro.com&d=DwQFAg&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw&m=BOI8Oz01J59sm_ybhjMdu11bqXuXMcadcUiDMPDOMmI&s=wlEr3EjDseWJWegRg7Mik25Unwxv-bXVrxTIZWlPkJ4&e=> -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14877): https://lists.onap.org/g/onap-discuss/message/14877 Mute This Topic: https://lists.onap.org/mt/28982736/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
