From ee1e03af5fdf5d967a225f01a9ee12ecc607fc16 Mon Sep 17 00:00:00 2001 From: Zhuoyao Huang <10112215@zte.com.cn> Date: Sun, 30 Sep 2018 16:52:11 +0800 Subject: wan connection resource is Activate Required Issue-ID: SO-688 Change-Id: Icc75a235a886621f603c827e41a99d44b098ab84 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> --- .../so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpmn/so-bpmn-infrastructure-common') diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy index 7eeeff8546..47b3cc351f 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy @@ -131,6 +131,10 @@ public class CreateSDNCNetworkResource extends AbstractServiceTaskProcessor { execution.setVariable("isActivateRequired", "true") break + case ~/[\w\s\W]*wanconnection[\w\s\W]*/ : + execution.setVariable("isActivateRequired", "true") + break + default: break } -- cgit 1.2.3-korg