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