Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame^] | 1 | # pdp component installation configuration parameters |
| 2 | |
| 3 | # tomcat specific parameters |
| 4 | |
| 5 | TOMCAT_JMX_PORT=9991 |
| 6 | TOMCAT_SHUTDOWN_PORT=8087 |
| 7 | SSL_HTTP_CONNECTOR_PORT=8081 |
| 8 | SSL_AJP_CONNECTOR_PORT=8381 |
| 9 | SSL_AJP_CONNECTOR_REDIRECT_PORT=8443 |
| 10 | |
| 11 | TOMCAT_X_MS_MB=1024 |
| 12 | TOMCAT_X_MX_MB=1024 |
| 13 | |
| 14 | # pdp properties |
| 15 | |
| 16 | ATT_UEB_CLUSTER=localhost.com,localhost1.com |
| 17 | |
| 18 | REST_PAP_URL=https://${{FQDN}}:9091/pap/ |
| 19 | REST_PDP_ID=https://${{FQDN}}:8081/pdp/ |
| 20 | REST_PDP_CONFIG=${{POLICY_HOME}}/servers/pdp/bin/config |
| 21 | REST_PDP_WEBAPPS=${{POLICY_HOME}}/servers/pdp/webapps |
| 22 | REST_PDP_REGISTER=true |
| 23 | REST_PDP_REGISTER_SLEEP=15 |
| 24 | REST_PDP_REGISTER_RETRIES=-1 |
| 25 | REST_PDP_MAXCONTENT=999999999 |
| 26 | |
| 27 | # PDP related properties |
| 28 | PDP_HTTP_USER_ID=testpdp |
| 29 | PDP_HTTP_PASSWORD=alpha123 |
| 30 | PDP_PAP_PDP_HTTP_USER_ID=testpap |
| 31 | PDP_PAP_PDP_HTTP_PASSWORD=alpha123 |
| 32 | |
| 33 | node_type=pdp_xacml |
| 34 | resource_name=pdp_1 |
| 35 | dependency_groups=pdplp_1;pypdp_1;brmsgw_1 |
| 36 | |