Support A1 PMS Actor for SON use case
[policy/drools-applications.git] / controlloop / common / feature-controlloop-management / src / main / feature / config / event-manager.properties
index 5774a31..de3537a 100644 (file)
@@ -2,7 +2,8 @@
 # ============LICENSE_START======================================================
 # ONAP
 # ===============================================================================
-# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2020-2022 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2022 CTC, Inc. and others.
 # ===============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,9 +20,9 @@
 #
 
 # DB parameters
-operation.history.url=jdbc:mariadb://${env:SQL_HOST}:3306/operationshistory
-operation.history.userName=${env:SQL_USER}
-operation.history.password=${env:SQL_PASSWORD}
+operation.history.url=${envd:JDBC_URL}operationshistory${envd:JDBC_OPTS}
+operation.history.userName=${envd:SQL_USER}
+operation.history.password=${envd:SQL_PASSWORD}
 
 #
 # Actor parameters
@@ -30,16 +31,18 @@ operation.history.password=${env:SQL_PASSWORD}
 # configured and started.  Thus some of them have a "placeholder" property.
 #
 
-actor.service.GUARD.disabled=${envd:GUARD_DISABLED:false}
-actor.service.GUARD.clientName=GUARD
-actor.service.GUARD.onapName=Policy
-actor.service.GUARD.onapComponent=Drools PDP
-actor.service.GUARD.onapInstance=Frankfurt
-actor.service.GUARD.operations.Decision.path=decision
+actor.service.XACML.disabled=${envd:GUARD_DISABLED:false}
+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.Guard.path=decision
+actor.service.XACML.operations.Guard.action=guard
 
 actor.service.AAI.clientName=AAI
-actor.service.AAI.operations.CustomQuery.path=aai/v16/query
-actor.service.AAI.operations.Tenant.path=aai/v16/search/nodes-query
+actor.service.AAI.operations.CustomQuery.path=aai/v21/query
+actor.service.AAI.operations.Pnf.path=aai/v21/network/pnfs/pnf
+actor.service.AAI.operations.Tenant.path=aai/v21/search/nodes-query
 
 actor.service.APPC.sinkTopic=APPC-LCM-READ
 actor.service.APPC.sourceTopic=APPC-LCM-WRITE
@@ -52,11 +55,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.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
 
 actor.service.SDNC.clientName=SDNC
 actor.service.SDNC.operations.BandwidthOnDemand.path=\
@@ -68,13 +71,22 @@ actor.service.SDNR.sinkTopic=SDNR-CL
 actor.service.SDNR.sourceTopic=SDNR-CL-RSP
 actor.service.SDNR.operations.any.placeholder=
 
+actor.service.A1P.sinkTopic=A1-P
+actor.service.A1P.sourceTopic=A1-P-RSP
+actor.service.A1P.operations.any.placeholder=
+
 actor.service.SO.clientName=SO
-actor.service.SO.pathGet=orchestrationRequests/v5/
-actor.service.SO.maxGets=20
-actor.service.SO.waitSecGet=20
+actor.service.SO.pollPath=orchestrationRequests/v5/
+actor.service.SO.maxPolls=20
+actor.service.SO.pollWaitSec=20
 actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances
 actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7
+actor.service.SO.operations.Modify\ NSSI.path=3gppservices/v1/modify
+actor.service.SO.operations.ModifyCloudLeasedLine.path=serviceIntent/v1/modify
 
 actor.service.VFC.clientName=VFC
-actor.service.VFC.pathGet=jobs
+actor.service.VFC.pollPath=jobs
+actor.service.VFC.maxPolls=20
+actor.service.VFC.pollWaitSec=20
 actor.service.VFC.operations.Restart.path=ns
+actor.service.VFC.operations.Restart.timeoutSec=60