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