Update docker image to fix CSIT failure
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / test / resources / application.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 port on which the service is visible from external systems
23 externalPort=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=127.0.0.1
30 # the IP address of the server reported to VNFM
31 driverVnfmExternalIp=127.0.0.1
32 # the IP address of the message bus
33 messageBusIp=127.0.0.1
34 # the TCP port of the message bus
35 messageBusPort=8089
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=53fbba58-464e-4cc4-8d33-aaaf072f0a27
45 #skip LCN subscription from VNFM
46 skipLcnSubscription=false
47 #skip self registration in MSB
48 skipSelfRegistration=false
49 ###############################################################################
50 # Configuration parameters for direct integration
51 ###############################################################################
52 # skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
53 skipHostnameVerificationForAai=true
54 # skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
55 skipCertificateVerificationForAai=true
56 # the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
57 # in PEM format encoded in BASE64 to a single line
58 trustedCertificatesForAai=
59 #The username to access AAI
60 aaiUsername=AAI
61 #The password to access AAI
62 aaiPassword=AAI
63 #The username to access SDC
64 sdcUsername=SDC
65 #The password to access SDC
66 sdcPassword=SDC
67 ###############################################################################
68 # End of mandatory properties for driver                                      #
69 ###############################################################################
70 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
71 vnfmInfoCacheEvictionInMs=600000
72 ## for logging begin ##
73 com.fasterxml.jackson.core=jackson-databind
74 logging.level.org.springframework.web=TRACE
75 logging.level.org.hibernate=OFF
76 ## for logging end ##
77 spring.servlet.multipart.max-file-size=50000KB
78 spring.servlet.multipart.max-request-size=50000KB