Replace Eclipselink with Hibernate
[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 # Modifications Copyright (C) 2023 Nordix Foundation.
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:h2:mem:Usecases
24 operation.history.userName=sa
25 operation.history.password=
26 operation.history.driver=org.h2.Driver
27 operation.history.dbType=H2
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=true
36 actor.service.XACML.clientName=XACML
37 actor.service.XACML.onapName=my-onap-name
38 actor.service.XACML.onapComponent=my-onap-component
39 actor.service.XACML.onapInstance=my-onap-instance
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=localhost
60 actor.service.CDS.operations.any.port=7878
61 actor.service.CDS.operations.any.username=grpc-username
62 actor.service.CDS.operations.any.password=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
86 actor.service.VFC.clientName=VFC
87 actor.service.VFC.pollPath=jobs
88 actor.service.VFC.maxPolls=20
89 actor.service.VFC.pollWaitSec=20
90 actor.service.VFC.operations.Restart.path=ns
91 actor.service.VFC.operations.Restart.timeoutSec=60