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