Merge of new rebased code
[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 appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm
81 appc.LCM.poolMembers=<DMAAP_IP>:3904
82 appc.LCM.service=dmaap
83 appc.LCM.topic.write=APPC-TEST2
84 appc.LCM.client.name=APPC-TEST-CLIENT-REQ-HDLR-TEST
85 appc.LCM.provider.user=test
86 appc.LCM.provider.pass=test
87
88
89
90 mysqlIp=127.0.0.1
91 org.openecomp.appc.db.url.sdnctl=jdbc:mysql://${mysqlIp}:3306/test
92 org.openecomp.appc.db.user.sdnctl=test
93 org.openecomp.appc.db.pass.sdnctl=123456
94
95 org.openecomp.appc.workingstatemanager.maxAttempts=2