Fix VFC actor properties 86/108786/3
authorJim Hahn <jrh3@att.com>
Thu, 4 Jun 2020 21:08:27 +0000 (17:08 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 8 Jun 2020 14:30:57 +0000 (10:30 -0400)
The VFC actor doesn't have the same property structure as the
other actors, which meant that the properties listed in the file
were incorrect.  Fixed them.
Renamed the operation to "Restart" per review comments.

Issue-ID: POLICY-2407
Change-Id: Icb8ccad518d01a5f23253a9835976eae666566f4
Signed-off-by: Jim Hahn <jrh3@att.com>
controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties

index bd2797b..1b9592c 100644 (file)
@@ -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
index ea9569a..8539917 100644 (file)
@@ -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