Hi, I am facing an issue while trying to orchestrate multiple VNFs using the macro workflows , however single VNFs are running fine. Below is the error seen in the SO logs :
2020-01-16T15:49:25.095Z|| o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making PUT request to: https://aai.onap:8443/aai/v15/network/generic-vnfs/generic-vnf/9b081e6c-283c-4cd8-a969-47745563623e/vf-modules/vf-module/936216f0-38b3-44e1-a8a9-ebc83a9c1ae6 Request Headers: {Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], X-FromAppId=[MSO], X-TransactionId=[], Accept=[application/json], Content-Type=[application/json], X-ONAP-RequestID=[331c1cd9-f25a-4ed8-9384-82006e5b6f53], X-ONAP-InvocationID=[35fa0af5-dabc-4d1a-9880-23271bd87622], X-ONAP-PartnerName=[SO]} 2020-01-16T15:49:25.097Z|| o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - {"vf-module-id":"936216f0-38b3-44e1-a8a9-ebc83a9c1ae6","vf-module-name":"Cuupaws..cuup..module-0","orchestration-status":"Inventoried","module-index":0} 2020-01-16T15:49:25.142Z|| o.o.s.bpmn.infrastructure.aai.tasks.AAICreateTasks - VolumeGroup not found. Skipping Connect between VfModule and VolumeGroup 2020-01-16T15:49:25.145Z|| o.o.s.b.infrastructure.sdnc.tasks.SDNCAssignTasks - No volume group was found. 2020-01-16T15:49:25.147Z|| org.onap.so.client.exception.ExceptionBuilder - Exception occurred org.onap.so.client.exception.MapperException: VF Module model info is null for 936216f0-38b3-44e1-a8a9-ebc83a9c1ae6 at org.onap.so.client.sdnc.mapper.GeneralTopologyObjectMapper.buildVfModuleInformation(GeneralTopologyObjectMapper.java:163) at org.onap.so.client.sdnc.mapper.VfModuleTopologyOperationRequestMapper.reqMapper(VfModuleTopologyOperationRequestMapper.java:112) at org.onap.so.client.orchestration.SDNCVfModuleResources.assignVfModule(SDNCVfModuleResources.java:57) at org.onap.so.bpmn.infrastructure.sdnc.tasks.SDNCAssignTasks.assignVfModule(SDNCAssignTasks.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) Seems vfModule info lacks some information like modelInfo. Is this issue seen elsewhere as well ? Regards Mandeep ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. Your privacy is important to us. Accenture uses your personal data only in compliance with data protection laws. For further information on how Accenture processes your personal data, please see our privacy statement at https://www.accenture.com/us-en/privacy-policy. ______________________________________________________________________________________ www.accenture.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19795): https://lists.onap.org/g/onap-discuss/message/19795 Mute This Topic: https://lists.onap.org/mt/69752129/21656 Mute #so: https://lists.onap.org/mk?hashtag=so&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
