Moving all files to root directory
[appc.git] / appc-dispatcher / appc-command-executor / appc-command-executor-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 #
29 # Certificate keystore and truststore
30 #
31 #org.openecomp.sdnc.sli.aai.ssl.trust=<jks_FILE_HERE>
32 #org.openecomp.sdnc.sli.aai.ssl.trust.psswd=adminadmin
33 #org.openecomp.sdnc.sli.aai.ssl.key=<p12_FILE_HERE>
34 #org.openecomp.sdnc.sli.aai.ssl.key.psswd=adminadmin
35 org.openecomp.sdnc.sli.aai.host.certificate.ignore=true
36 org.openecomp.sdnc.sli.aai.certificate.trust.all=true
37
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 org.openecomp.appc.logging.path=${user.home},etc,../etc,.
73 org.openecomp.appc.logging.file=logback.xml
74
75 org.openecomp.appc.db.url.%s", schema), "");
76 org.openecomp.appc.db.user.%s", schema), "");
77 org.openecomp.appc.db.pass.%s", schema), "");
78
79
80 #Property below provided by appc.properties
81 #dmaap.poolMembers=<DMAAP_IP>:3904
82
83 dmaap.topic.read=APPC-TEST2
84 dmaap.topic.write=APPC-TEST2
85 #dmaap.topic.read.filter={"class":"Assigned","field":"request"}
86 dmaap.topic.read.filter={"class": "And","filters": [{"class": "Assigned","field": "request"},{"class": "Unassigned","field": "response"}]}
87 dmaap.client.name=APPC-TEST-CLIENT-CMD-EXECUTOR-TEST
88 dmaap.client.name.id=0
89 #dmaap.client.key=random
90 #dmaap.client.secret=random
91
92 dmaap.threads.queuesize.min=1
93 dmaap.threads.queuesize.max=1000
94 dmaap.threads.poolsize.min=2
95 dmaap.threads.poolsize.max=2
96
97
98 #
99 # This needs to be changed so that the action can be appended to the end of the URL path
100 #
101 #provider.urls.topology=https://admin:password@<IP_ADDRESS>:8443/restconf/operations/appc-provider:topology-service
102 #provider.urls.topology=https://admin:password@<IP_ADDRESS>:8443/restconf/operations/appc-provider: