diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-06-11 16:04:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-11 16:04:57 +0000 |
commit | 1ce01c244fbcc328e0f03adb78b87fc776b74829 (patch) | |
tree | 3ca7c48c65b64a761cc7d8122b10840fa705a9ec /controlloop/common/feature-controlloop-management/src/main/feature | |
parent | 2329adea777be01ae067c3446fda61900c8e8fab (diff) | |
parent | 643ee86014280f2f502f148b5debd00ad36c31b3 (diff) |
Merge "Match property changes to CDS and VFC actors"
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 15 |
1 files changed, 15 insertions, 0 deletions
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 853991714..5a4bf04d9 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 @@ -53,6 +53,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=${envd:CDS_GRPC_HOST:} +actor.service.CDS.operations.any.port=${envd:CDS_GRPC_PORT:} +actor.service.CDS.operations.any.username=${envd:CDS_GRPC_USERNAME:} +actor.service.CDS.operations.any.password=${envd:CDS_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=${envd:CDS_GRPC_HOST:} actor.service.CDS.any.port=${envd:CDS_GRPC_PORT:} actor.service.CDS.any.username=${envd:CDS_GRPC_USERNAME:} @@ -76,6 +83,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 |