aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-06-12 18:05:31 -0400
committerJim Hahn <jrh3@att.com>2020-06-12 18:06:30 -0400
commitddf12dee216089f21ae1ce240088ccb378a49e34 (patch)
tree8caa8b8b55ca2fdc9b3d7ad6a2c4a90a69b983aa
parente047d003f4e0e4fba27ee59b4ccf46355c555fbc (diff)
Adjust properties in anticipation of actor changes
Issue-ID: POLICY-2632 Change-Id: I4d20fe6b46432298ba796fe978796d5d74e1eb14 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties19
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties19
2 files changed, 28 insertions, 10 deletions
diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
index b55d16c1b..ac78eb81b 100644
--- a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
+++ b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
@@ -69,15 +69,24 @@ actor.service.SDNR.sourceTopic=SDNR-CL-RSP
actor.service.SDNR.operations.any.placeholder=
actor.service.SO.clientName=SO
-actor.service.SO.pathGet=orchestrationRequests/v5/
-actor.service.SO.maxGets=20
-actor.service.SO.waitSecGet=20
+actor.service.SO.pollPath=orchestrationRequests/v5/
+actor.service.SO.maxPolls=20
+actor.service.SO.pollWaitSec=20
actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances
actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7
+actor.service.VFC.clientName=VFC
+actor.service.VFC.pollPath=jobs
+actor.service.VFC.maxPolls=20
+actor.service.VFC.pollWaitSec=20
+actor.service.VFC.operations.Restart.path=ns
+actor.service.VFC.operations.Restart.timeoutSec=60
+
+# these can be deleted once the corresponding actor review is merged
+actor.service.SO.pathGet=orchestrationRequests/v5/
+actor.service.SO.maxGets=20
+actor.service.SO.waitSecGet=20
actor.service.VFC.operations.Restart.clientName=VFC
actor.service.VFC.operations.Restart.pathGet=jobs
actor.service.VFC.operations.Restart.maxGets=20
actor.service.VFC.operations.Restart.waitSecGet=20
-actor.service.VFC.operations.Restart.path=ns
-actor.service.VFC.operations.Restart.timeoutSec=60
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties
index 08d761d3a..f1afd2509 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties
@@ -70,15 +70,24 @@ actor.service.SDNR.sourceTopic=SDNR-CL-RSP
actor.service.SDNR.operations.any.placeholder=
actor.service.SO.clientName=SO
-actor.service.SO.pathGet=orchestrationRequests/v5/
-actor.service.SO.maxGets=20
-actor.service.SO.waitSecGet=20
+actor.service.SO.pollPath=orchestrationRequests/v5/
+actor.service.SO.maxPolls=20
+actor.service.SO.pollWaitSec=20
actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances
actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7
+actor.service.VFC.clientName=VFC
+actor.service.VFC.pollPath=jobs
+actor.service.VFC.maxPolls=20
+actor.service.VFC.pollWaitSec=20
+actor.service.VFC.operations.Restart.path=ns
+actor.service.VFC.operations.Restart.timeoutSec=60
+
+# these can be deleted once the corresponding actor review is merged
+actor.service.SO.pathGet=orchestrationRequests/v5/
+actor.service.SO.maxGets=20
+actor.service.SO.waitSecGet=20
actor.service.VFC.operations.Restart.clientName=VFC
actor.service.VFC.operations.Restart.pathGet=jobs
actor.service.VFC.operations.Restart.maxGets=20
actor.service.VFC.operations.Restart.waitSecGet=20
-actor.service.VFC.operations.Restart.path=ns
-actor.service.VFC.operations.Restart.timeoutSec=60