blob: e3349b9d5aeec4b25a875b89615626d619e8d17e [file] [log] [blame]
vaibhav_16dec8b3f7612018-03-26 10:01:46 +00001/* Copyright © 2017 AT&T, Amdocs, Bell Canada
2*
3* Licensed under the Apache License, Version 2.0 (the "License");
4* you may not use this file except in compliance with the License.
5* You may obtain a copy of the License at
6*
7* http://www.apache.org/licenses/LICENSE-2.0
8*
9* Unless required by applicable law or agreed to in writing, software
10* distributed under the License is distributed on an "AS IS" BASIS,
11* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12* See the License for the specific language governing permissions and
13* limitations under the License.
14*/
15
BorislavG8bfc6cf2018-02-27 15:04:26 +000016module.exports={
17 "name": "Release sdnc1.0",
18 "emailAddress": "dguser@onap.org",
19 "uiPort": 3100,
20 "mqttReconnectTime": 15000,
21 "serialReconnectTime": 15000,
22 "debugMaxLength": 1000,
23 "htmlPath": "releases/sdnc1.0/html/",
24 "xmlPath": "releases/sdnc1.0/xml/",
25 "flowFile": "releases/sdnc1.0/flows/flows.json",
26 "sharedDir": "releases/sdnc1.0/flows/shared",
27 "userDir": "releases/sdnc1.0",
28 "httpAuth": {
29 "user": "dguser",
jmac70863e12018-05-16 14:53:03 +000030 "pass": "{{.Values.config.dgUserPassword}}"
BorislavG8bfc6cf2018-02-27 15:04:26 +000031 },
jmac4f76af42018-03-28 20:36:47 +000032 "dbHost": "{{.Values.config.dbServiceName}}.{{ include "common.namespace" . }}",
BorislavG8bfc6cf2018-02-27 15:04:26 +000033 "dbPort": "3306",
34 "dbName": "sdnctl",
35 "dbUser": "sdnctl",
jmac70863e12018-05-16 14:53:03 +000036 "dbPassword": "{{.Values.config.dbSdnctlPassword}}",
BorislavG8bfc6cf2018-02-27 15:04:26 +000037 "gitLocalRepository": "",
38 "httpRoot": "/",
39 "disableEditor": false,
40 "httpAdminRoot": "/",
41 "httpAdminAuth": {
42 "user": "dguser",
jmac70863e12018-05-16 14:53:03 +000043 "pass": "{{.Values.config.dgUserPassword}}"
BorislavG8bfc6cf2018-02-27 15:04:26 +000044 },
45 "httpNodeRoot": "/",
46 "httpNodeAuth": {
47 "user": "dguser",
jmac70863e12018-05-16 14:53:03 +000048 "pass": "{{.Values.config.dgUserPassword}}"
BorislavG8bfc6cf2018-02-27 15:04:26 +000049 },
50 "uiHost": "0.0.0.0",
51 "version": "0.9.1",
52 "performGitPull": "N"
53}