Updating licenses in all files
[appc.git] / appc-dispatcher / appc-workflow-management / appc-workflow-management-core / src / test / resources / org / openecomp / appc / default.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # APPC
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # Copyright (C) 2017 Amdocs
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 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
21 ###
22
23 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
24 #org.openecomp.appc.bootstrap.file=executor-test.properties
25 org.openecomp.appc.bootstrap.file=appc.properties
26 org.openecomp.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
27
28
29 #
30 # Certificate keystore and truststore
31 #
32 #org.openecomp.sdnc.sli.aai.ssl.trust=<jks_FILE_HERE>
33 #org.openecomp.sdnc.sli.aai.ssl.trust.psswd=adminadmin
34 #org.openecomp.sdnc.sli.aai.ssl.key=<p12_FILE_HERE>
35 #org.openecomp.sdnc.sli.aai.ssl.key.psswd=adminadmin
36 org.openecomp.sdnc.sli.aai.host.certificate.ignore=true
37 org.openecomp.sdnc.sli.aai.certificate.trust.all=true
38
39 #
40 # Configuration file for A&AI Adapter
41 #
42
43 # OPEN SOURCE - EXTERNAL A&AI INSTANCE IN TEST ENVIRONMENT
44 org.openecomp.sdnc.sli.aai.uri=https://10.0.1.1:8443
45
46 org.openecomp.sdnc.sli.aai.path.query=/aai/v8/search/sdn-zone-query
47
48 # service instance
49 org.openecomp.sdnc.sli.aai.path.svcinst=/aai/v8/business/customers/customer/{customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances
50 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
51
52 # complex
53 org.openecomp.sdnc.sli.aai.path.complexes=/aai/v8/cloud-infrastructure/complexes
54 org.openecomp.sdnc.sli.aai.path.complex=/aai/v8/cloud-infrastructure/complexes/complex/{physical-location-id}
55
56 # vservers
57 org.openecomp.sdnc.sli.aai.path.vservers=/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers
58 org.openecomp.sdnc.sli.aai.path.vserver =/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}
59
60 # generic-vnf
61 org.openecomp.sdnc.sli.aai.path.generic.vnfs=/aai/v8/network/generic-vnfs/generic-vnf/
62 org.openecomp.sdnc.sli.aai.path.generic.vnf=/aai/v8/network/generic-vnfs/generic-vnf/{vnf-id}
63
64 #
65 # Formatting
66 #
67 org.openecomp.sdnc.sli.aai.param.format=filter=%s:%s
68 org.openecomp.sdnc.sli.aai.param.vnf_type=vnf-type
69 org.openecomp.sdnc.sli.aai.param.physical.location.id=physical-location-id
70 org.openecomp.sdnc.sli.aai.param.service.type=service-type
71
72
73 org.openecomp.appc.logging.path=${user.home},etc,../etc,.
74 org.openecomp.appc.logging.file=logback.xml
75
76 org.openecomp.appc.db.url.%s", schema), "");
77 org.openecomp.appc.db.user.%s", schema), "");
78 org.openecomp.appc.db.pass.%s", schema), "");
79
80 #Property below provided by appc.properties
81 appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm
82 appc.LCM.poolMembers=<DMAAP_IP>:3904
83 appc.LCM.service=dmaap
84 appc.LCM.topic.write=APPC-TEST2
85 appc.LCM.client.name=APPC-TEST-CLIENT-WF-MGMT-MAIN
86 appc.LCM.provider.user=test
87 appc.LCM.provider.pass=test
88