Add license to policy-engine files
[policy/engine.git] / packages / install / src / files / pdp.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 # pdp component installation configuration parameters
22
23 # tomcat specific parameters
24
25 TOMCAT_JMX_PORT=9991
26 TOMCAT_SHUTDOWN_PORT=8087
27 SSL_HTTP_CONNECTOR_PORT=8081
28 SSL_AJP_CONNECTOR_PORT=8381
29 SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
30
31 TOMCAT_X_MS_MB=1024
32 TOMCAT_X_MX_MB=1024
33
34 # pdp properties
35
36 REST_PAP_URL=https://${{FQDN}}:9091/pap/
37 REST_PDP_ID=https://${{FQDN}}:8081/pdp/
38 REST_PDP_CONFIG=${{POLICY_HOME}}/servers/pdp/bin/config
39 REST_PDP_WEBAPPS=${{POLICY_HOME}}/servers/pdp/webapps
40 REST_PDP_REGISTER=true
41 REST_PDP_REGISTER_SLEEP=15
42 REST_PDP_REGISTER_RETRIES=-1
43 REST_PDP_MAXCONTENT=999999999
44
45 # PDP related properties
46 PDP_HTTP_USER_ID=testpdp
47 PDP_HTTP_PASSWORD=alpha123
48 PDP_PAP_PDP_HTTP_USER_ID=testpap
49 PDP_PAP_PDP_HTTP_PASSWORD=alpha123
50
51 node_type=pdp_xacml
52 resource_name=pdp_1
53 dependency_groups=pdplp_1;brmsgw_1
54
55 DECISION_INDETERMINATE_RESPONSE=DENY