Update SDNC CLL action names to align with latest CCVPN SDNC changes 88/130688/4
authorhyu2010 <hyu2010b@gmail.com>
Fri, 2 Sep 2022 15:27:07 +0000 (11:27 -0400)
committerHenry Yu <hyu2010b@gmail.com>
Wed, 14 Sep 2022 15:51:40 +0000 (15:51 +0000)
This update contains for the fixes for the following JIRAs:

SO-3991: Update SDNC CLL action names to align with latest
         CCVPN SDNC changes

Issue-ID: SO-3991
Signed-off-by: hyu2010 <hyu2010b@gmail.com>
Change-Id: I9faf8adf5e3e0c88e49568e3ba800ac415e19282

bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ServiceIntentUtils.groovy

index c77e6b8..9a00db2 100644 (file)
@@ -150,19 +150,19 @@ class ServiceIntentUtils {
         String reqAction
         switch (svcAction) {
             case "create":
-                reqAction = "CreateCloudLeasedLineInstance"
+                reqAction = "CreateCloudLeasedLineInstanceByEline"
                 break
             case "delete":
-                reqAction = "DeleteCloudLeasedLineInstance"
+                reqAction = "DeleteCloudLeasedLineInstanceByEline"
                 break
             case "activate":
-                reqAction = "ActivateCloudLeasedLineInstance"
+                reqAction = "ActivateCloudLeasedLineInstanceByEline"
                 break
             case "deactivate":
-                reqAction = "DeactivateCloudLeasedLineInstance"
+                reqAction = "DeactivateCloudLeasedLineInstanceByEline"
                 break
             case "update":
-                reqAction = "ModifyCloudLeasedLineInstance"
+                reqAction = "ModifyCloudLeasedLineInstanceByEline"
                 break
             default:
                 reqAction = svcAction