summaryrefslogtreecommitdiffstats
path: root/controlloop
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2020-06-09 18:20:45 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-09 18:20:45 +0000
commitdcc7cac5f17dacf9a58b18b518574391cdc73925 (patch)
tree79c93dba7f0625100542b13920fd0cadfa6775c7 /controlloop
parent1fd04ec4642fd57a2cc42504991a9f8a962b4a01 (diff)
parent4faac2f5199ac60479087628c165f83bd8cc18f4 (diff)
Merge "Fix VFC actor properties"
Diffstat (limited to 'controlloop')
-rw-r--r--controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties9
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties9
2 files changed, 12 insertions, 6 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 bd2797b16..1b9592cb3 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
@@ -75,6 +75,9 @@ actor.service.SO.waitSecGet=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.pathGet=jobs
-actor.service.VFC.operations.Restart.path=ns
+actor.service.VFC.Restart.clientName=VFC
+actor.service.VFC.Restart.pathGet=jobs
+actor.service.VFC.Restart.maxGets=20
+actor.service.VFC.Restart.waitSecGet=20
+actor.service.VFC.Restart.path=ns
+actor.service.VFC.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 ea9569a85..853991714 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
@@ -76,6 +76,9 @@ actor.service.SO.waitSecGet=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.pathGet=jobs
-actor.service.VFC.operations.Restart.path=ns
+actor.service.VFC.Restart.clientName=VFC
+actor.service.VFC.Restart.pathGet=jobs
+actor.service.VFC.Restart.maxGets=20
+actor.service.VFC.Restart.waitSecGet=20
+actor.service.VFC.Restart.path=ns
+actor.service.VFC.Restart.timeoutSec=60