Add license to policy-engine files
[policy/engine.git] / packages / install / src / files / pap.conf
1 #
2 #============LICENSE_START==================================================
3 #  ONAP Policy Engine
4 #===========================================================================
5 #  Copyright (C) 2017-2018 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 # pap component installation configuration parameters
22
23 # tomcat specific parameters
24
25 TOMCAT_JMX_PORT=9990
26 TOMCAT_SHUTDOWN_PORT=9405
27 SSL_HTTP_CONNECTOR_PORT=9091
28 SSL_AJP_CONNECTOR_PORT=8380
29 SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
30
31 TOMCAT_X_MS_MB=1024
32 TOMCAT_X_MX_MB=1024
33
34 # pap properties
35
36 PAP_PDPS=${{POLICY_HOME}}/servers/pap/bin/pdps
37 PAP_URL=https://${{FQDN}}:9091/pap/
38
39 PAP_INITIATE_PDP=true
40 PAP_HEARTBEAT_INTERVAL=10000
41 PAP_HEARTBEAT_TIMEOUT=10000
42
43 REST_ADMIN_DOMAIN=com
44 REST_ADMIN_REPOSITORY=repository
45 REST_ADMIN_WORKSPACE=workspace
46
47 # PDP related properties
48
49 PAP_PDP_URL=https://${{FQDN}}:8081/pdp/
50 PAP_PDP_HTTP_USER_ID=testpdp
51 PAP_PDP_HTTP_PASSWORD=alpha123
52
53 PAP_HTTP_USER_ID=testpap
54 PAP_HTTP_PASSWORD=alpha123
55
56 #new values added 10-21-2015
57 PROP_PAP_TRANS_WAIT=500000
58 PROP_PAP_TRANS_TIMEOUT=5000
59 PROP_PAP_AUDIT_TIMEOUT=300000
60 PROP_PAP_RUN_AUDIT_FLAG=false
61 PROP_PAP_AUDIT_FLAG=false
62
63
64 node_type=pap
65 resource_name=pap_1
66 dependency_groups=console_1;paplp_1
67
68 # The (optional) period of time in seconds between executions of the integrity audit.
69 # Value < 0 : Audit does not run (default value if property is not present = -1)
70 # Value = 0 : Audit runs continuously
71 # Value > 0 : The period of time in seconds between execution of the audit on a particular node
72 integrity_audit_period_seconds=-1