Fix topic configurations.
[policy/drools-applications.git] / controlloop / common / feature-controlloop-management / src / main / feature / config / event-manager.properties
1 #
2 # ============LICENSE_START======================================================
3 # ONAP
4 # ===============================================================================
5 # Copyright (C) 2020-2022 AT&T Intellectual Property. All rights reserved.
6 # Modifications Copyright (C) 2022 CTC, Inc. and others.
7 # Modifications Copyright (C) 2024 Nordix Foundation.
8 # ===============================================================================
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #      http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20 # ============LICENSE_END========================================================
21 #
22
23 # DB parameters
24 operation.history.url=${envd:JDBC_URL}operationshistory${envd:JDBC_OPTS}
25 operation.history.userName=${envd:SQL_USER}
26 operation.history.password=${envd:SQL_PASSWORD}
27
28 #
29 # Actor parameters
30 #
31 # Note: every operation must have at least one entry, otherwise it will not be
32 # configured and started.  Thus some of them have a "placeholder" property.
33 #
34
35 actor.service.XACML.disabled=${envd:GUARD_DISABLED:false}
36 actor.service.XACML.clientName=XACML
37 actor.service.XACML.onapName=Policy
38 actor.service.XACML.onapComponent=Drools PDP
39 actor.service.XACML.onapInstance=Usecases
40 actor.service.XACML.operations.Guard.path=decision
41 actor.service.XACML.operations.Guard.action=guard
42
43 actor.service.AAI.clientName=AAI
44 actor.service.AAI.operations.CustomQuery.path=aai/v21/query
45 actor.service.AAI.operations.Pnf.path=aai/v21/network/pnfs/pnf
46 actor.service.AAI.operations.Tenant.path=aai/v21/search/nodes-query
47
48 actor.service.APPC.sinkTopic=appc-lcm-read
49 actor.service.APPC.sourceTopic=appc-lcm-write
50 actor.service.APPC.operations.ConfigModify.placeholder=
51 actor.service.APPC.operations.Migrate.placeholder=
52 actor.service.APPC.operations.Restart.placeholder=
53 actor.service.APPC.operations.Rebuild.placeholder=
54
55 # legacy APPC - must specify sink and source for each operation
56 actor.service.APPC.operations.ModifyConfig.sinkTopic=appc-cl
57 actor.service.APPC.operations.ModifyConfig.sourceTopic=appc-cl
58
59 actor.service.CDS.operations.any.host=${envd:CDS_GRPC_HOST:}
60 actor.service.CDS.operations.any.port=${envd:CDS_GRPC_PORT:}
61 actor.service.CDS.operations.any.username=${envd:CDS_GRPC_USERNAME:}
62 actor.service.CDS.operations.any.password=${envd:CDS_GRPC_PASSWORD:}
63 actor.service.CDS.operations.any.timeout=10
64
65 actor.service.SDNC.clientName=SDNC
66 actor.service.SDNC.operations.BandwidthOnDemand.path=\
67         GENERIC-RESOURCE-API:vf-module-topology-operation
68 actor.service.SDNC.operations.Reroute.path=\
69         GENERIC-RESOURCE-API:network-topology-operation
70
71 actor.service.SDNR.sinkTopic=sdnr-cl
72 actor.service.SDNR.sourceTopic=sdnr-cl-rsp
73 actor.service.SDNR.operations.any.placeholder=
74
75 actor.service.A1P.sinkTopic=a1-p
76 actor.service.A1P.sourceTopic=a1-p-rsp
77 actor.service.A1P.operations.any.placeholder=
78
79 actor.service.SO.clientName=SO
80 actor.service.SO.pollPath=orchestrationRequests/v5/
81 actor.service.SO.maxPolls=20
82 actor.service.SO.pollWaitSec=20
83 actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances
84 actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7
85 actor.service.SO.operations.Modify\ NSSI.path=3gppservices/v1/modify
86 actor.service.SO.operations.ModifyCloudLeasedLine.path=serviceIntent/v1/modify
87
88 actor.service.VFC.clientName=VFC
89 actor.service.VFC.pollPath=jobs
90 actor.service.VFC.maxPolls=20
91 actor.service.VFC.pollWaitSec=20
92 actor.service.VFC.operations.Restart.path=ns
93 actor.service.VFC.operations.Restart.timeoutSec=60