blob: 719116b7dda3982d9ac2db34e6161676a834be07 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +00002# Modifications Copyright © 2018 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:
18 tomcatDir: "/opt/apache-tomcat-8.0.37"
Mandeep Khinda789ee4a2018-04-30 20:20:45 +000019 # portal frontend port
20 portalPort: "8989"
21 # application's front end hostname. Must be resolvable on the client side environment
22 portalHostName: "portal.api.simpledemo.onap.org"
st782s94cd5f22018-10-09 17:19:21 -040023 keystoreFile: "keystoreONAPPortal.jks"
24 truststoreFile: "truststoreONAPall.jks"
st782sbd2c6122018-09-28 17:56:29 -040025 keypass: "changeit"
st782s94cd5f22018-10-09 17:19:21 -040026 trustpass: "changeit"
Mandeep Khinda789ee4a2018-04-30 20:20:45 +000027
BorislavG5f3b6192018-03-25 18:12:38 +030028config:
29 logstashServiceName: log-ls
30 logstashPort: 5044
st782sbd2c6122018-09-28 17:56:29 -040031
Mandeep Khinda1d123882018-03-27 01:26:59 +000032portal-mariadb:
33 nameOverride: portal-db
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000034
35mariadb:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000036 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000037 name: portal-db
38widget:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000039 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000040 name: portal-widget
41cassandra:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000042 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000043 name: portal-cassandra
44 config:
45 cassandraUsername: root
46 cassandraPassword: Aa123456
47zookeeper:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000048 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000049 name: portal-zookeeper
50
51messageRouter:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000052 service:
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +000053 name: message-router