Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame^] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # ECOMP Policy Engine |
| 4 | # ================================================================================ |
| 5 | # Copyright (C) 2017 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 | # PIP Engine Definition |
| 22 | #PDP_URL2 = http://localhost:8082/pdp/ ,testpdp,alpha456 |
| 23 | PDP_URL1= http://localhost:9091/pdp/ ,testpdp, alpha456 |
| 24 | PAP_URL = http://localhost:8070/pap/ , testpap, alpha123 |
| 25 | PYPDP_ID=testrest |
| 26 | PYPDP_PASSWORD=secUre |
| 27 | # DO NOT ADD THIS TO THE INSTALLTION SCRIPTS. This is for build Test purposes. |
| 28 | Test = true |
| 29 | |
| 30 | #Integrity Monitor values |
| 31 | #database driver for Integrity Monitor |
| 32 | javax.persistence.jdbc.driver=com.mysql.jdbc.Driver |
| 33 | #database URL for Integrity Monitor |
| 34 | javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/ecomp_sdk |
| 35 | #database username for Integrity Monitor |
| 36 | javax.persistence.jdbc.user=policy_user |
| 37 | #database password for Integrity Monitor |
| 38 | javax.persistence.jdbc.password=policy_user |
| 39 | #resource name |
| 40 | RESOURCE_NAME=pypdp_pdp01 |
| 41 | |
| 42 | #The site name for the Admin |
| 43 | site_name=site_1 |
| 44 | |
| 45 | #Has to be one of pdp_xacml, pdp_drools, pap, pap_admin, logparser, brms_gateway, astra_gateway, elk_server, pypdp |
| 46 | node_type=pypdp |
| 47 | |
| 48 | ENVIRONMENT=DEVL |
| 49 | CLIENT_FILE=client.properties |