blob: 1ffced50fe5226893db42720227487fa58c5e576 [file] [log] [blame]
Jim Hahndaee9222018-04-19 11:28:41 -04001#
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
Pamela Dragosh91d04c62017-02-14 19:41:00 -050021# pdp component installation configuration parameters
22
23# tomcat specific parameters
24
25TOMCAT_JMX_PORT=9991
26TOMCAT_SHUTDOWN_PORT=8087
27SSL_HTTP_CONNECTOR_PORT=8081
28SSL_AJP_CONNECTOR_PORT=8381
29SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
30
31TOMCAT_X_MS_MB=1024
32TOMCAT_X_MX_MB=1024
33
34# pdp properties
35
Pamela Dragosh91d04c62017-02-14 19:41:00 -050036REST_PAP_URL=https://${{FQDN}}:9091/pap/
37REST_PDP_ID=https://${{FQDN}}:8081/pdp/
38REST_PDP_CONFIG=${{POLICY_HOME}}/servers/pdp/bin/config
39REST_PDP_WEBAPPS=${{POLICY_HOME}}/servers/pdp/webapps
40REST_PDP_REGISTER=true
41REST_PDP_REGISTER_SLEEP=15
42REST_PDP_REGISTER_RETRIES=-1
43REST_PDP_MAXCONTENT=999999999
44
45# PDP related properties
46PDP_HTTP_USER_ID=testpdp
47PDP_HTTP_PASSWORD=alpha123
48PDP_PAP_PDP_HTTP_USER_ID=testpap
49PDP_PAP_PDP_HTTP_PASSWORD=alpha123
50
51node_type=pdp_xacml
52resource_name=pdp_1
Ravindra Bakkamanthala87c95be2017-05-23 14:56:12 -040053dependency_groups=pdplp_1;brmsgw_1
Pamela Dragosh91d04c62017-02-14 19:41:00 -050054
Tarun Tej Velagae92ff832017-07-24 17:13:43 +000055DECISION_INDETERMINATE_RESPONSE=DENY