Fix topic configurations.
[policy/drools-applications.git] / controlloop / common / feature-controlloop-management / src / main / feature / config / event-manager.properties
index 5774a31..7124989 100644 (file)
@@ -2,7 +2,9 @@
 # ============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.
+# Modifications Copyright (C) 2024 Nordix Foundation.
 # ===============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,9 +21,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,33 +32,35 @@ 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
+actor.service.APPC.sinkTopic=appc-lcm-read
+actor.service.APPC.sourceTopic=appc-lcm-write
 actor.service.APPC.operations.ConfigModify.placeholder=
 actor.service.APPC.operations.Migrate.placeholder=
 actor.service.APPC.operations.Restart.placeholder=
 actor.service.APPC.operations.Rebuild.placeholder=
 
 # legacy APPC - must specify sink and source for each operation
-actor.service.APPC.operations.ModifyConfig.sinkTopic=APPC-CL
-actor.service.APPC.operations.ModifyConfig.sourceTopic=APPC-CL
+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=\
@@ -64,17 +68,26 @@ actor.service.SDNC.operations.BandwidthOnDemand.path=\
 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
+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