Abukar Mohamed | 8504f6a | 2019-04-03 11:07:48 +0000 | [diff] [blame] | 1 | # 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 Mohamed | 8504f6a | 2019-04-03 11:07:48 +0000 | [diff] [blame] | 16 | "helm": |
| 17 | "host": "192.168.0.12:31807" |
Abukar Mohamed | 97e8d9a | 2019-05-02 06:11:43 +0000 | [diff] [blame] | 18 | "repo": "http://192.168.0.6/charts" |
| 19 | "repo-name": "helm-repo" |
Abukar Mohamed | 8504f6a | 2019-04-03 11:07:48 +0000 | [diff] [blame] | 20 | "secrets": |
| 21 | "username": "admin" |
| 22 | "password": "ric" |
| 23 | "helm-username-file": "./helm_repo_username" |
| 24 | "helm-password-file": "./helm_repo_password" |
Abukar Mohamed | 97e8d9a | 2019-05-02 06:11:43 +0000 | [diff] [blame] | 25 | "retry": 1 |
Abukar Mohamed | 8504f6a | 2019-04-03 11:07:48 +0000 | [diff] [blame] | 26 | "xapp": |
Mohamed Abukar | d976977 | 2019-11-20 20:39:06 +0200 | [diff] [blame] | 27 | "namespace": "ricxapp" |
Abukar Mohamed | 8504f6a | 2019-04-03 11:07:48 +0000 | [diff] [blame] | 28 | "tarDir": "/tmp" |
Abukar Mohamed | 97e8d9a | 2019-05-02 06:11:43 +0000 | [diff] [blame] | 29 | "schema": "descriptors/schema.json" |
| 30 | "config": "config/config-file.json" |
| 31 | "tmpConfig": "/tmp/config-file.json" |
Abukar Mohamed | 8504f6a | 2019-04-03 11:07:48 +0000 | [diff] [blame] | 32 | "db": |
Abukar Mohamed | 193caf9 | 2019-04-11 13:51:07 +0000 | [diff] [blame] | 33 | "sessionNamespace": "XMSession" |
Abukar Mohamed | 8504f6a | 2019-04-03 11:07:48 +0000 | [diff] [blame] | 34 | "host": ":6379" |
| 35 | "prot": "tcp" |
| 36 | "maxIdle": 80 |
Abukar Mohamed | 193caf9 | 2019-04-11 13:51:07 +0000 | [diff] [blame] | 37 | "maxActive": 12000 |