blob: 8f24929e68fbc000c70bc9fb13720862f97e416d [file] [log] [blame]
Abukar Mohamed8504f6a2019-04-03 11:07:48 +00001# Copyright (c) 2019 AT&T Intellectual Property.
2# Copyright (c) 2019 Nokia.
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
Abukar Mohamed8504f6a2019-04-03 11:07:48 +000016"helm":
17 "host": "192.168.0.12:31807"
Abukar Mohamed97e8d9a2019-05-02 06:11:43 +000018 "repo": "http://192.168.0.6/charts"
19 "repo-name": "helm-repo"
Abukar Mohamed8504f6a2019-04-03 11:07:48 +000020 "secrets":
21 "username": "admin"
22 "password": "ric"
23 "helm-username-file": "./helm_repo_username"
24 "helm-password-file": "./helm_repo_password"
Abukar Mohamed97e8d9a2019-05-02 06:11:43 +000025 "retry": 1
Abukar Mohamed8504f6a2019-04-03 11:07:48 +000026"xapp":
Mohamed Abukard9769772019-11-20 20:39:06 +020027 "namespace": "ricxapp"
Abukar Mohamed8504f6a2019-04-03 11:07:48 +000028 "tarDir": "/tmp"
Abukar Mohamed97e8d9a2019-05-02 06:11:43 +000029 "schema": "descriptors/schema.json"
30 "config": "config/config-file.json"
31 "tmpConfig": "/tmp/config-file.json"
Abukar Mohamed8504f6a2019-04-03 11:07:48 +000032"db":
Abukar Mohamed193caf92019-04-11 13:51:07 +000033 "sessionNamespace": "XMSession"
Abukar Mohamed8504f6a2019-04-03 11:07:48 +000034 "host": ":6379"
35 "prot": "tcp"
36 "maxIdle": 80
Abukar Mohamed193caf92019-04-11 13:51:07 +000037 "maxActive": 12000