SDNC cant reach the device to configure on 50.0.0.64

  1.  Did you put the static route in that is needed to talk to the BRGEMU 
through the BNG ?


https://wiki.onap.org/display/DW/vCPE+Use+Case+Tutorial%3A+Design+and+Deploy+based+on+ONAP#vCPEUseCaseTutorial:DesignandDeploybasedonONAP-InitialConfigurationofONAPtoDeployvCPE

7.1 Add route on sdnc cluster node `ip route add 10.3.0.0/24 via 10.0.101.10 
dev ens3`. You can find sdnc cluster node name by using kubectl describe sdnc 
pod

If so then perhaps your preload data is wrong and you are providing an external 
IP (50.0.0.64) instead of the IP address for the ONAP OAM LAN

The static route and the target device IP block have to match.



  1.  I would also check that the BRG and GMUX are both responding to http 
restconf. There are some scripts in the integration repo for this (and 
referenced in the wiki page)

Brain


2020-01-28T09:50:00,742 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Parameter restapiUrl: 
[http://50.0.0.64:8183/restconf/config/ietf-interfaces:interfaces/interface/vxlanTun10.5.0.100]
2020-01-28T09:50:00,742 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Parameter restapiUser: [admin]
2020-01-28T09:50:00,743 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Parameter restapiPassword: [**********]
2020-01-28T09:50:00,743 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Parameter format: [json]
2020-01-28T09:50:00,743 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Parameter httpMethod: [PUT]
2020-01-28T09:50:00,744 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Parameter responsePrefix: [honeycomb-vnf]
2020-01-28T09:50:00,744 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Building JSON started
2020-01-28T09:50:00,747 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Building JSON completed. Time: 2
2020-01-28T09:50:00,751 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Sending request below to url 
http://50.0.0.64:8183/restconf/config/ietf-interfaces:interfaces/interface/vxlanTun10.5.0.100
2020-01-28T09:50:00,752 | INFO  | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | {
    "interface": [
        {
            "enabled": "true",
            "link-up-down-trap-enable": "enabled",
            "name": "vxlanTun10.5.0.100",
            "type": "v3po:vxlan-tunnel",
            "vxlan": {
                "dst": "10.5.0.100",
                "encap-vrf-id": "0",
                "src": "10.5.0.21",
                "vni": "100"
            }
        }
    ]
}

2020-01-28T09:50:03,517 | INFO  | qtp906917984-386 | SliapiProvider             
      | 245 - org.onap.ccsdk.sli.core.sliapi-provider - 0.6.3 |  -  | Calling 
directed graph for sli/healthcheck/sync
2020-01-28T09:50:03,519 | INFO  | qtp906917984-386 | SvcLogicServiceImplBase    
      | 241 - org.onap.ccsdk.sli.core.sli-provider-base - 0.0.0 | SvcLogicGraph 
[module=sli, rpc=healthcheck, mode=sync, version=0.6.3, 
md5sum=e71db497eb64c8ccd71277ca9c310628] -  | About to execute graph 
SvcLogicGraph [module=sli, rpc=healthcheck, mode=sync, version=0.6.3, 
md5sum=e71db497eb64c8ccd71277ca9c310628]
2020-01-28T09:50:03,519 | INFO  | qtp906917984-386 | SvcLogicServiceImplBase    
      | 241 - org.onap.ccsdk.sli.core.sli-provider-base - 0.0.0 | SvcLogicGraph 
[module=sli, rpc=healthcheck, mode=sync, version=0.6.3, 
md5sum=e71db497eb64c8ccd71277ca9c310628] -  | About to execute node #1 set node 
in graph SvcLogicGraph [module=sli, rpc=healthcheck, mode=sync, version=0.6.3, 
md5sum=e71db497eb64c8ccd71277ca9c310628]
2020-01-28T09:50:03,834 | ERROR | qtp906917984-594 | RestapiCallNode            
      | 254 - org.onap.ccsdk.sli.plugins.restapi-call-node-provider - 0.6.3 |  
- 35 (execute) | Error sending the request: Exception while posting http 
request to client java.net.NoRouteToHostException: Host is unreachable (Host 
unreachable)
org.onap.ccsdk.sli.core.sli.SvcLogicException: Exception while posting http 
request to client java.net.NoRouteToHostException: Host is unreachable (Host 
unreachable)
               at 
org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode.sendHttpRequest(RestapiCallNode.java:833)
 ~[254:org.onap.ccsdk.sli.plugins.restapi-call-node-provider:0.6.3]
               at 
org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode.sendRequest(RestapiCallNode.java:483)
 [254:org.onap.ccsdk.sli.plugins.restapi-call-node-provider:0.6.3]
               at 
org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode.sendRequest(RestapiCallNode.java:459)
 [254:org.onap.ccsdk.sli.plugins.restapi-call-node-provider:0.6.3]
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:?]



From: [email protected] <[email protected]> On Behalf Of 
Naveen S. Sankad
Sent: Tuesday, January 28, 2020 7:46 AM
To: [email protected]; Brian via Lists.Onap.Org 
<[email protected]>
Cc: Devangam Manjunatha <[email protected]>; Velugubantla Praveen 
<[email protected]>
Subject: [onap-discuss] [El-alto] [vCPE] [Deployment] Error in Customer Service 
Deployment

Hi Team,

As a part of vCPE use case in El-alto, We deployed Infra service successfully, 
but while deploying residential customer service we are getting Error: Received 
error from SDN-C: Error updating md-sal for tunnelxconn-allotted-resource". The 
sdnc (karaf), so logs and execution trace of customer service is attached.

Any help/inputs is highly appreciated.



Thanks and Regards
Naveen

L&T Technology Services Ltd

www.LTTS.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.LTTS.com&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=zl7iV7kiylOFUFtMgCTgAURaQFJtyh_alL6kCArpgoo&s=BVr4QYltchgd6FBXrzZ3Rv1gwYjs1nYoNgaJdnf_eEo&e=>

L&T Technology Services Limited (LTTS) is committed to safeguard your data 
privacy. For more information to view our commitment towards data privacy under 
GDPR, please visit the privacy policy on our website 
www.Ltts.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.Ltts.com&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=zl7iV7kiylOFUFtMgCTgAURaQFJtyh_alL6kCArpgoo&s=o_RfcWRoOqWLPuXTQpYWOdIzj8-G5baEM6MtuwF7QL8&e=>.
 This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.


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

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

Reply via email to