[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / packages / base / src / files / install / servers / pdplp / bin / parserlog.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP Policy Engine
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 # PDP LogParser properties
22
23 # JVM specific parameters
24 LOGPARSER_JMX_PORT=${{LOGPARSER_JMX_PORT}}
25 LOGPARSER_X_MS_MB=${{LOGPARSER_X_MS_MB}}
26 LOGPARSER_X_MX_MB=${{LOGPARSER_X_MX_MB}}
27
28 SERVER=${{SERVER}}
29 LOGTYPE=PDP
30 LOGPATH=${{LOGPATH}}
31 JDBC_DRIVER=${{JDBC_DRIVER}}
32 JDBC_URL='${{JDBC_LOG_URL}}'
33 JDBC_USER=${{JDBC_USER}}
34 JDBC_PASSWORD=${{JDBC_PASSWORD}}
35 PARSERLOGPATH=IntegrityMonitor.log
36
37
38 #Integrity Monitor values
39 #database driver for Integrity Monitor
40 javax.persistence.jdbc.driver=${{JDBC_DRIVER}}
41 #database URL for Integrity Monitor
42 javax.persistence.jdbc.url=${{JDBC_URL}}
43 #database username for Integrity Monitor
44 javax.persistence.jdbc.user=${{JDBC_USER}}
45 #database password for Integrity Monitor
46 javax.persistence.jdbc.password=${{JDBC_PASSWORD}}
47 #resource name
48 RESOURCE_NAME=${{resource_name}}
49 #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java***
50 site_name=${{site_name}}
51 node_type=${{node_type}}
52 fp_monitor_interval=${{fp_monitor_interval}}
53 failed_counter_threshold=${{failed_counter_threshold}}
54 test_trans_interval=${{test_trans_interval}}
55 write_fpc_interval=${{write_fpc_interval}}
56 max_fpc_update_interval=${{max_fpc_update_interval}}
57 test_via_jmx=${{test_via_jmx}}