From dc24e69b789603dd7c8df72a945eaa82e05dd21c Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 20 Mar 2020 17:57:35 -0400 Subject: Fix frankfurt controller properties Fleshed out more of SDNC properties. Still don't know what the "path" should be. Added SDNR. Removed invalid topic sources and sinks. Changed some types from source to sink (or vice versa). Issue-ID: POLICY-2434 Signed-off-by: Jim Hahn Change-Id: I80d22243111eaf4cabb59823d327060f83bc2c28 --- .../src/main/feature/config/event-manager.properties | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config') 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 791bb8947..7c90703ae 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 @@ -58,8 +58,13 @@ actor.service.CDS.grpcTimeout=10 actor.service.CDS.operations.gRPC.placeholder= actor.service.SDNC.clientName=SDNC -actor.service.SDNC.operations.Reroute.path= -actor.service.SDNC.operations.BandwidthOnDemand.path= +actor.service.SDNC.path= +actor.service.SDNC.operations.Reroute.placeholder= +actor.service.SDNC.operations.BandwidthOnDemand.placeholder= + +actor.service.SDNR.sinkTopic=SDNR-CL +actor.service.SDNR.sourceTopic=SDNR-CL-RSP +actor.service.SDNR.operations.ModifyConfig.placeholder= actor.service.SO.clientName=SO actor.service.SO.pathGet=orchestrationRequests/v5/ -- cgit 1.2.3-korg