vaibhav_16dec | 8b3f761 | 2018-03-26 10:01:46 +0000 | [diff] [blame] | 1 | /* 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 | |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 16 | module.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": { |
Krzysztof Opasiak | acdd90c | 2020-02-17 22:05:51 +0100 | [diff] [blame] | 29 | "user": "${HTTP_USER}", |
| 30 | "pass": "${HTTP_PASSWORD}" |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 31 | }, |
jmac | 4f76af4 | 2018-03-28 20:36:47 +0000 | [diff] [blame] | 32 | "dbHost": "{{.Values.config.dbServiceName}}.{{ include "common.namespace" . }}", |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 33 | "dbPort": "3306", |
Krzysztof Opasiak | acdd90c | 2020-02-17 22:05:51 +0100 | [diff] [blame] | 34 | "dbName": "{{.Values.config.db.dbName}}", |
| 35 | "dbUser": "${DB_USER}", |
| 36 | "dbPassword": "${DB_PASSWORD}", |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 37 | "gitLocalRepository": "", |
Timoney, Dan (dt5972) | 7932c8e | 2019-09-27 10:38:22 -0400 | [diff] [blame] | 38 | "restConfUrl": "http://localhost:8181/restconf/operations/SLI-API:execute-graph", |
Krzysztof Opasiak | acdd90c | 2020-02-17 22:05:51 +0100 | [diff] [blame] | 39 | "restConfUser": "${REST_CONF_USER}", |
| 40 | "restConfPassword": "${REST_CONF_PASSWORD}", |
Timoney, Dan (dt5972) | 7932c8e | 2019-09-27 10:38:22 -0400 | [diff] [blame] | 41 | "formatXML": "Y", |
| 42 | "formatJSON": "Y", |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 43 | "httpRoot": "/", |
| 44 | "disableEditor": false, |
| 45 | "httpAdminRoot": "/", |
| 46 | "httpAdminAuth": { |
Krzysztof Opasiak | acdd90c | 2020-02-17 22:05:51 +0100 | [diff] [blame] | 47 | "user": "${HTTP_ADMIN_USER}", |
| 48 | "pass": "${HTTP_ADMIN_PASSWORD}" |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 49 | }, |
| 50 | "httpNodeRoot": "/", |
| 51 | "httpNodeAuth": { |
Krzysztof Opasiak | acdd90c | 2020-02-17 22:05:51 +0100 | [diff] [blame] | 52 | "user": "${HTTP_NODE_USER}", |
| 53 | "pass": "${HTTP_NODE_PASSWORD}" |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 54 | }, |
| 55 | "uiHost": "0.0.0.0", |
| 56 | "version": "0.9.1", |
Dan Timoney | cb0a81f | 2020-07-15 17:31:43 -0400 | [diff] [blame] | 57 | {{ if .Values.global.aafEnabled }} |
| 58 | "enableHttps" : true, |
| 59 | {{ end }} |
| 60 | "performGitPull": "N" |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 61 | } |