blob: d972d7ca7aa291e347b4a77aedd8ff89134c884c [file] [log] [blame]
mayankg2703ced85142018-03-20 05:42:53 +00001# Copyright © 2017 Amdocs, Bell Canada, AT&T
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 Khindad6ea9872017-06-24 11:49:37 -040015# configs component installation configuration parameters
16
17# tomcat specific parameters
18
19TOMCAT_JMX_PORT=9993
20TOMCAT_SHUTDOWN_PORT=8090
21SSL_HTTP_CONNECTOR_PORT=8443
22SSL_HTTP_CONNECTOR_REDIRECT_PORT=8443
23SSL_AJP_CONNECTOR_PORT=8383
24SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
25
26TOMCAT_X_MS_MB=2048
27TOMCAT_X_MX_MB=2048
28
29# ------------------ console properties ---------------------------
30
31#
32# Authorization Policy
33
34ROOT_POLICIES=admin
35ADMIN_FILE=Policy-Admin.xml
36
37
38# Set your domain here:
39
40REST_ADMIN_DOMAIN=com
41
42#
43# Location where the GIT repository is located
44#
45REST_ADMIN_REPOSITORY=repository
46
47#
48# Location where all the user workspaces are located.
49#
BorislavG8bfc6cf2018-02-27 15:04:26 +000050REST_ADMIN_WORKSPACE=/opt/app/policy/servers/console/bin/workspace
Mandeep Khindad6ea9872017-06-24 11:49:37 -040051
52#
53# These can be set so the Admin Console knows who is logged on. Ideally, you can run the console in a J2EE
54# container and setup authentication as you please. Setting HttpSession attribute values will override these
55# values set in the properties files.
56#
57# ((HttpServletRequest) request).getSession().setAttribute("xacml.rest.admin.user.name", "Homer");
58#
59# The default policy: Policy-Admin.xml is extremely simple.
60#
61# You can test authorization within the Admin Console by changing the user id.
62# There are 3 supported user ids:
63# guest - Read only access
64# editor - Read/Write access
65# admin - Read/Write/Admin access
66#
67# An empty or null value for xacml.rest.admin.user.id results in no access to the application at all.
68#
69# This is for development/demonstration purposes only. A production environment should provide authentication which is
70# outside the scope of this application. This application can be used to develop a XACML policy for user authorization
71# within this application.
72#
73
74REST_ADMIN_USER_NAME=Administrator
75REST_ADMIN_USER_ID=super-admin
76
77#
78#
79# Property to declare the max time frame for logs.
80#
81LOG_TIMEFRAME=30
82
83# Property to declare the number of visible rows for users in MicroService Policy
84COLUMN_COUNT=3
85
86# Dashboard refresh rate in miliseconds
87REFRESH_RATE=40000
88
89#
90# URL location for the PAP servlet.
91#
92
93
BorislavG1ffbd992018-04-24 07:56:27 +000094REST_PAP_URL=http://{{.Values.global.pap.nameOverride}}:{{.Values.service.externalPort2}}/pap/
Mandeep Khindad6ea9872017-06-24 11:49:37 -040095
96#
97# Config/Action Properties location.
98#
99
BorislavG8bfc6cf2018-02-27 15:04:26 +0000100REST_CONFIG_HOME=/opt/app/policy/servers/pap/webapps/Config/
101REST_ACTION_HOME=/opt/app/policy/servers/pap/webapps/Action/
BorislavG1ffbd992018-04-24 07:56:27 +0000102REST_CONFIG_URL=http://{{.Values.global.pap.nameOverride}}:{{.Values.service.externalPort2}}/
BorislavG8bfc6cf2018-02-27 15:04:26 +0000103REST_CONFIG_WEBAPPS=/opt/app/policy/servers/pap/webapps/
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400104
105# PAP account information
106CONSOLE_PAP_HTTP_USER_ID=testpap
107CONSOLE_PAP_HTTP_PASSWORD=alpha123
108
109
110node_type=pap_admin
111resource_name=console_1
112
113# The (optional) period of time in seconds between executions of the integrity audit.
114# Value < 0 : Audit does not run (default value if property is not present = -1)
115# Value = 0 : Audit runs continuously
116# Value > 0 : The period of time in seconds between execution of the audit on a particular node
117integrity_audit_period_seconds=-1
118
Mandeep Khinda12610242017-09-14 11:37:33 +0000119#Automatic Policy Distribution
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400120automatic_push=false
121
122#Diff of policies for Firewall feature
123FW_GETURL=
124FW_AUTHOURL=
125FW_PROXY=
126FW_PORT=
127
128#SMTP Server Details for Java Mail
Mandeep Khinda12610242017-09-14 11:37:33 +0000129onap_smtp_host=
130onap_smtp_port=25
131onap_smtp_userName=
132onap_smtp_password=
133onap_smtp_emailExtension=
134onap_application_name=
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400135
Mandeep Khinda12610242017-09-14 11:37:33 +0000136#-----------------------ONAP-PORTAL-Properties----------------------
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400137
jmac8379c522018-05-03 18:26:44 +0000138ONAP_REDIRECT_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/login.htm
139ONAP_REST_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/auxapi
Mandeep Khinda12610242017-09-14 11:37:33 +0000140ONAP_UEB_URL_LIST=
141ONAP_PORTAL_INBOX_NAME=
142ONAP_UEB_APP_KEY=
143ONAP_UEB_APP_SECRET=
144ONAP_UEB_APP_MAILBOX_NAME=
145APP_DISPLAY_NAME=ONAP Policy
jmac8379c522018-05-03 18:26:44 +0000146ONAP_SHARED_CONTEXT_REST_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/context