Support A1 PMS Actor for SON use case
[policy/drools-applications.git] / controlloop / common / controller-usecases / src / test / resources / config / event-manager.properties
1 #
2 # ============LICENSE_START======================================================
3 # ONAP
4 # ===============================================================================
5 # Copyright (C) 2020-2022 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:h2:mem:Usecases
23 operation.history.userName=sa
24 operation.history.password=
25
26 # Actor parameters
27 #
28 # Note: every operation must have at least one entry, otherwise it will not be
29 # configured and started.  Thus some of them have a "placeholder" property.
30 #
31
32 #actor.service.XACML.disabled=true
33 actor.service.XACML.clientName=XACML
34 actor.service.XACML.onapName=my-onap-name
35 actor.service.XACML.onapComponent=my-onap-component
36 actor.service.XACML.onapInstance=my-onap-instance
37 actor.service.XACML.operations.Guard.path=decision
38 actor.service.XACML.operations.Guard.action=guard
39
40 actor.service.AAI.clientName=AAI
41 actor.service.AAI.operations.CustomQuery.path=aai/v21/query
42 actor.service.AAI.operations.Pnf.path=aai/v21/network/pnfs/pnf
43 actor.service.AAI.operations.Tenant.path=aai/v21/search/nodes-query
44
45 actor.service.APPC.sinkTopic=APPC-LCM-READ
46 actor.service.APPC.sourceTopic=APPC-LCM-WRITE
47 actor.service.APPC.operations.ConfigModify.placeholder=
48 actor.service.APPC.operations.Migrate.placeholder=
49 actor.service.APPC.operations.Restart.placeholder=
50 actor.service.APPC.operations.Rebuild.placeholder=
51
52 # legacy APPC - must specify sink and source for each operation
53 actor.service.APPC.operations.ModifyConfig.sinkTopic=APPC-CL
54 actor.service.APPC.operations.ModifyConfig.sourceTopic=APPC-CL
55
56 actor.service.CDS.operations.any.host=localhost
57 actor.service.CDS.operations.any.port=7878
58 actor.service.CDS.operations.any.username=grpc-username
59 actor.service.CDS.operations.any.password=grpc-password
60 actor.service.CDS.operations.any.timeout=10
61
62 actor.service.SDNC.clientName=SDNC
63 actor.service.SDNC.operations.BandwidthOnDemand.path=\
64         GENERIC-RESOURCE-API:vf-module-topology-operation
65 actor.service.SDNC.operations.Reroute.path=\
66         GENERIC-RESOURCE-API:network-topology-operation
67
68 actor.service.SDNR.sinkTopic=SDNR-CL
69 actor.service.SDNR.sourceTopic=SDNR-CL-RSP
70 actor.service.SDNR.operations.any.placeholder=
71
72 actor.service.A1P.sinkTopic=A1-P
73 actor.service.A1P.sourceTopic=A1-P-RSP
74 actor.service.A1P.operations.any.placeholder=
75
76 actor.service.SO.clientName=SO
77 actor.service.SO.pollPath=orchestrationRequests/v5/
78 actor.service.SO.maxPolls=20
79 actor.service.SO.pollWaitSec=20
80 actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances
81 actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7
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