diff options
Diffstat (limited to 'controlloop/common/controller-frankfurt/src')
-rw-r--r-- | controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties | 15 |
1 files changed, 15 insertions, 0 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 1b9592cb3..a54f5e0b0 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 @@ -52,6 +52,13 @@ actor.service.APPC.operations.Rebuild.placeholder= actor.service.APPC.operations.ModifyConfig.sinkTopic=APPC-CL actor.service.APPC.operations.ModifyConfig.sourceTopic=APPC-CL +actor.service.CDS.operations.any.host=localhost +actor.service.CDS.operations.any.port=7878 +actor.service.CDS.operations.any.username=grpc-username +actor.service.CDS.operations.any.password=grpc-password +actor.service.CDS.operations.any.timeout=10 + +# these will be deleted once the actor change has been merged actor.service.CDS.any.host=localhost actor.service.CDS.any.port=7878 actor.service.CDS.any.username=grpc-username @@ -75,6 +82,14 @@ 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.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 + +# these will be deleted once the actor change has been merged actor.service.VFC.Restart.clientName=VFC actor.service.VFC.Restart.pathGet=jobs actor.service.VFC.Restart.maxGets=20 |