Hi Brian, Recently i received one mail from onap-discuss with the subject "aai ALERT: Expiring AAI->AAF certificate in master & elalto!!!", Is it the solution for the AAI issue(i.e. "SSLException") which we are facing ? For more details(i.e. related to "SSLException") request to see below mail.
Regards, Manjunath. ________________________________ From: Devangam Manjunatha <[email protected]> Sent: Sunday, March 29, 2020 7:07 PM To: FREEMAN, BRIAN D <[email protected]>; '[email protected]' <[email protected]> Cc: JOMY JOSE <[email protected]>; Sudarshan K.S <[email protected]> Subject: Re: [onap-discuss] [El-Alto][vCPE]- "No such topic exists" Error from APPC, while triggering "closed loop" event manually Hi Brian, Thanks for the reply. when i trigger closed loop manually, i check the messages passing through below topics(i.e. "unauthenticated.VES_MEASUREMENT_OUTPUT<http://%7B%7Bdmaap_port%7D%7D/events/unauthenticated.VES_MEASUREMENT_OUTPUT/g1/c3?timeout=5000>" & "unauthenticated.DCAE_CL_OUTPUT<http://%7B%7Bdmaap_port%7D%7D/events/unauthenticated.DCAE_CL_OUTPUT/g1/c3?timeout=5000>"). Please find the messages below. root@elaltornd-nfs:/home/ubuntu# root@elaltornd-nfs:/home/ubuntu# curl -X GET http://20.0.0.24:30227/events/unauthenticated.VES_MEASUREMENT_OUTPUT/g1/c3?timeout=7000 ["{\"event\":{\"commonEventHeader\":{\"startEpochMicrosec\":1563973849084931,\"sourceId\":\"vcpe_vnf_vcpevsp_vgmux_0403a_202003041808\",\"eventId\":\"Generic_traffic\",\"reportingEntityId\":\"No UUID available\",\"internalHeaderFields\":{\"collectorTimeStamp\":\"Sun, 03 29 2020 10:31:33 UTC\"},\"eventType\":\"HTTP request rate\",\"priority\":\"Normal\",\"version\":1.2,\"reportingEntityName\":\"zdcpe1cpe01mux01_202003041808\",\"sequence\":9297,\"domain\":\"measurementsForVfScaling\",\"lastEpochMicrosec\":1563973859084931,\"eventName\":\"Measurement_vGMUX\",\"sourceName\":\"vcpe_vnf_vcpevsp_vgmux_0403a_202003041808\"},\"measurementsForVfScalingFields\":{\"cpuUsageArray\":[{\"percentUsage\":0,\"cpuIdentifier\":\"cpu1\",\"cpuIdle\":100,\"cpuUsageSystem\":0,\"cpuUsageUser\":0}],\"measurementInterval\":10,\"requestRate\":4391,\"vNicUsageArray\":[{\"transmittedOctetsDelta\":0,\"receivedTotalPacketsDelta\":0,\"vNicIdentifier\":\"eth0\",\"valuesAreSuspect\":\"true\",\"transmittedTotalPacketsDelta\":0,\"receivedOctetsDelta\":0}],\"measurementsForVfScalingVersion\":2.1,\"additionalMeasurements\":[{\"name\":\"ONAP-DCAE\",\"arrayOfFields\":[{\"name\":\"Packet-Loss-Rate\",\"value\":\"80\"}]}]}}}"]root@elaltornd-nfs:/home/ubuntu# root@elaltornd-nfs:/home/ubuntu# root@elaltornd-nfs:/home/ubuntu# root@elaltornd-nfs:/home/ubuntu# curl -X GET http://20.0.0.24:30227/events/unauthenticated.DCAE_CL_OUTPUT/g1/c3?timeout=7000 ["{\"closedLoopEventClient\":\"DCAE_INSTANCE_ID.dcae-tca\",\"policyVersion\":\"v0.0.1\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyScope\":\"DCAE\",\"target_type\":\"VNF\",\"AAI\":{\"generic-vnf.vnf-name\":\"vcpe_vnf_vcpevsp_vgmux_0403a_202003041808\"},\"closedLoopAlarmStart\":1563973849084931,\"closedLoopEventStatus\":\"ONSET\",\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"target\":\"generic-vnf.vnf-name\",\"requestID\":\"a5000382-5629-4bf1-8fb5-bc63c36d4bcb\",\"from\":\"DCAE\"}"]root@elaltornd-nfs:/home/ubuntu# root@elaltornd-nfs:/home/ubuntu# I have following open points 1) We noticed that there is a communication issue between Policy to AAI. Please let us know which policy pod will communication with AAI? If the communication is via policy-drools. I am seeing topic not found errors for most of the topics. Please find the attached logs(debug, error, network) from policy drools. I didn't see any AAI communication. I also checked other policy pods for AAI communication i didn't find anything. 2) In AAI "aai-aai-data-router" pod i noticed below error(For more details please find the attached AAI_error.log ), is it causing communication issue between Policy and AAI components ? Please conform. 2020-03-29T12:16:19.599Z||pool-3-thread-4|data-router||org.onap.aai.event.EventBusConsumer||ERROR|AC0501E|AC0501E Could not process request from event bus due to the following exception: javax.net.ssl.SSLException: SSLException invoking https://message-router.onap:3905/events/AAI-EVENT/datarouter/datarouter?timeout=1000&limit=100: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty| javax.ws.rs.ProcessingException: javax.net.ssl.SSLException: SSLException invoking https://message-router.onap:3905/events/AAI-EVENT/datarouter/datarouter?timeout=1000&limit=100: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at org.apache.cxf.jaxrs.client.AbstractClient.checkClientException(AbstractClient.java:619) at org.apache.cxf.jaxrs.client.AbstractClient.preProcessResult(AbstractClient.java:595) at org.apache.cxf.jaxrs.client.WebClient.doResponse(WebClient.java:1114) at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1051) at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:897) at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:866) at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:431) at org.apache.cxf.jaxrs.client.SyncInvokerImpl.method(SyncInvokerImpl.java:135) at org.apache.cxf.jaxrs.client.SyncInvokerImpl.method(SyncInvokerImpl.java:130) at org.apache.cxf.jaxrs.client.SyncInvokerImpl.get(SyncInvokerImpl.java:50) at org.apache.cxf.jaxrs.client.spec.InvocationBuilderImpl.get(InvocationBuilderImpl.java:88) at com.att.nsa.mr.client.impl.DmaapClientUtil.getResponsewtCambriaAuth(DmaapClientUtil.java:53) at com.att.nsa.mr.client.impl.MRBaseClient.getAuth(MRBaseClient.java:255) at com.att.nsa.mr.client.impl.MRConsumerImpl.fetch(MRConsumerImpl.java:206) at com.att.nsa.mr.client.impl.MRConsumerImpl.fetch(MRConsumerImpl.java:100) at org.onap.aai.event.client.DMaaPEventConsumer.consumeAndCommit(DMaaPEventConsumer.java:156) at org.onap.aai.event.EventBusConsumer.poll(EventBusConsumer.java:79) at org.apache.camel.impl.ScheduledPollConsumer.doRun(ScheduledPollConsumer.java:174) at org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:101) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) 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) Caused by: javax.net.ssl.SSLException: SSLException invoking https://message-router.onap:3905/events/AAI-EVENT/datarouter/datarouter?timeout=1000&limit=100: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at sun.reflect.GeneratedConstructorAccessor82.newInstance(Unknown Source) Regards, Manjunath. ________________________________ From: FREEMAN, BRIAN D <[email protected]> Sent: Friday, March 20, 2020 7:01 PM To: Devangam Manjunatha <[email protected]>; '[email protected]' <[email protected]> Cc: JOMY JOSE <[email protected]>; Sudarshan K.S <[email protected]> Subject: RE: [onap-discuss] [El-Alto][vCPE]- "No such topic exists" Error from APPC, while triggering "closed loop" event manually http://{{dmaap_port}}/events/unauthenticated.VES_MEASUREMENT_OUTPUT/g1/c3?timeout=5000<http://%7b%7bdmaap_port%7d%7d/events/unauthenticated.VES_MEASUREMENT_OUTPUT/g1/c3?timeout=5000> http://{{dmaap_port}}/events/unauthenticated.DCAE_CL_OUTPUT/g1/c3?timeout=5000<http://%7b%7bdmaap_port%7d%7d/events/unauthenticated.DCAE_CL_OUTPUT/g1/c3?timeout=5000> From: FREEMAN, BRIAN D Sent: Friday, March 20, 2020 9:23 AM To: Devangam Manjunatha <[email protected]>; [email protected] Cc: JOMY JOSE <[email protected]>; Sudarshan K.S <[email protected]> Subject: RE: [onap-discuss] [El-Alto][vCPE]- "No such topic exists" Error from APPC, while triggering "closed loop" event manually READING a topic does not create it – hence the topic not found error. Looks like policy is not triggering the event to APPC (policy also reads for responses on a polling cycle and those are the not created messages you are seeing I think). For closed loop testing – I have found the most value is to use curl or postman to do a GET against the topics and track the events going through. Second is to check the policy logs to see if policy is querying AAI and getting a not found on the object. Since you are manually sending in the event I wonder how you ensured that the model data policy needs to map the event to the policy is in AAI ? Brian From: Devangam Manjunatha <[email protected]<mailto:[email protected]>> Sent: Friday, March 20, 2020 9:01 AM To: [email protected]<mailto:[email protected]>; FREEMAN, BRIAN D <[email protected]<mailto:[email protected]>> Cc: JOMY JOSE <[email protected]<mailto:[email protected]>>; Sudarshan K.S <[email protected]<mailto:[email protected]>> Subject: Re: [onap-discuss] [El-Alto][vCPE]- "No such topic exists" Error from APPC, while triggering "closed loop" event manually Dear ONAP Team, Will you please update on this issue. Regards, Manjunath. ________________________________ From: Devangam Manjunatha <[email protected]<mailto:[email protected]>> Sent: Wednesday, March 18, 2020 8:09 PM To: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>>; FREEMAN, BRIAN D <[email protected]<mailto:[email protected]>> Cc: JOMY JOSE <[email protected]<mailto:[email protected]>>; Sudarshan K.S <[email protected]<mailto:[email protected]>> Subject: Re: [onap-discuss] [El-Alto][vCPE]- "No such topic exists" Error from APPC, while triggering "closed loop" event manually Attaching logs ________________________________ From: Devangam Manjunatha Sent: Wednesday, March 18, 2020 8:08 PM To: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>>; FREEMAN, BRIAN D <[email protected]<mailto:[email protected]>> Cc: JOMY JOSE <[email protected]<mailto:[email protected]>>; Sudarshan K.S <[email protected]<mailto:[email protected]>> Subject: [onap-discuss] [El-Alto][vCPE]- "No such topic exists" Error from APPC, while triggering "closed loop" event manually Dear Team, We are testing Closed loop on ONAP EL-Alto. As part of this we are triggering closed loop(i.e. packet loss event) event manually from "nfs" VM as below. curl -X POST -u admin:admin -H "Content-Type:application/json" -H "Accept: application/json" http://20.0.0.53:30235/eventListener/v5<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__20.0.0.53-3A30235_eventListener_v5%26d%3DDwQFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DlArwdtbXLXVqYukCT6DQ15cjeK6PUAJMpFYeluJSSNg%26s%3DSt3Uf_LN_ywi8mg3ZYMHb9X-n08i7BV-8F0lUXQGduk%26e%3D&data=02%7C01%7CDevangam.Manjunatha%40Ltts.com%7Cd42577fc82794c52081708d7ccd311c0%7C311b33788e8a4b5ea33fe80a3d8ba60a%7C0%7C0%7C637203079231944782&sdata=0VK0gqoWnV50l13fZsa9D6B4VnrdUoUKco0JyQaYIng%3D&reserved=0> -d @closedLoopEvent.json Where "20.0.0.53" --> is VM IP of VES collector pod where it is running. Request to reaching policy component, please find the below log from Policy-drools. [2020-03-18T13:14:19.075+00:00|pool-2-thread-1][OUT|DMAAP|POLICY-PDP-PAP] {"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}],"policies":[],"messageName":"PDP_STATUS","requestId":"238e534d-8602-4705-95a9-e7ae85739a1f","timestampMs":1584537259075,"name":"rnd-policy-drools-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"} [2020-03-18T13:14:19.758+00:00|DMAAP-source-POLICY-PDP-PAP][IN|DMAAP|POLICY-PDP-PAP] {"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}],"policies":[],"messageName":"PDP_STATUS","requestId":"238e534d-8602-4705-95a9-e7ae85739a1f","timestampMs":1584537259075,"name":"rnd-policy-drools-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"} [2020-03-18T13:14:23.496+00:00|qtp1569754439-35]10.42.0.11 - [email protected]<mailto:[email protected]> [18/Mar/2020:13:14:23 +0000] "GET /healthcheck HTTP/1.1" 200 102 [2020-03-18T13:14:38.516+00:00|qtp1569754439-35]10.42.0.11 - [email protected]<mailto:[email protected]> [18/Mar/2020:13:14:38 +0000] "GET /healthcheck HTTP/1.1" 200 102 [2020-03-18T13:14:46.333+00:00|DMAAP-source-DCAE_TOPIC][IN|DMAAP|DCAE_TOPIC] {"closedLoopEventClient":"DCAE_INSTANCE_ID.dcae-tca","policyVersion":"v0.0.1","policyName":"DCAE.Config_tca-hi-lo","policyScope":"DCAE","target_type":"VNF","AAI":{"generic-vnf.resource-version":"1583857445101","generic-vnf.vnf-name":"vcpe_vnf_vcpevsp_vgmux_0403a_202003041808","generic-vnf.prov-status":"ACTIVE","generic-vnf.model-version-id":"27bd9073-f20e-4892-b9df-e85fe3e7c810","generic-vnf.model-customization-id":"09225037-4644-4a2d-9555-184b7160501a","generic-vnf.orchestration-status":"Active","generic-vnf.is-closed-loop-disabled":false,"generic-vnf.vnf-type":"vcpesvc_vgmux_0403a/vcpevsp_vgmux_0403a 0","generic-vnf.service-id":"f9457e8c-4afd-45da-9389-46acd9bf5116","generic-vnf.in-maint":false,"generic-vnf.model-invariant-id":"a89867ec-f02b-4e32-a25d-5a83e81c8e02","generic-vnf.vnf-id":"1fb3e99a-fa09-49d4-950e-8fe9046a5224"},"closedLoopAlarmStart":1508871661489135,"closedLoopEventStatus":"ONSET","closedLoopControlName":"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e","version":"1.0.2","target":"generic-vnf.vnf-name","requestID":"681db7c1-da2c-4869-bfc8-dd2516229ddd","from":"DCAE"} ^C bash-4.4$ also i can see below error( i.e. Topic not found for "APPC-CL" & "APPC-LCM-WRITE") from Policy-drools. [2020-03-18T13:15:52.377+00:00|WARN|CambriaConsumerImpl|DMAAP-source-APPC-CL] Topic not found: /events/APPC-CL/39f2e184-a474-4391-bbd3-8771940c281a/rnd-policy-drools-0?timeout=15000&limit=100 [2020-03-18T13:15:52.377+00:00|WARN|CambriaConsumerImpl|DMAAP-source-APPC-LCM-WRITE] Topic not found: /events/APPC-LCM-WRITE/cef23aae-f84c-49f5-ad48-1a1f03482e4e/rnd-policy-drools-0?timeout=15000&limit=100 [2020-03-18T13:15:52.377+00:00|WARN|CambriaConsumerImpl|DMAAP-source-SDNR-CL-RSP] Topic not found: /events/SDNR-CL-RSP/411d3b52-3cec-4c8f-87c5-2088689b84b2/rnd-policy-drools-0?timeout=15000&limit=100 ^C bash-4.4$ In APPC, i can see that there are errors like "No such topic exists for APPC-LCM-READ & APPC-CL" as show below 2020-03-18T13:14:52,139 | INFO | Appc-Listener-2 | HttpDmaapConsumerImpl | 444 - appc-common-bundle - 1.6.4 | GET http://message-router.onap:3904/events/APPC-CL/appcDemoEventListener/943?timeout=60000&limit=1000<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__message-2Drouter.onap-3A3904_events_APPC-2DCL_appcDemoEventListener_943-3Ftimeout-3D60000-26limit-3D1000%26d%3DDwQFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DlArwdtbXLXVqYukCT6DQ15cjeK6PUAJMpFYeluJSSNg%26s%3DjR0LB-Xj1Nt8RuFrYjOUpOGRk0xfu4ZvSLK3EWIHdpY%26e%3D&data=02%7C01%7CDevangam.Manjunatha%40Ltts.com%7Cd42577fc82794c52081708d7ccd311c0%7C311b33788e8a4b5ea33fe80a3d8ba60a%7C0%7C0%7C637203079231954774&sdata=CjKTPogceMw%2B48m3it%2FkYsHDwk7lY2%2Fz539NXGAzfPY%3D&reserved=0> 2020-03-18T13:14:52,139 | INFO | Appc-Listener-1 | HttpDmaapConsumerImpl | 444 - appc-common-bundle - 1.6.4 | GET http://message-router.onap:3904/events/APPC-LCM-READ/APPC-EVENT-LISTENER-TEST/308?timeout=60000&limit=10<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__message-2Drouter.onap-3A3904_events_APPC-2DLCM-2DREAD_APPC-2DEVENT-2DLISTENER-2DTEST_308-3Ftimeout-3D60000-26limit-3D10%26d%3DDwQFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DlArwdtbXLXVqYukCT6DQ15cjeK6PUAJMpFYeluJSSNg%26s%3DhRtKB1qUuEPuo2gxVdfOD9U-s67R3n9oqmfhuO2aFZI%26e%3D&data=02%7C01%7CDevangam.Manjunatha%40Ltts.com%7Cd42577fc82794c52081708d7ccd311c0%7C311b33788e8a4b5ea33fe80a3d8ba60a%7C0%7C0%7C637203079231954774&sdata=oniJCjTEhXBABl%2FN9u6MJ9dMnfBbG%2Fj0M0xAnw%2B6eLs%3D&reserved=0> 2020-03-18T13:14:52,150 | ERROR | Appc-Listener-1 | HttpDmaapConsumerImpl | 444 - appc-common-bundle - 1.6.4 | Did not get 200 from DMaaP. Got 404 - {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__onap.readthedocs.io-2522-2C-2522message-2522-3A-2522No%26d%3DDwQFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DlArwdtbXLXVqYukCT6DQ15cjeK6PUAJMpFYeluJSSNg%26s%3DaPnoS6JfZsIjPshHrbAEgRgykOaIDWni5lhtYcY1G-w%26e%3D&data=02%7C01%7CDevangam.Manjunatha%40Ltts.com%7Cd42577fc82794c52081708d7ccd311c0%7C311b33788e8a4b5ea33fe80a3d8ba60a%7C0%7C0%7C637203079231964773&sdata=zkCDp%2FQK0umaZXq5b2lp3eXm1BjEoR7F14oa7IXE4Kg%3D&reserved=0> such topic exists.-[APPC-LCM-READ]","status":404} 2020-03-18T13:14:52,150 | INFO | Appc-Listener-1 | HttpDmaapConsumerImpl | 444 - appc-common-bundle - 1.6.4 | Sleeping for 60s after failed request 2020-03-18T13:14:52,150 | ERROR | Appc-Listener-2 | HttpDmaapConsumerImpl | 444 - appc-common-bundle - 1.6.4 | Did not get 200 from DMaaP. Got 404 - {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__onap.readthedocs.io-2522-2C-2522message-2522-3A-2522No%26d%3DDwQFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DlArwdtbXLXVqYukCT6DQ15cjeK6PUAJMpFYeluJSSNg%26s%3DaPnoS6JfZsIjPshHrbAEgRgykOaIDWni5lhtYcY1G-w%26e%3D&data=02%7C01%7CDevangam.Manjunatha%40Ltts.com%7Cd42577fc82794c52081708d7ccd311c0%7C311b33788e8a4b5ea33fe80a3d8ba60a%7C0%7C0%7C637203079231964773&sdata=zkCDp%2FQK0umaZXq5b2lp3eXm1BjEoR7F14oa7IXE4Kg%3D&reserved=0> such topic exists.-[APPC-CL]","status":404} 2020-03-18T13:14:52,150 | INFO | Appc-Listener-2 | HttpDmaapConsumerImpl | 444 - appc-common-bundle - 1.6.4 | Sleeping for 60s after failed request Usually topics should create automatically when first message is published on that topic. Here APPC is consuming messages from "APPC-LCM-READ & APPC-CL" topics. some how we are getting abouve error (i.e. "No such topic exists"). Please let us know how to fix this issue. attached logs contain more details. Regards, Manjunath. L&T Technology Services Ltd www.LTTS.com<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__www.LTTS.com%26d%3DDwQFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DlArwdtbXLXVqYukCT6DQ15cjeK6PUAJMpFYeluJSSNg%26s%3D1TZo-6oG4-vz4qFOT08v2ZPJjR4UQm7sqvxcAqdSV8o%26e%3D&data=02%7C01%7CDevangam.Manjunatha%40Ltts.com%7Cd42577fc82794c52081708d7ccd311c0%7C311b33788e8a4b5ea33fe80a3d8ba60a%7C0%7C0%7C637203079231964773&sdata=b4DNWyumeG%2BULgp6reQLD2s2qwcK3aX2OCiLA1B%2Fyqo%3D&reserved=0> 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://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__www.Ltts.com%26d%3DDwQFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DlArwdtbXLXVqYukCT6DQ15cjeK6PUAJMpFYeluJSSNg%26s%3D4jiHuuzhFMVqhZSj1_bOZKB-HCBvSqkkSZi_Hfk4nYY%26e%3D&data=02%7C01%7CDevangam.Manjunatha%40Ltts.com%7Cd42577fc82794c52081708d7ccd311c0%7C311b33788e8a4b5ea33fe80a3d8ba60a%7C0%7C0%7C637203079231974766&sdata=UkNrdyFEYKaQBundi8%2FdHVq%2BrfzH2d8yjJUCFrOAyaM%3D&reserved=0>. 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. L&T Technology Services Ltd www.LTTS.com 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. 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 (#20429): https://lists.onap.org/g/onap-discuss/message/20429 Mute This Topic: https://lists.onap.org/mt/72050183/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
