diff options
author | Jim Hahn <jrh3@att.com> | 2020-06-12 18:05:31 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-06-12 18:06:30 -0400 |
commit | ddf12dee216089f21ae1ce240088ccb378a49e34 (patch) | |
tree | 8caa8b8b55ca2fdc9b3d7ad6a2c4a90a69b983aa /controlloop/common/controller-frankfurt/src | |
parent | e047d003f4e0e4fba27ee59b4ccf46355c555fbc (diff) |
Adjust properties in anticipation of actor changes
Issue-ID: POLICY-2632
Change-Id: I4d20fe6b46432298ba796fe978796d5d74e1eb14
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/controller-frankfurt/src')
-rw-r--r-- | controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties | 19 |
1 files changed, 14 insertions, 5 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 |