blob: 28c2da1a140f2e9ec500180fe0561b6e38319255 [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# pap component installation configuration parameters
16
17# tomcat specific parameters
18
19TOMCAT_JMX_PORT=9990
20TOMCAT_SHUTDOWN_PORT=9405
21SSL_HTTP_CONNECTOR_PORT=9091
22SSL_AJP_CONNECTOR_PORT=8380
23SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
24
25TOMCAT_X_MS_MB=1024
26TOMCAT_X_MX_MB=1024
27
28# pap properties
29
BorislavG8bfc6cf2018-02-27 15:04:26 +000030PAP_PDPS=/opt/app/policy/servers/pap/bin/pdps
mayankg2703ced85142018-03-20 05:42:53 +000031PAP_URL=http://{{ include "common.fullname" . }}:9091/pap/
Mandeep Khindad6ea9872017-06-24 11:49:37 -040032
33PAP_INITIATE_PDP=true
34PAP_HEARTBEAT_INTERVAL=10000
35PAP_HEARTBEAT_TIMEOUT=10000
36
37REST_ADMIN_DOMAIN=com
38REST_ADMIN_REPOSITORY=repository
39REST_ADMIN_WORKSPACE=workspace
40
41# PDP related properties
42
mayankg2703ced85142018-03-20 05:42:53 +000043PAP_PDP_URL=http://{{ .Release.Name }}-{{ .Values.global.pdp.nameOverride }}:8081/pdp/
Mandeep Khindad6ea9872017-06-24 11:49:37 -040044PAP_PDP_HTTP_USER_ID=testpdp
45PAP_PDP_HTTP_PASSWORD=alpha123
46
47PAP_HTTP_USER_ID=testpap
48PAP_HTTP_PASSWORD=alpha123
49
50#new values added 10-21-2015
51PROP_PAP_TRANS_WAIT=500000
52PROP_PAP_TRANS_TIMEOUT=5000
53PROP_PAP_AUDIT_TIMEOUT=300000
54PROP_PAP_RUN_AUDIT_FLAG=true
55PROP_PAP_AUDIT_FLAG=true
56
57PROP_PAP_INCOMINGNOTIFICATION_TRIES=4
58
59
60node_type=pap
61resource_name=pap_1
62dependency_groups=paplp_1
63test_via_jmx=true
64
65# The (optional) period of time in seconds between executions of the integrity audit.
66# Value < 0 : Audit does not run (default value if property is not present = -1)
67# Value = 0 : Audit runs continuously
68# Value > 0 : The period of time in seconds between execution of the audit on a particular node
69integrity_audit_period_seconds=-1