Change CDS operation name to generic "any" 68/106168/1
authorJim Hahn <jrh3@att.com>
Thu, 16 Apr 2020 23:02:30 +0000 (19:02 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 16 Apr 2020 23:03:17 +0000 (19:03 -0400)
Issue-ID: POLICY-2504
Change-Id: I4dec3dfd62fa230ad8f0de66c0d1b71e5393bcbd
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 e4c8fdc..a978bc1 100644 (file)
@@ -51,11 +51,11 @@ 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.gRPC.host=localhost
-actor.service.CDS.gRPC.port=7878
-actor.service.CDS.gRPC.username=grpc-username
-actor.service.CDS.gRPC.password=grpc-password
-actor.service.CDS.gRPC.timeout=10
+actor.service.CDS.any.host=localhost
+actor.service.CDS.any.port=7878
+actor.service.CDS.any.username=grpc-username
+actor.service.CDS.any.password=grpc-password
+actor.service.CDS.any.timeout=10
 
 actor.service.SDNC.clientName=SDNC
 actor.service.SDNC.operations.BandwidthOnDemand.path=\
index 5774a31..9359dad 100644 (file)
@@ -52,11 +52,11 @@ 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.gRPC.host=${envd:CDS_GRPC_HOST:}
-actor.service.CDS.gRPC.port=${envd:CDS_GRPC_PORT:}
-actor.service.CDS.gRPC.username=${envd:CDS_GRPC_USERNAME:}
-actor.service.CDS.gRPC.password=${envd:CDS_GRPC_PASSWORD:}
-actor.service.CDS.gRPC.timeout=10
+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:}
+actor.service.CDS.any.password=${envd:CDS_GRPC_PASSWORD:}
+actor.service.CDS.any.timeout=10
 
 actor.service.SDNC.clientName=SDNC
 actor.service.SDNC.operations.BandwidthOnDemand.path=\