Any reason why you are using SDNC controller? APPC is suggested for this use case, being APPC able to support multiple VNF types, unlike SDNC at this time. Can you post the SDNC karaf logs? My guess is that the message that SDNC is sending has an “input” field, which should be “output” instead. Look at lcm-dmaap-publish-template.json in sdnc/platform-logic/restapi-templates.
Marco From: <[email protected]> on behalf of "Gopigiri, Sirisha via Lists.Onap.Org" <[email protected]> Reply-To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Date: Thursday, December 27, 2018 at 7:37 AM To: "PLATANIA, MARCO (MARCO)" <[email protected]>, "[email protected]" <[email protected]> Subject: Re: [onap-discuss] [E][onap-discuss] Scale-out Usecase Hi Marco, Thank you for the reply. I was able to solve the error logs and also I am currently using the GR_APIs. And as you have pointed out the due to slowness of cloud-init script the vDNS IP is not configured in vLB, so I had to manually configure it using the curl command. The health status checks are working fine for all the VNFs when I test with curl. But while doing a manual scale out through VID, the BPMN error logs show 400 error response for the health checks. Am I missing any configuration? Here are the error logs: 2018-12-27T08:48:36.642Z|| com.att.nsa.apiClient.http.HttpClient - GET http://message-router.onap:3904/events/SDNC-LCM-WRITE/3378da2e-8032-48ff-9ee3-d7ecfd86672d/3378da2e-8032-48ff-9ee3-d7ecfd86672d?timeout=360000&limit=1000<https://urldefense.proofpoint.com/v2/url?u=http-3A__message-2Drouter.onap-3A3904_events_SDNC-2DLCM-2DWRITE_3378da2e-2D8032-2D48ff-2D9ee3-2Dd7ecfd86672d_3378da2e-2D8032-2D48ff-2D9ee3-2Dd7ecfd86672d-3Ftimeout-3D360000-26limit-3D1000&d=DwQFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=z0YVTtLzkIlYdOeZB3cghBBmigFwkSUhAXZhv2iqTfA&s=G8dRElw0CpONEl4hI1F7RgEgj3vLtcPM8dcoJVA6jgU&e=> (as VIlbtVl6YLhNUrtU) ... 2018-12-27T08:48:36.643Z|| o.o.a.c.impl.core.AbstractRequestResponseHandler - handling response of corrID <f376ed43-b58c-4474-94c1-9e8a9c8fd562-f97632c1-f8ee-4007-985c-a7b2bfcb1021>response {"input":{"common-header":{"flags":{"mode":"NORMAL","force":"FALSE","ttl":"65000"},"api-ver":"2.00","originator-id":"MSO","sub-request-id":"f97632c1-f8ee-4007-985c-a7b2bfcb1021","request-id":"f376ed43-b58c-4474-94c1-9e8a9c8fd562","timestamp":"2018-12-27T08:47:06.489Z"},"status":{"code":"400","message":""}}} 2018-12-27T08:48:36.645Z|| org.onap.appc.client.impl.core.TaskQueue - could not run task java.lang.NullPointerException: null at com.fasterxml.jackson.databind.ObjectMapper.treeToValue(ObjectMapper.java:2599) at org.onap.appc.client.lcm.impl.business.CoreResponseHandler.jsonToResponseObject(CoreResponseHandler.java:85) at org.onap.appc.client.lcm.impl.business.CoreResponseHandler.getResponse(CoreResponseHandler.java:59) at org.onap.appc.client.lcm.impl.business.CoreSyncResponseHandlerImpl.onResponse(CoreSyncResponseHandlerImpl.java:42) at org.onap.appc.client.impl.core.SyncRequestResponseHandler.runTask(SyncRequestResponseHandler.java:54) at org.onap.appc.client.impl.core.AbstractRequestResponseHandler$1.run(AbstractRequestResponseHandler.java:56) at org.onap.appc.client.impl.core.TaskQueue.run(TaskQueue.java:50) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2018-12-27T08:48:36.645Z|| org.onap.appc.client.impl.core.TaskQueue - THR# <526> shutdown indicator false Thank you Best Regards Sirisha -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14713): https://lists.onap.org/g/onap-discuss/message/14713 Mute This Topic: https://lists.onap.org/mt/28811190/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
