blob: 1849053411b94b9ce8b4f55ee26e46947d3f3299 [file] [log] [blame]
jmac065e2ce2018-03-29 01:18:02 +00001###
2# ============LICENSE_START=======================================================
jmaca68f4cb2018-05-10 22:44:19 +00003# Copyright (C) 2018 AT&T Intellectual Property. All rights
jmac065e2ce2018-03-29 01:18:02 +00004# reserved.
5# ================================================================================
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17# ============LICENSE_END=========================================================
18###
jmac065e2ce2018-03-29 01:18:02 +000019org.onap.ccsdk.sli.dbtype=jdbc
jmac065e2ce2018-03-29 01:18:02 +000020org.onap.ccsdk.sli.jdbc.hosts=sdnctldb01
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000021org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://{{.Values.config.mariadbGalera.serviceName}}.{{.Release.Namespace}}:{{.Values.config.mariadbGalera.internalPort}}/sdnctl
jmac065e2ce2018-03-29 01:18:02 +000022org.onap.ccsdk.sli.jdbc.driver=org.mariadb.jdbc.Driver
23org.onap.ccsdk.sli.jdbc.database=sdnctl
24org.onap.ccsdk.sli.jdbc.user=sdnctl
jmac70863e12018-05-16 14:53:03 +000025org.onap.ccsdk.sli.jdbc.password={{.Values.config.dbSdnctlPassword}}
jmac065e2ce2018-03-29 01:18:02 +000026org.onap.ccsdk.sli.jdbc.connection.name=sdnctldb01
27org.onap.ccsdk.sli.jdbc.connection.timeout=50
28org.onap.ccsdk.sli.jdbc.request.timeout=100
29org.onap.ccsdk.sli.jdbc.limit.init=10
30org.onap.ccsdk.sli.jdbc.limit.min=10
31org.onap.ccsdk.sli.jdbc.limit.max=20
32org.onap.dblib.connection.recovery=false