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