f7089f1e46f85bafd1168ec44c81ad46d095da70
[appc.git] / appc-dispatcher / appc-command-executor / appc-command-executor-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.openecomp.appc.bootstrap.file=executor-test.properties
27 org.openecomp.appc.bootstrap.file=appc.properties
28 org.openecomp.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
29
30
31 #
32 # Certificate keystore and truststore
33 #
34 #org.openecomp.sdnc.sli.aai.ssl.trust=<jks_FILE_HERE>
35 #org.openecomp.sdnc.sli.aai.ssl.trust.psswd=adminadmin
36 #org.openecomp.sdnc.sli.aai.ssl.key=<p12_FILE_HERE>
37 #org.openecomp.sdnc.sli.aai.ssl.key.psswd=adminadmin
38 org.openecomp.sdnc.sli.aai.host.certificate.ignore=true
39 org.openecomp.sdnc.sli.aai.certificate.trust.all=true
40
41
42 #
43 # Configuration file for A&AI Adapter
44 #
45
46 # OPEN SOURCE - EXTERNAL A&AI INSTANCE IN TEST ENVIRONMENT
47 org.openecomp.sdnc.sli.aai.uri=https://10.0.1.1:8443
48
49 org.openecomp.sdnc.sli.aai.path.query=/aai/v8/search/sdn-zone-query
50
51 # service instance
52 org.openecomp.sdnc.sli.aai.path.svcinst=/aai/v8/business/customers/customer/{customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances
53 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
54
55 # complex
56 org.openecomp.sdnc.sli.aai.path.complexes=/aai/v8/cloud-infrastructure/complexes
57 org.openecomp.sdnc.sli.aai.path.complex=/aai/v8/cloud-infrastructure/complexes/complex/{physical-location-id}
58
59 # vservers
60 org.openecomp.sdnc.sli.aai.path.vservers=/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers
61 org.openecomp.sdnc.sli.aai.path.vserver =/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}
62
63 # generic-vnf
64 org.openecomp.sdnc.sli.aai.path.generic.vnfs=/aai/v8/network/generic-vnfs/generic-vnf/
65 org.openecomp.sdnc.sli.aai.path.generic.vnf=/aai/v8/network/generic-vnfs/generic-vnf/{vnf-id}
66
67 #
68 # Formatting
69 #
70 org.openecomp.sdnc.sli.aai.param.format=filter=%s:%s
71 org.openecomp.sdnc.sli.aai.param.vnf_type=vnf-type
72 org.openecomp.sdnc.sli.aai.param.physical.location.id=physical-location-id
73 org.openecomp.sdnc.sli.aai.param.service.type=service-type
74
75 org.openecomp.appc.logging.path=${user.home},etc,../etc,.
76 org.openecomp.appc.logging.file=logback.xml
77
78 org.openecomp.appc.db.url.%s", schema), "");
79 org.openecomp.appc.db.user.%s", schema), "");
80 org.openecomp.appc.db.pass.%s", schema), "");
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-CMD-EXECUTOR-TEST
88 appc.LCM.provider.user=test
89 appc.LCM.provider.pass=test
90
91