NFV artifacts are not deployed correctly
It seems that the default behavior of deployments is the CR deployment. This is apparent at an NSD deployment logs as pasted.
14:32:02.735 [task-1549] INFO o.e.o.o.m.ServiceOrderManager - will retrieve Service Specification from catalog orderid=2df35015-de8c-49e6-a6fa-949d9d3a9f67
14:32:02.779 [task-1549] INFO o.e.o.o.m.ServiceOrderManager - will retrieve Service instance from catalog serviceID=f9d80670-1a29-46b3-b040-b1956186a790
14:32:02.797 [task-1549] INFO o.e.o.o.m.CROrchestrationService - CROrchestrationService
14:32:02.797 [task-1549] INFO o.e.o.o.m.CROrchestrationService - VariableNames:[isBundle, nrOfActiveInstances, contextServiceSpecId, parentServiceId, orderid, contextServiceId, orderItemId, allSupportingServicesCreatedAndActive, orderItemsToBeProcessed, loopCounter, serviceSpecsToCreate, brokeActivity, nrOfInstances, serviceSpecID, ordersToBeProcessed, allSupportingServicesCreated, saction, nrOfCompletedInstances]
14:32:02.797 [task-1549] INFO o.e.o.o.m.CROrchestrationService - orderid:f6f12e1a-acab-49fe-ac78-6e9551e107a2
14:32:02.797 [task-1549] INFO o.e.o.o.m.CROrchestrationService - contextServiceId:f9d80670-1a29-46b3-b040-b1956186a790
14:32:02.797 [task-1549] INFO o.e.o.o.m.ServiceOrderManager - will retrieve Service Order from catalog orderid=f6f12e1a-acab-49fe-ac78-6e9551e107a2
14:32:02.818 [task-1549] INFO o.e.o.o.m.ServiceOrderManager - will retrieve Service instance from catalog serviceID=f9d80670-1a29-46b3-b040-b1956186a790
14:32:02.844 [task-1549] INFO o.e.o.o.m.CROrchestrationService - Service name:ci_cd_service_test_ns@OSM TEN
14:32:02.844 [task-1549] INFO o.e.o.o.m.CROrchestrationService - Service state:reserved
14:32:02.844 [task-1549] INFO o.e.o.o.m.CROrchestrationService - Request for a Custom Resource creation for Service: f9d80670-1a29-46b3-b040-b1956186a790
14:32:02.844 [task-1549] INFO o.e.o.o.m.ServiceOrderManager - will retrieve Service Specification from catalog orderid=2df35015-de8c-49e6-a6fa-949d9d3a9f67
java.lang.NullPointerException: Cannot invoke "org.etsi.osl.tmf.scm633.model.ServiceSpecCharacteristic.getDefaultValue()" because "c" is null
at org.etsi.osl.osom.management.CROrchestrationService.execute(CROrchestrationService.java:96)
at org.flowable.engine.impl.delegate.invocation.JavaDelegateInvocation.invoke(JavaDelegateInvocation.java:35)
at org.flowable.engine.impl.delegate.invocation.DelegateInvocation.proceed(DelegateInvocation.java:32)
at org.flowable.engine.impl.delegate.invocation.DefaultDelegateInterceptor.handleInvocation(DefaultDelegateInterceptor.java:26)
at org.flowable.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior.execute(ServiceTaskDelegateExpressionActivityBehavior.java:161)
at org.flowable.engine.impl.agenda.ContinueProcessOperation.executeActivityBehavior(ContinueProcessOperation.java:298)