Merge "Remove unused exception"
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / test / resources / application-direct.properties
1 ###############################################################################
2 # Copyright 2016, Nokia Corporation
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 ###############################################################################
16 server.error.whitelabel.enabled=false
17 ###############################################################################
18 # Beginning  of mandatory properties                                           #
19 ###############################################################################
20 # The TCP port of the server
21 server.port=8089
22 # the base path of the server
23 server.context-path=
24 # the IP address to which the server binds to
25 server.address=127.0.0.1
26 # the IP address of the server reported to the micro service bus
27 driverMsbExternalIp=10.41.63.151
28 # the IP address of the server reported to the VNFM
29 driverVnfmExternalIp=10.41.63.151
30 # the IP address of the message bus
31 messageBusIp=msb.api.simpledemo.onap.org
32 # the TCP port of the message bus
33 messageBusPort=80
34 # the URL of the CBAM catalog service
35 cbamCatalogUrl=https://10.41.63.149:443/api/catalog/adapter
36 # the URL of the CBAM LCN service
37 cbamLcnUrl=https://10.41.63.149:443/vnfm/lcn/v3
38 # the URL of the CBAM authentication service
39 cbamKeyCloakBaseUrl=https://10.41.63.149:443/auth
40 # skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
41 skipHostnameVerification=true
42 # skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
43 skipCertificateVerification=true
44 # the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
45 # in PEM format encoded in BASE64 to a single line
46 trustedCertificates=
47 # the username to be used for requesting a token on CBAM authorization interface
48 cbamUsername=onap
49 # the password to be used for requesting a token on CBAM authorization interface
50 cbamPassword=Admin@123
51 # the identifier of the VNFM in A&AI core system registry
52 vnfmId=7c267318-2a6a-4d47-b039-a7cce5fea38b
53 aaiUsername=AAI
54 aaiPassword=AAI
55 sdcUsername=SDC
56 sdcPassword=SDC
57
58 ###############################################################################
59 # End of mandatory properties for driver                                      #
60 ###############################################################################
61 ipMap=10.0.14.1->msb.api.simpledemo.onap.org,172.17.0.15->msb.api.simpledemo.onap.org,10.0.1.1->aai.api.simpledemo.onap.org
62 vnfmInfoCacheEvictionInMs=600000
63
64 ## for logging begin ##
65 com.fasterxml.jackson.core=jackson-databind
66 #logging.file=${catalina.base}/logs/vfcadaptor.log
67 logging.level.org.springframework=INFO
68 logging.level.org.hibernate=OFF
69 logging.level.org.springframework.web=DEBUG
70 ## for logging end ##
71
72 spring.http.multipart.max-file-size=50000KB
73 spring.http.multipart.max-request-size=50000KB