Initial OpenECOMP policy/engine commit
[policy/engine.git] / packages / base / src / files / install / servers / pypdp / bin / config.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ECOMP 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 #pypdp properties
22
23 PDP_URL=${{PDP_URL}}
24 PAP_URL=${{PAP_URL}}
25 PYPDP_ID=${{PYPDP_ID}}
26 PYPDP_PASSWORD=${{PYPDP_PASSWORD}}
27
28 #Integrity Monitor values
29 #database driver for Integrity Monitor
30 javax.persistence.jdbc.driver=${{JDBC_DRIVER}}
31 #database URL for Integrity Monitor
32 javax.persistence.jdbc.url=${{JDBC_URL}}
33 #database username for Integrity Monitor
34 javax.persistence.jdbc.user=${{JDBC_USER}}
35 #database password for Integrity Monitor
36 javax.persistence.jdbc.password=${{JDBC_PASSWORD}}
37 #resource name
38 RESOURCE_NAME=${{resource_name}}
39 #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java***
40 site_name=${{site_name}}
41 node_type=${{node_type}}
42 fp_monitor_interval=${{fp_monitor_interval}}
43 failed_counter_threshold=${{failed_counter_threshold}}
44 test_trans_interval=${{test_trans_interval}}
45 write_fpc_interval=${{write_fpc_interval}}
46 max_fpc_update_interval=${{max_fpc_update_interval}}
47 test_via_jmx=${{test_via_jmx}}
48 # Environment should be Set either DEV, TEST or PROD
49 ENVIRONMENT=${{ENVIRONMENT}}
50
51 CLIENT_FILE=${{CLIENT_FILE}}