From 0f27e7f776cc0d26a4810b76787cf67bc18d03ab Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Thu, 7 Feb 2019 17:25:53 -0500 Subject: mso is not updating the vip in aai for the vnf Update JUnits for multiple invocation argument verifications Implement delete mechanism for network policies and vnf adapter params in AAI. Fix a JUnit for getNetworkPolicy(). Implement creation of network policies and setting of openstack-provided params for vf module in AAI CreateNetworkPolicies in AAI functionality update Add the plumbing for create network policy in AAI. Enable VnfAdapterBB to return fqdn and management ip info Change-Id: Id34fe088846a52dbafaf3e7c754bebada05f1bf1 Issue-ID: SO-1478 Signed-off-by: Benjamin, Max (mb388a) --- .../subprocess/BuildingBlock/CreateVfModuleBB.bpmn | 132 ++++++++++++++++----- .../subprocess/BuildingBlock/DeleteVfModuleBB.bpmn | 112 +++++++++++++---- 2 files changed, 191 insertions(+), 53 deletions(-) (limited to 'bpmn/so-bpmn-building-blocks/src/main/resources/subprocess') diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateVfModuleBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateVfModuleBB.bpmn index 08252f66b8..97fad57e7d 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateVfModuleBB.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateVfModuleBB.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1xr6chl @@ -23,13 +23,17 @@ SequenceFlow_1s4rpyp - + + + + + SequenceFlow_16g4dz0 SequenceFlow_0ecr393 @@ -39,7 +43,7 @@ SequenceFlow_1vbwdaw - SequenceFlow_0ecr393 + SequenceFlow_15do1tu SequenceFlow_0rds4rj @@ -55,29 +59,49 @@ + + SequenceFlow_0ecr393 + SequenceFlow_0xqhep5 + + + + SequenceFlow_0xqhep5 + SequenceFlow_1yo6mvv + + + + SequenceFlow_1yo6mvv + SequenceFlow_1i03uy2 + + + + SequenceFlow_1i03uy2 + SequenceFlow_15do1tu + + - + - + - + - + - + - + @@ -102,61 +126,107 @@ - + - + - - + + + + + + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteVfModuleBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteVfModuleBB.bpmn index 5cf41b655b..804ae70c58 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteVfModuleBB.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteVfModuleBB.bpmn @@ -24,11 +24,15 @@ + + + + SequenceFlow_08tvhtf SequenceFlow_02lpx87 - + SequenceFlow_0h607z0 @@ -41,11 +45,31 @@ - SequenceFlow_02lpx87 + SequenceFlow_0yuz21z SequenceFlow_01vfwtp + + + SequenceFlow_02lpx87 + SequenceFlow_0xyu3pk + + + SequenceFlow_0jtem3b + SequenceFlow_0khqfnc + + + + SequenceFlow_0xyu3pk + SequenceFlow_0jtem3b + + + + + SequenceFlow_0khqfnc + SequenceFlow_0yuz21z + @@ -66,7 +90,7 @@ - + @@ -76,9 +100,9 @@ - + - + @@ -86,50 +110,94 @@ - + - + - + - + - + - + - + - - + + - + - + - - + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg