blob: 86f5a50cccf224a5a24e5e4a5a74d904ff3d649b [file] [log] [blame]
a.sreekumar20705742020-02-14 12:03:33 +00001# Copyright 2020 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.
14# pap component installation configuration parameters
15
16# tomcat specific parameters
17
18TOMCAT_JMX_PORT=9990
19TOMCAT_SHUTDOWN_PORT=9405
20SSL_HTTP_CONNECTOR_PORT=9091
21SSL_AJP_CONNECTOR_PORT=8380
22SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
23
24TOMCAT_X_MS_MB=512
25TOMCAT_X_MX_MB=512
26
27# pap properties
28
29PAP_PDPS=${{POLICY_HOME}}/servers/pap/bin/pdps
30PAP_URL=https://pap:9091/pap/
31
32PAP_INITIATE_PDP=true
33PAP_HEARTBEAT_INTERVAL=10000
34PAP_HEARTBEAT_TIMEOUT=10000
35
36REST_ADMIN_DOMAIN=com
37REST_ADMIN_REPOSITORY=repository
38REST_ADMIN_WORKSPACE=workspace
39
40# PDP related properties
41
42PAP_PDP_URL=https://pdp:8081/pdp/
43PAP_PDP_HTTP_USER_ID=testpdp
44PAP_PDP_HTTP_PASSWORD=alpha123
45
46PAP_HTTP_USER_ID=testpap
47PAP_HTTP_PASSWORD=alpha123
48
49#new values added 10-21-2015
50PROP_PAP_TRANS_WAIT=500000
51PROP_PAP_TRANS_TIMEOUT=5000
52PROP_PAP_AUDIT_TIMEOUT=300000
53PROP_PAP_RUN_AUDIT_FLAG=true
54PROP_PAP_AUDIT_FLAG=true
55
56PROP_PAP_INCOMINGNOTIFICATION_TRIES=4
57
58
59node_type=pap
60resource_name=pap_1
61dependency_groups=paplp_1
62test_via_jmx=true
63
64# The (optional) period of time in seconds between executions of the integrity audit.
65# Value < 0 : Audit does not run (default value if property is not present = -1)
66# Value = 0 : Audit runs continuously
67# Value > 0 : The period of time in seconds between execution of the audit on a particular node
68integrity_audit_period_seconds=-1