Jim Hahn | daee922 | 2018-04-19 11:28:41 -0400 | [diff] [blame^] | 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 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 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 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 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 |
Ravindra Bakkamanthala | 87c95be | 2017-05-23 14:56:12 -0400 | [diff] [blame] | 53 | dependency_groups=pdplp_1;brmsgw_1 |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 54 | |
Tarun Tej Velaga | e92ff83 | 2017-07-24 17:13:43 +0000 | [diff] [blame] | 55 | DECISION_INDETERMINATE_RESPONSE=DENY |