Update path properties for new actors 18/104618/2
authorJim Hahn <jrh3@att.com>
Fri, 27 Mar 2020 21:59:07 +0000 (17:59 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 30 Mar 2020 12:52:31 +0000 (08:52 -0400)
Some of the new actors were modified to get their path prefixes
from the property files.  In addition, the models code was modified
to allow an empty "path", so that is now used, where appropriate.

Issue-ID: POLICY-2441
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I4573c5e2a506fb67be9bd040ce047612007fd969
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 3cd8f70..e5bd83c 100644 (file)
@@ -60,8 +60,10 @@ actor.service.CDS.grpcTimeout=10
 actor.service.CDS.operations.xxx.yyy=
 
 actor.service.SDNC.clientName=SDNC
-actor.service.SDNC.operations.BandwidthOnDemand.path=/
-actor.service.SDNC.operations.Reroute.path=/
+actor.service.SDNC.operations.BandwidthOnDemand.path=\
+        GENERIC-RESOURCE-API:vf-module-topology-operation
+actor.service.SDNC.operations.Reroute.path=\
+        GENERIC-RESOURCE-API:network-topology-operation
 
 actor.service.SDNR.sinkTopic=SDNR-CL
 actor.service.SDNR.sourceTopic=SDNR-CL-RSP
@@ -75,4 +77,5 @@ actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serv
 actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7
 
 actor.service.VFC.clientName=VFC
-actor.service.VFC.operations.Restart.path=/
+actor.service.VFC.pathGet=jobs
+actor.service.VFC.operations.Restart.path=ns
index a578da8..6f92531 100644 (file)
@@ -61,8 +61,10 @@ 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.operations.BandwidthOnDemand.path=\
+        GENERIC-RESOURCE-API:vf-module-topology-operation
+actor.service.SDNC.operations.Reroute.path=\
+        GENERIC-RESOURCE-API:network-topology-operation
 
 actor.service.SDNR.sinkTopic=SDNR-CL
 actor.service.SDNR.sourceTopic=SDNR-CL-RSP
@@ -76,4 +78,5 @@ actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serv
 actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7
 
 actor.service.VFC.clientName=VFC
-actor.service.VFC.operations.Restart.path=/
+actor.service.VFC.pathGet=jobs
+actor.service.VFC.operations.Restart.path=ns