[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / portal / components / portal-app / resources / config / deliveries / properties / ONAPPORTAL / fusion.properties
1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
2 # Modifications Copyright © 2018 AT&T
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
16 # domain settings
17 #domain_class_location =
18
19 # validator settings
20 #default_error_message = Default error message
21
22 login_url_no_ret_val = http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/login.htm
23
24 user_attribute_name      = user
25
26 # User Session settings
27 roles_attribute_name          = roles
28 role_functions_attribute_name = role_functions
29
30 # menu settings
31 menu_query_name                      = menuData
32 application_menu_set_name            = APP
33 application_menu_attribute_name      = applicationMenuData
34 business_direct_menu_set_name        = BD
35 business_direct_menu_attribute_name  = businessDirectMenuData
36
37 # ECOMP settings
38 ecomp_app_id = 1
39 # Role settings
40 sys_admin_role_id = 1
41 account_admin_role_id = 999
42 restricted_app_role_id = 900
43
44 # Home Page index html
45 home_page                                               = /index.html
46
47 authentication_mechanism =DBAUTH
48
49 login.error.hrid.empty = Login failed, please contact system administrator.
50 login.error.hrid.not-found = User not found, please contact system administrator.
51 login.error.user.inactive = Account is disabled, please contact system administrator.
52
53 #
54 # Number of seconds to poll health (database operational, etc.)
55 #
56 health_poll_interval_seconds = 5
57 #
58 # If a component is down a log entry will be written that triggers an alert.  This parameter specifies how often this alert should be triggered
59 # if the component remains down.   For example a value of 30, would translate to 30 * 60 seconds = 1800 seconds, or every 30 minutes
60 #
61 health_fail_alert_every_x_intervals =  30