summaryrefslogtreecommitdiffstats
path: root/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/ProxoolConf.xml
diff options
context:
space:
mode:
authoryufei_zhou <yufei.zhou@nokia-sbell.com>2017-09-27 14:33:28 +0800
committeryangyan <yangyanyj@chinamobile.com>2017-09-27 15:30:54 +0800
commita1b77452f1a8281ec5ee5f5b83ea03a30df52fc6 (patch)
treedeefa020e813b6430f36405f9cdd7ebe7ad9146a /nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/ProxoolConf.xml
parent03d33a66dc1bcff543ef91726d747e987d879710 (diff)
Add deployment part
Modify pom file because verify failed Change-Id: I4a1123bf8811853d0db1a70c61af7fdf1c476119 Issue-ID: VFC-53 Signed-off-by: yufei_zhou <yufei.zhou@nokia-sbell.com>
Diffstat (limited to 'nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/ProxoolConf.xml')
-rw-r--r--nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/ProxoolConf.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/ProxoolConf.xml b/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/ProxoolConf.xml
deleted file mode 100644
index 1c58dcdc..00000000
--- a/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/ProxoolConf.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright 2016-2017, Nokia Corporation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-<something-else-entirely>
- <proxool>
-
- <alias>proxoolPool</alias>
- <driver-url>jdbc:mysql://135.251.208.57:3306/aware_db?useUnicode=true&amp;characterEncoding=UTF-8&amp;zeroDateTimeBehavior=round
-<!-- <driver-url>jdbc:mysql://10.134.120.95:3306/aware_db?useUnicode=true&amp;characterEncoding=UTF-8&amp;zeroDateTimeBehavior=round -->
-
- </driver-url>
- <driver-class>com.mysql.jdbc.Driver</driver-class>
- <driver-properties>
- <property name="user" value="root" />
- <property name="password" value="irlaxjwrMLu03MNgih6czpllxKgnfk" />
- <property name="autoReconnect" value="true" />
- </driver-properties>
-
- <house-keeping-sleep-time>2700000</house-keeping-sleep-time>
- <simultaneous-build-throttle>100</simultaneous-build-throttle>
- <!--
- <maximum-new-connections>5</maximum-new-connections>
- -->
- <prototype-count>5</prototype-count>
- <maximum-connection-count>50</maximum-connection-count>
-
- <maximum-active-time>2700000</maximum-active-time>
- <maximum-connection-lifetime>7200000</maximum-connection-lifetime>
-
- <minimum-connection-count>2</minimum-connection-count>
- <test-before-use>true</test-before-use>
- <!--
- <test-after-use>true</test-after-use>
- -->
- <trace>true</trace>
- <house-keeping-test-sql>select CURRENT_DATE from dual
- </house-keeping-test-sql>
-
- </proxool>
-</something-else-entirely> \ No newline at end of file