blob: 1015c866548ea066ecf9abe6eedb02e1e4d9b3cd [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
ChrisC019b59c2020-04-03 13:58:44 +02002# Modifications Copyright © 2018, 2020 AT&T
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
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
Mandeep Khinda1d123882018-03-27 01:26:59 +000016global:
17 env:
statta2d04a632019-09-09 12:00:23 -040018 tomcatDir: "/usr/local/tomcat"
Mandeep Khinda789ee4a2018-04-30 20:20:45 +000019 # portal frontend port
20 portalPort: "8989"
statta63783902018-10-17 02:32:26 -040021 portalFEPort: "30225"
Mandeep Khinda789ee4a2018-04-30 20:20:45 +000022 # application's front end hostname. Must be resolvable on the client side environment
23 portalHostName: "portal.api.simpledemo.onap.org"
BorislavG5f3b6192018-03-25 18:12:38 +030024config:
25 logstashServiceName: log-ls
26 logstashPort: 5044
Mandeep Khinda1d123882018-03-27 01:26:59 +000027portal-mariadb:
28 nameOverride: portal-db
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000029mariadb:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000030 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000031 name: portal-db
32widget:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000033 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000034 name: portal-widget
35cassandra:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000036 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000037 name: portal-cassandra
38 config:
39 cassandraUsername: root
40 cassandraPassword: Aa123456
41zookeeper:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000042 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000043 name: portal-zookeeper
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000044messageRouter:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000045 service:
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +000046 name: message-router
Lucjan Bryndzaac1080a2019-11-26 13:04:47 +010047ingress:
48 enabled: false