From 095cadcfe590b2cdfd65a56833cb97440c18b3f2 Mon Sep 17 00:00:00 2001 From: hyu2010 Date: Tue, 27 Oct 2020 18:13:25 -0400 Subject: Fixes for bugs found in Transport Slicing integration This update contains for the fixes for the following JIRAs: SO-3339: Transport Slicing integration: network-policy is missing under allotted-resource SO-3344: Transport Slicing integration: missing vnf input parameters in SO-SNDC payload Issue-ID: SO-3339 Issue-ID: SO-3344 Signed-off-by: hyu2010 Change-Id: I2464bccb1f6be94f9ff89adc76ea5e0fa02793bc Signed-off-by: hyu2010 --- .../subprocess/DoCreateTnNssiInstance.bpmn | 51 ++++++++-------------- 1 file changed, 17 insertions(+), 34 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateTnNssiInstance.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateTnNssiInstance.bpmn index 55adbe3698..fefa022bb9 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateTnNssiInstance.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateTnNssiInstance.bpmn @@ -21,9 +21,9 @@ def dcsi = new DoCreateTnNssiInstance() dcsi.createServiceInstance(execution) - + - Flow_106ei42 + SequenceFlow_0g5bwvl SequenceFlow_17u69c4 import org.onap.so.bpmn.infrastructure.scripts.* def dcsi = new DoCreateTnNssiInstance() @@ -74,14 +74,6 @@ dcsi.validateSDNCResponse(execution, response, "allocate") SequenceFlow_17u69c4 - - SequenceFlow_0g5bwvl - Flow_106ei42 - import org.onap.so.bpmn.infrastructure.scripts.* -def dcsi = new DoCreateTnNssiInstance() -dcsi.createSliceProfile(execution) - - @@ -98,12 +90,12 @@ dcsi.createSliceProfile(execution) - - + + - - + + @@ -113,37 +105,25 @@ dcsi.createSliceProfile(execution) - - + + - - - + - - - - - - - - - - @@ -163,16 +143,19 @@ dcsi.createSliceProfile(execution) - + - + - + - - + + + + + -- cgit 1.2.3-korg