Fix component startup
[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
17 server.error.whitelabel.enabled=false
18
19 ###############################################################################
20 # Beginning  of mandatory properties                                          #
21 ###############################################################################
22 # The TCP port of the server
23 server.port=8089
24 # the base path of the server
25 server.servlet.context-path=
26 # the IP address to which the server binds to
27 server.address=127.0.0.1
28 # the IP address of the server reported to the micro service bus
29 driverMsbExternalIp=10.41.63.151
30 # the IP address of the server reported to the VNFM
31 driverVnfmExternalIp=10.41.63.151
32 # the IP address of the message bus
33 messageBusIp=msb.api.simpledemo.onap.org
34 # the TCP port of the message bus
35 messageBusPort=80
36 # skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
37 skipHostnameVerification=true
38 # skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
39 skipCertificateVerification=true
40 # the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
41 # in PEM format encoded in BASE64 to a single line
42 trustedCertificates=
43 # the identifier of the VNFM in A&AI core system registry
44 vnfmId=7c267318-2a6a-4d47-b039-a7cce5fea38b
45
46 ###############################################################################
47 # Configuration parameters for direct integration
48 ###############################################################################
49 # skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
50 skipHostnameVerificationForAai=true
51 # skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
52 skipCertificateVerificationForAai=true
53 # the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
54 # in PEM format encoded in BASE64 to a single line
55 trustedCertificatesForAai=
56 #The username to access AAI
57 aaiUsername=AAI
58 #The password to access AAI
59 aaiPassword=AAI
60 #The username to access SDC
61 sdcUsername=SDC
62 #The password to access SDC
63 sdcPassword=SDC
64
65 ###############################################################################
66 # End of mandatory properties for driver                                      #
67 ###############################################################################
68 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
69 vnfmInfoCacheEvictionInMs=600000
70 ## for logging begin ##
71 com.fasterxml.jackson.core=jackson-databind
72 logging.level.org.springframework=INFO
73 logging.level.org.hibernate=OFF
74 logging.level.org.springframework.web=DEBUG
75 ## for logging end ##
76 spring.servlet.multipart.max-file-size=50000KB
77 spring.servlet.multipart.max-request-size=50000KB