Still fixing drools-apps CSIT 63/122863/3
authorJim Hahn <jrh3@att.com>
Mon, 26 Jul 2021 17:48:48 +0000 (13:48 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 26 Jul 2021 18:44:51 +0000 (14:44 -0400)
No easy way to test this without merging it, as the docker build always
pulls drools-apps from the remote maven.  :-(

Issue-ID: POLICY-3503
Change-Id: I5d5bcfc3bb28d6ef3d4050f4e7d013acbc31f583
Signed-off-by: Jim Hahn <jrh3@att.com>
controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties

index 10917f4..076d607 100644 (file)
@@ -35,6 +35,7 @@ actor.service.XACML.onapName=my-onap-name
 actor.service.XACML.onapComponent=my-onap-component
 actor.service.XACML.onapInstance=my-onap-instance
 actor.service.XACML.operations.Guard.path=decision
+actor.service.XACML.operations.Guard.action=guard
 
 actor.service.AAI.clientName=AAI
 actor.service.AAI.operations.CustomQuery.path=aai/v21/query
index f427a2c..762ae58 100644 (file)
@@ -35,7 +35,8 @@ actor.service.XACML.clientName=XACML
 actor.service.XACML.onapName=Policy
 actor.service.XACML.onapComponent=Drools PDP
 actor.service.XACML.onapInstance=Usecases
-actor.service.XACML.operations.Decision.path=decision
+actor.service.XACML.operations.Guard.path=decision
+actor.service.XACML.operations.Guard.action=guard
 
 actor.service.AAI.clientName=AAI
 actor.service.AAI.operations.CustomQuery.path=aai/v21/query