First part of onap rename
[appc.git] / appc-dispatcher / appc-request-handler / appc-request-handler-core / src / test / resources / org / openecomp / appc / default.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP : APPC
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Copyright (C) 2017 Amdocs
8 # =============================================================================
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12
13 #      http://www.apache.org/licenses/LICENSE-2.0
14
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20
21 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 # ============LICENSE_END=========================================================
23 ###
24
25 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
26 #org.onap.appc.bootstrap.file=executor-test.properties
27 org.onap.appc.bootstrap.file=appc.properties
28 org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
29
30 #
31 # Certificate keystore and truststore
32 #
33 #org.openecomp.sdnc.sli.aai.ssl.trust=<jks_FILE_HERE>
34 #org.openecomp.sdnc.sli.aai.ssl.trust.psswd=adminadmin
35 #org.openecomp.sdnc.sli.aai.ssl.key=<p12_FILE_HERE>
36 #org.openecomp.sdnc.sli.aai.ssl.key.psswd=adminadmin
37 org.openecomp.sdnc.sli.aai.host.certificate.ignore=true
38 org.openecomp.sdnc.sli.aai.certificate.trust.all=true
39
40 #
41 # Configuration file for A&AI Adapter
42 #
43
44 # OPEN SOURCE - EXTERNAL A&AI INSTANCE IN TEST ENVIRONMENT
45 org.openecomp.sdnc.sli.aai.uri=https://10.0.1.1:8443
46
47 org.openecomp.sdnc.sli.aai.path.query=/aai/v8/search/sdn-zone-query
48
49 # service instance
50 org.openecomp.sdnc.sli.aai.path.svcinst=/aai/v8/business/customers/customer/{customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances
51 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
52
53 # complex
54 org.openecomp.sdnc.sli.aai.path.complexes=/aai/v8/cloud-infrastructure/complexes
55 org.openecomp.sdnc.sli.aai.path.complex=/aai/v8/cloud-infrastructure/complexes/complex/{physical-location-id}
56
57 # vservers
58 org.openecomp.sdnc.sli.aai.path.vservers=/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers
59 org.openecomp.sdnc.sli.aai.path.vserver =/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}
60
61 # generic-vnf
62 org.openecomp.sdnc.sli.aai.path.generic.vnfs=/aai/v8/network/generic-vnfs/generic-vnf/
63 org.openecomp.sdnc.sli.aai.path.generic.vnf=/aai/v8/network/generic-vnfs/generic-vnf/{vnf-id}
64
65 #
66 # Formatting
67 #
68 org.openecomp.sdnc.sli.aai.param.format=filter=%s:%s
69 org.openecomp.sdnc.sli.aai.param.vnf_type=vnf-type
70 org.openecomp.sdnc.sli.aai.param.physical.location.id=physical-location-id
71 org.openecomp.sdnc.sli.aai.param.service.type=service-type
72
73
74 org.onap.appc.logging.path=${user.home},etc,../etc,.
75 org.onap.appc.logging.file=logback.xml
76
77 org.onap.appc.db.url.%s", schema), "");
78 org.onap.appc.db.user.%s", schema), "");
79 org.onap.appc.db.pass.%s", schema), "");
80
81
82 #Property below provided by appc.properties
83 appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm
84 appc.LCM.poolMembers=<DMAAP_IP>:3904
85 appc.LCM.service=dmaap
86 appc.LCM.topic.write=APPC-TEST2
87 appc.LCM.client.name=APPC-TEST-CLIENT-REQ-HDLR-TEST
88 appc.LCM.provider.user=test
89 appc.LCM.provider.pass=test
90
91
92
93 mysqlIp=127.0.0.1
94 org.onap.appc.db.url.sdnctl=jdbc:mysql://${mysqlIp}:3306/test
95 org.onap.appc.db.user.sdnctl=test
96 org.onap.appc.db.pass.sdnctl=123456
97
98 org.onap.appc.workingstatemanager.maxAttempts=2