2d75df41946901271d6230cabf6f7d2731d67c4b
[appc.git] / appc-dispatcher / appc-request-handler / appc-request-handler-core / src / test / resources / org / openecomp / appc / default.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # openECOMP : APP-C
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights
6 #                                               reserved.
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 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
23 #org.openecomp.appc.bootstrap.file=executor-test.properties
24 org.openecomp.appc.bootstrap.file=appc.properties
25 org.openecomp.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
26
27 #
28 # Certificate keystore and truststore
29 #
30 #org.openecomp.sdnc.sli.aai.ssl.trust=<jks_FILE_HERE>
31 #org.openecomp.sdnc.sli.aai.ssl.trust.psswd=adminadmin
32 #org.openecomp.sdnc.sli.aai.ssl.key=<p12_FILE_HERE>
33 #org.openecomp.sdnc.sli.aai.ssl.key.psswd=adminadmin
34 org.openecomp.sdnc.sli.aai.host.certificate.ignore=true
35 org.openecomp.sdnc.sli.aai.certificate.trust.all=true
36
37 #
38 # Configuration file for A&AI Adapter
39 #
40
41 # OPEN SOURCE - EXTERNAL A&AI INSTANCE IN TEST ENVIRONMENT
42 org.openecomp.sdnc.sli.aai.uri=https://10.0.1.1:8443
43
44 org.openecomp.sdnc.sli.aai.path.query=/aai/v8/search/sdn-zone-query
45
46 # service instance
47 org.openecomp.sdnc.sli.aai.path.svcinst=/aai/v8/business/customers/customer/{customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances
48 org.openecomp.sdnc.sli.aai.path.svcinst.query=/aai/v8/search/generic-query?key=service-instance.service-instance-id:{svc-instance-id}&start-node-type=service-instance&include=service-instance
49
50 # complex
51 org.openecomp.sdnc.sli.aai.path.complexes=/aai/v8/cloud-infrastructure/complexes
52 org.openecomp.sdnc.sli.aai.path.complex=/aai/v8/cloud-infrastructure/complexes/complex/{physical-location-id}
53
54 # vservers
55 org.openecomp.sdnc.sli.aai.path.vservers=/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers
56 org.openecomp.sdnc.sli.aai.path.vserver =/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}
57
58 # generic-vnf
59 org.openecomp.sdnc.sli.aai.path.generic.vnfs=/aai/v8/network/generic-vnfs/generic-vnf/
60 org.openecomp.sdnc.sli.aai.path.generic.vnf=/aai/v8/network/generic-vnfs/generic-vnf/{vnf-id}
61
62 #
63 # Formatting
64 #
65 org.openecomp.sdnc.sli.aai.param.format=filter=%s:%s
66 org.openecomp.sdnc.sli.aai.param.vnf_type=vnf-type
67 org.openecomp.sdnc.sli.aai.param.physical.location.id=physical-location-id
68 org.openecomp.sdnc.sli.aai.param.service.type=service-type
69
70
71 org.openecomp.appc.logging.path=${user.home},etc,../etc,.
72 org.openecomp.appc.logging.file=logback.xml
73
74 org.openecomp.appc.db.url.%s", schema), "");
75 org.openecomp.appc.db.user.%s", schema), "");
76 org.openecomp.appc.db.pass.%s", schema), "");
77
78
79 #Property below provided by appc.properties
80 #dmaap.poolMembers=<DMAAP_IP>:3904
81
82 dmaap.topic.read=APPC-TEST2
83 dmaap.topic.write=APPC-TEST2
84 #dmaap.topic.read.filter={"class":"Assigned","field":"request"}
85 dmaap.topic.read.filter={"class": "And","filters": [{"class": "Assigned","field": "request"},{"class": "Unassigned","field": "response"}]}
86 dmaap.client.name=APPC-TEST-CLIENT-REQ-HDLR-TEST
87 dmaap.client.name.id=0
88 #dmaap.client.key=random
89 #dmaap.client.secret=random
90
91 dmaap.threads.queuesize.min=1
92 dmaap.threads.queuesize.max=1000
93 dmaap.threads.poolsize.min=1
94 dmaap.threads.poolsize.max=2
95
96 #
97 # This needs to be changed so that the action can be appended to the end of the URL path
98 #
99 #provider.urls.topology=https://admin:password@<IP_ADDRESS>:8443/restconf/operations/appc-provider:topology-service
100 #provider.urls.topology=https://admin:password@<IP_ADDRESS>:8443/restconf/operations/appc-provider:
101
102 mysqlIp=127.0.0.1
103 org.openecomp.appc.db.url.sdnctl=jdbc:mysql://${mysqlIp}:3306/test
104 org.openecomp.appc.db.user.sdnctl=test
105 org.openecomp.appc.db.pass.sdnctl=123456
106
107 org.openecomp.appc.workingstatemanager.maxAttempts=2