blob: ebbfbc38e1e3189a97911469ff9930b7f65f2094 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 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
Mandeep Khinda1d123882018-03-27 01:26:59 +000015global:
16 env:
17 tomcatDir: "/opt/apache-tomcat-8.0.37"
Mandeep Khinda789ee4a2018-04-30 20:20:45 +000018 # portal frontend port
19 portalPort: "8989"
20 # application's front end hostname. Must be resolvable on the client side environment
21 portalHostName: "portal.api.simpledemo.onap.org"
22
BorislavG5f3b6192018-03-25 18:12:38 +030023config:
24 logstashServiceName: log-ls
25 logstashPort: 5044
Mandeep Khinda1d123882018-03-27 01:26:59 +000026
27portal-mariadb:
28 nameOverride: portal-db
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000029
30mariadb:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000031 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000032 name: portal-db
33widget:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000034 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000035 name: portal-widget
36cassandra:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000037 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000038 name: portal-cassandra
39 config:
40 cassandraUsername: root
41 cassandraPassword: Aa123456
42zookeeper:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000043 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000044 name: portal-zookeeper
45
46messageRouter:
Mandeep Khindaf8b8f072018-04-26 14:35:38 +000047 service:
Mandeep Khinda454e2fd2018-04-06 03:03:24 +000048 name: message-router