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
.

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></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>:30202/restconf/config/network-topology:network-topology/topology/topology-netconf/node/ncserver1*

<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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14842): https://lists.onap.org/g/onap-discuss/message/14842
Mute This Topic: https://lists.onap.org/mt/28971888/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to