blob: 0ab362869b6f49f97209dbe4a14c193773231c5c [file] [log] [blame]
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05001###
2# ============LICENSE_START=======================================================
3# policy-persistence
4# ================================================================================
5# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19###
20
21#hostPort = ${{host_port}}
22hostPort = 0.0.0.0:9981
23
24# The following were added as part of US673632
25#
26# Forward Progress Monitor update interval seconds
27fp_monitor_interval = 30
28# Failed counter threshold before failover
29failed_counter_threshold = 3
30# Interval between test transactions when no traffic seconds
31test_trans_interval = 10
32# Interval between writes of the FPC to the DB seconds
33write_fpc_interval = 5
34# Name of the site in which this node is hosted
35site_name = pdp_1
36# Node type
37# Note: Make sure you don't leave any trailing spaces, or you'll get an 'invalid node type' error!
38node_type = pdp_drools
39# Dependency groups are groups of resources upon which a node operational state is dependent upon.
40# Each group is a comma-separated list of resource names and groups are separated by a semicolon. For example:
41#dependency_groups=site_1.astra_1,site_1.astra_2;site_1.brms_1,site_1.brms_2;site_1.logparser_1;site_1.pypdp_1
42#dependency_groups=${{dependency_groups}}
43dependency_groups=""
44# When set to true, dependent health checks are performed by using JMX to invoke test() on the dependent.
45# The default false is to use state checks for health.
46#test_via_jmx=${{test_via_jmx}}
47# This is the max number of seconds beyond which a non incrementing FPC is considered a failure
48#max_fpc_update_interval=${{max_fpc_update_interval}}
49
50# Needed by DroolsPdpsElectionHandler
51pdp.checkInterval=1500
52pdp.updateInterval=1000
53#pdp.timeout=3000
54# Need long timeout, because testTransaction is only run every 10 seconds.
55pdp.timeout=15000
56#how long do we wait for the pdp table to populate on initial startup
57pdp.initialWait=20000
58
59# Known as the PDPID in the droolpdpentity table.
60resource.name=pdp1
61#resource.name=${{resource_name}}
62
63
64
65
66
67