Hi Dan, I really appreciate you looked into the issue. The healthcheck request is sent from ONAP Robot docker, and from Robot report log I can see the domain is sdnc.onap which can be resolved when testing with telnet from Robot. In fact, when I try to access SDNC API page with http://sdnc_external_ip:30202/apidoc/explorer/index.html, it also fails with 404. The same url works for an ONAP deployment from last week.
Regards, -Yang From: TIMONEY, DAN [mailto:[email protected]] Sent: Tuesday, December 11, 2018 6:27 PM To: [email protected]; Yang Xu (Yang, Fixed Network) <[email protected]> Subject: Re: [onap-discuss] [sdnc][appc][integration] SDNC and APPC fail on healthcheck with 404 Yang, Sorry, I meant to explain a little more ….. We use the sdnc-cluster.onap domain names in our akka.conf file to set up clustering. So, if that domain isn’t working – as seems to be the case in SB05 – the nodes won’t be able to cluster properly. That’s what’s causing that 404 error. So the root cause of this problem is that the sdnc-cluster.onap domain isn’t resolving properly. As I mentioned, that’s actually working for me in my windriver env, so I suspect the error is probably some environment error. Dan -- Dan Timoney SDN-CP Development ONAP Project Technical Lead : CCSDK and SDNC Please go to D2 ECOMP Release Planning Wiki<https://wiki.web.att.com/display/DERP/D2+ECOMP+Release+Planning+Home> for D2 ECOMP Project In-take, 2016 Release Planning, Change Management, and find key Release Planning Contact Information. From: "TIMONEY, DAN" <[email protected]<mailto:[email protected]>> Date: Tuesday, December 11, 2018 at 6:21 PM To: onap-discuss <[email protected]<mailto:[email protected]>>, "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [onap-discuss] [sdnc][appc][integration] SDNC and APPC fail on healthcheck with 404 Yang, I replied to this on RocketChat as well, but there’s some environmental issue going on in that environment. In my local k8s env, based on the latest OOM casablanca branch in gerrit, my pods are named dev-sdnc-0, dev-sdnc-1 and dev-sdnc-2, and K8S defines an ‘sdnc-cluster.onap’ domain where the nodes can refer to each other. In other words, if I exec into dev-sdnc-0, I can then telnet to dev-sdnc-1.sdnc-cluster.onap on port 2550 to confirm akka connectivity. In SB05, the sdnc node names have the ‘sdnc’ part doubled (e.g. dev-sdnc-sdnc-0), and the sdnc-cluster.onap domain is not working (i.e. telnet dev-sdnc-sdnc-1.sdnc-cluster.onap tells me name/service not known). I think this is some sort of environment issue, maybe with the environment.yaml file for that environment. In my local k8s env, I’m just using the out of the box OOM helm charts (only change I make is in onap/values.yaml to disable the components I don’t need). Dan -- Dan Timoney SDN-CP Development ONAP Project Technical Lead : CCSDK and SDNC Please go to D2 ECOMP Release Planning Wiki<https://wiki.web.att.com/display/DERP/D2+ECOMP+Release+Planning+Home> for D2 ECOMP Project In-take, 2016 Release Planning, Change Management, and find key Release Planning Contact Information. From: onap-discuss <[email protected]<mailto:[email protected]>> on behalf of Yang Xu <[email protected]<mailto:[email protected]>> Reply-To: onap-discuss <[email protected]<mailto:[email protected]>>, "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Tuesday, December 11, 2018 at 1:31 PM To: onap-discuss <[email protected]<mailto:[email protected]>> Subject: [onap-discuss] [sdnc][appc][integration] SDNC and APPC fail on healthcheck with 404 Hi Dan and Taka, I deployed ONAP Casablanca on SB-05 in Windriver lab and found both SDNC and APPC failed their healthcheck with 404 error. SDNC and APPC pods seem ok and other ONAP modules passed their healthcheck. Please help take a look. Regards, -Yang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14431): https://lists.onap.org/g/onap-discuss/message/14431 Mute This Topic: https://lists.onap.org/mt/28722186/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
