a.sreekumar | 2070574 | 2020-02-14 12:03:33 +0000 | [diff] [blame] | 1 | # Copyright 2020 AT&T Intellectual Property. All rights reserved |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | # pdp component installation configuration parameters |
| 15 | |
| 16 | # tomcat specific parameters |
| 17 | |
| 18 | TOMCAT_JMX_PORT=9991 |
| 19 | TOMCAT_SHUTDOWN_PORT=8087 |
| 20 | SSL_HTTP_CONNECTOR_PORT=8081 |
| 21 | SSL_AJP_CONNECTOR_PORT=8381 |
| 22 | SSL_AJP_CONNECTOR_REDIRECT_PORT=8443 |
| 23 | |
| 24 | TOMCAT_X_MS_MB=512 |
| 25 | TOMCAT_X_MX_MB=512 |
| 26 | |
| 27 | # pdp properties |
| 28 | |
| 29 | UEB_CLUSTER=mr.api.simpledemo.onap.org |
| 30 | |
| 31 | REST_PAP_URL=https://pap:9091/pap/ |
| 32 | REST_PDP_ID=https://pdp:8081/pdp/ |
| 33 | REST_PDP_CONFIG=${{POLICY_HOME}}/servers/pdp/bin/config |
| 34 | REST_PDP_WEBAPPS=${{POLICY_HOME}}/servers/pdp/webapps |
| 35 | REST_PDP_REGISTER=true |
| 36 | REST_PDP_REGISTER_SLEEP=15 |
| 37 | REST_PDP_REGISTER_RETRIES=-1 |
| 38 | REST_PDP_MAXCONTENT=999999999 |
| 39 | |
| 40 | # PDP related properties |
| 41 | PDP_HTTP_USER_ID=testpdp |
| 42 | PDP_HTTP_PASSWORD=alpha123 |
| 43 | PDP_PAP_PDP_HTTP_USER_ID=testpap |
| 44 | PDP_PAP_PDP_HTTP_PASSWORD=alpha123 |
| 45 | |
| 46 | node_type=pdp_xacml |
| 47 | resource_name=pdp_1 |
| 48 | dependency_groups=pdplp_1;brmsgw_1 |
| 49 | test_via_jmx=true |
| 50 | |
| 51 | # |
| 52 | # Notification Properties |
| 53 | # Notification type: websocket, ueb or dmaap... if left blank websocket is the default |
| 54 | PDP_NOTIFICATION_TYPE=websocket |
| 55 | PDP_UEB_CLUSTER= |
| 56 | PDP_UEB_TOPIC= |
| 57 | PDP_UEB_DELAY= |
| 58 | PDP_UEB_API_KEY= |
| 59 | PDP_UEB_API_SECRET= |
| 60 | PDP_DMAAP_AAF_LOGIN= |
| 61 | PDP_DMAAP_AAF_PASSWORD= |
| 62 | |
| 63 | #AAF Policy Name space |
| 64 | #Required only, when we use AAF |
| 65 | POLICY_AAF_NAMESPACE= |
| 66 | POLICY_AAF_RESOURCE= |
| 67 | |
| 68 | # Indeterminate resolution |
| 69 | DECISION_INDETERMINATE_RESPONSE=PERMIT |