From e8df6b72e12189ff3d3ad81237deb8c8760aed1b Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Sun, 20 Jan 2019 18:30:39 -0500 Subject: convert from sync to async fixed network adapter object mapper test issues fixed all test issues and compilation issues remove setting of notification url for rollback covert sync calls for create and delete network to async removed async after from invoke sdnc adapter task remove unwanted changes that were committed earlier fix unmarshalling of response back from openstack adap added in code to throw an error when AIC issue Change-Id: Ic9fa39584ed2bcb70804fbd74586f1cc119c7d8b Issue-ID: SO-1404 Signed-off-by: Benjamin, Max (mb388a) --- .../subprocess/BuildingBlock/CreateNetworkBB.bpmn | 95 ++++++---- .../subprocess/BuildingBlock/DeleteNetworkBB.bpmn | 52 ++++-- .../BuildingBlock/NetworkAdapterRestV1.bpmn | 198 +++++++++++++++++++++ 3 files changed, 299 insertions(+), 46 deletions(-) create mode 100644 bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/NetworkAdapterRestV1.bpmn (limited to 'bpmn/so-bpmn-building-blocks/src/main/resources') diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateNetworkBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateNetworkBB.bpmn index 21f2fbeeb9..52b9249468 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateNetworkBB.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateNetworkBB.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1maepy7 @@ -13,7 +13,7 @@ SequenceFlow_1eqfh23 - SequenceFlow_0innva6 + SequenceFlow_1fm99t6 SequenceFlow_0n42zi5 @@ -24,12 +24,11 @@ SequenceFlow_1h9kkhb - SequenceFlow_0innva6 + SequenceFlow_16152be SequenceFlow_0sissul - @@ -45,7 +44,7 @@ - SequenceFlow_04w6hdq + SequenceFlow_0y0w60u @@ -56,11 +55,27 @@ SequenceFlow_03ebe6c + + + + + + + SequenceFlow_1fm99t6 + SequenceFlow_0qpu80i + + + SequenceFlow_0qpu80i + SequenceFlow_16152be + + + + SequenceFlow_1h9kkhb - SequenceFlow_04w6hdq + SequenceFlow_0y0w60u - + @@ -73,9 +88,9 @@ - + - + @@ -91,7 +106,7 @@ - + @@ -107,18 +122,11 @@ - - - - - - - - - + + - + @@ -147,16 +155,16 @@ - + - + - + - + @@ -183,14 +191,41 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - + diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteNetworkBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteNetworkBB.bpmn index 95e481db4f..74b78ef735 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteNetworkBB.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteNetworkBB.bpmn @@ -5,19 +5,29 @@ SequenceFlow_1mc3d3f - SequenceFlow_1c906im + SequenceFlow_0gnafn2 SequenceFlow_0nhd7b7 - SequenceFlow_1mc3d3f - SequenceFlow_1c906im + SequenceFlow_16ti327 SequenceFlow_0nhd7b7 + + + + + + + SequenceFlow_16ti327 + SequenceFlow_0gnafn2 + + + @@ -38,24 +48,17 @@ - + - + - - - - - - - - + - + @@ -64,10 +67,27 @@ - + - + + + + + + + + + + + + + + + + + + diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/NetworkAdapterRestV1.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/NetworkAdapterRestV1.bpmn new file mode 100644 index 0000000000..583ec9444e --- /dev/null +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/NetworkAdapterRestV1.bpmn @@ -0,0 +1,198 @@ + + + + + SequenceFlow_27 + + + + + + SequenceFlow_1286mqm + SequenceFlow_28 + + SequenceFlow_25 + SequenceFlow_26 + + + + + SequenceFlow_25 + + + + SequenceFlow_26 + + + + + + + SequenceFlow_34 + + + + SequenceFlow_06donih + + + SequenceFlow_9 + + + + SequenceFlow_9 + SequenceFlow_1286mqm + + + SequenceFlow_1qckanf + + + SequenceFlow_27 + SequenceFlow_34 + + + SequenceFlow_28 + SequenceFlow_06donih + + + + SequenceFlow_1qckanf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg