vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
toshrajbhardwaj | f4fc1c6 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 3 | # |
| 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 Khinda | 1d12388 | 2018-03-27 01:26:59 +0000 | [diff] [blame] | 16 | global: |
| 17 | env: |
| 18 | tomcatDir: "/opt/apache-tomcat-8.0.37" |
Mandeep Khinda | 789ee4a | 2018-04-30 20:20:45 +0000 | [diff] [blame] | 19 | # portal frontend port |
| 20 | portalPort: "8989" |
statta | 6378390 | 2018-10-17 02:32:26 -0400 | [diff] [blame] | 21 | portalFEPort: "30225" |
Mandeep Khinda | 789ee4a | 2018-04-30 20:20:45 +0000 | [diff] [blame] | 22 | # application's front end hostname. Must be resolvable on the client side environment |
| 23 | portalHostName: "portal.api.simpledemo.onap.org" |
st782s | f5beed4 | 2018-10-11 17:50:35 -0400 | [diff] [blame] | 24 | keystoreFile: "keystoreONAPPortal.p12" |
st782s | 94cd5f2 | 2018-10-09 17:19:21 -0400 | [diff] [blame] | 25 | truststoreFile: "truststoreONAPall.jks" |
st782s | f5beed4 | 2018-10-11 17:50:35 -0400 | [diff] [blame] | 26 | keypass: ",@{9!OOv%HO@#c+0Z}axu!xV" |
st782s | 94cd5f2 | 2018-10-09 17:19:21 -0400 | [diff] [blame] | 27 | trustpass: "changeit" |
Mandeep Khinda | 789ee4a | 2018-04-30 20:20:45 +0000 | [diff] [blame] | 28 | |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 29 | config: |
| 30 | logstashServiceName: log-ls |
| 31 | logstashPort: 5044 |
st782s | bd2c612 | 2018-09-28 17:56:29 -0400 | [diff] [blame] | 32 | |
Mandeep Khinda | 1d12388 | 2018-03-27 01:26:59 +0000 | [diff] [blame] | 33 | portal-mariadb: |
| 34 | nameOverride: portal-db |
Mandeep Khinda | 454e2fd | 2018-04-06 03:03:24 +0000 | [diff] [blame] | 35 | |
| 36 | mariadb: |
Mandeep Khinda | f8b8f07 | 2018-04-26 14:35:38 +0000 | [diff] [blame] | 37 | service: |
Mandeep Khinda | 454e2fd | 2018-04-06 03:03:24 +0000 | [diff] [blame] | 38 | name: portal-db |
| 39 | widget: |
Mandeep Khinda | f8b8f07 | 2018-04-26 14:35:38 +0000 | [diff] [blame] | 40 | service: |
Mandeep Khinda | 454e2fd | 2018-04-06 03:03:24 +0000 | [diff] [blame] | 41 | name: portal-widget |
| 42 | cassandra: |
Mandeep Khinda | f8b8f07 | 2018-04-26 14:35:38 +0000 | [diff] [blame] | 43 | service: |
Mandeep Khinda | 454e2fd | 2018-04-06 03:03:24 +0000 | [diff] [blame] | 44 | name: portal-cassandra |
| 45 | config: |
| 46 | cassandraUsername: root |
| 47 | cassandraPassword: Aa123456 |
| 48 | zookeeper: |
Mandeep Khinda | f8b8f07 | 2018-04-26 14:35:38 +0000 | [diff] [blame] | 49 | service: |
Mandeep Khinda | 454e2fd | 2018-04-06 03:03:24 +0000 | [diff] [blame] | 50 | name: portal-zookeeper |
| 51 | |
| 52 | messageRouter: |
Mandeep Khinda | f8b8f07 | 2018-04-26 14:35:38 +0000 | [diff] [blame] | 53 | service: |
toshrajbhardwaj | f4fc1c6 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 54 | name: message-router |