Add modify vnf feature on driver
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / 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
17 server.error.whitelabel.enabled=false
18 ## for MySql Database begin ##
19 spring.jpa.show-sql=true
20 spring.jpa.generate-ddl=true
21 spring.jpa.hibernate.ddl-auto=update  
22 spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect  
23 spring.jackson.serialization.indent_output=false
24
25
26 spring.datasource.username=vnfm
27 spring.datasource.password=vnfmpass
28 spring.datasource.url=jdbc:mysql://127.0.0.1:3306/vnfm_db?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=round&useSSL=false
29
30 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
31 spring.datasource.tomcat.max-wait=30000
32 spring.datasource.tomcat.max-active=20
33 spring.datasource.tomcat.test-on-borrow=true
34 ## for MySql Database end ##
35
36 ## for logging begin ##
37 com.fasterxml.jackson.core=jackson-databind
38 logging.file=${catalina.base}/logs/vfcadaptor.log
39 logging.level.org.springframework.web=DEBUG
40 logging.level.org.hibernate=DEBUG
41 ## for logging end ##
42
43 ## configure service name and version of MSB services AAI/LCM/Catalog begin ##
44 aaiServiceNameInMsb=aai-esr-server
45 aaiVersionInMsb=v1
46 lcmServiceNameInMsb=nslcm
47 lcmVersionInMsb=v1
48 catalogServiceNameInMsb=catalog
49 catalogVersionInMsb=v1
50 ## configure service name and version of MSB services AAI/LCM/Catalog end ##
51
52 ## for retrieving token from CBAM begin ##
53 vnfdId=cscf_si1
54 grantType=password
55 clientId=Orchestrator
56 clientSecret=.1.qtcePQQ3.BqxiGBeyWUjREnGooRr6x1
57 cbamApiUriFront=https://172.30.24.3
58 cbamUserName=cbam
59 cbamPassword=Nokia@123
60 ## for retrieving token from CBAM end ##
61
62 ## Granting part
63 type=vdu
64 sizeOfStorage=40
65 virtualMemSize=8192
66 numVirtualCpu=4