Tej, Tarun | dc35b06 | 2017-09-16 12:56:31 -0400 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # ONAP 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 | PDP_URL2 = https://localhost:8082/pdp/ , testpdp, alpha456 |
| 22 | PAP_URL = http://localhost:8070/pap/ , testpap, alpha123 |
| 23 | |
| 24 | #Notification Properties... type can be either websocket, ueb, or dmaap |
| 25 | NOTIFICATION_TYPE=websocket |
| 26 | NOTIFICATION_SERVERS= |
| 27 | NOTIFICATION_TOPIC=PDPD-CONFIGURATION |
| 28 | NOTIFICATION_DELAY= |
| 29 | UEB_API_KEY= |
| 30 | UEB_API_SECRET= |
| 31 | CLIENT_ID= |
| 32 | CLIENT_KEY= |
| 33 | |
| 34 | # BRMS Properties. |
| 35 | ## defaultName is the default group name to which the rule gets pushed if no artifactID is specified. |
| 36 | defaultName = default |
| 37 | ## repositoryID |
| 38 | repositoryID = releases |
| 39 | ## reposiroryName |
| 40 | repositoryName = Releases |
| 41 | ## repositoryURL |
| 42 | repositoryURL = http://nexus:8081/nexus/content/repositories/releases |
| 43 | ## repositoryUsername & Password |
| 44 | repositoryUsername=admin |
| 45 | repositoryPassword=admin123 |
| 46 | ## policyKeyID the value of Policy Key whose value will be the group Name. |
| 47 | policyKeyID = controller |
| 48 | |
| 49 | ## GroupNames can be comma separated values. |
| 50 | groupNames = default, vFW , vDNS |
| 51 | default.groupID = org.onap.policy-engine |
| 52 | default.artifactID = drlPDPGroup |
| 53 | vFW.groupID= org.onap.policy-engine.drools.vFW |
| 54 | vFW.artifactID= policy-vFW-rules |
| 55 | vDNS.groupID= org.onap.policy-engine.drools.vDNS |
| 56 | vDNS.artifactID= policy-vDNS-rules |
| 57 | |
| 58 | #Integrity Monitor values |
| 59 | #database driver for Integrity Monitor |
| 60 | javax.persistence.jdbc.driver=org.h2.Driver |
| 61 | #database URL for Integrity Monitor |
| 62 | javax.persistence.jdbc.url=jdbc:h2:file:./sql/xacmlTest |
| 63 | #database username for Integrity Monitor |
| 64 | javax.persistence.jdbc.user=sa |
| 65 | #database password for Integrity Monitor |
| 66 | javax.persistence.jdbc.password= |
| 67 | #persistence xml |
Tej, Tarun | 3be65a6 | 2017-09-27 10:53:52 -0400 | [diff] [blame] | 68 | brmsEclipselink.persistencexml=META-INF/persistenceBRMStest.xml |
Tej, Tarun | dc35b06 | 2017-09-16 12:56:31 -0400 | [diff] [blame] | 69 | #resource name |
| 70 | RESOURCE_NAME=site_1.brmsgw_1 |
| 71 | #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java*** |
| 72 | site_name=site_1 |
| 73 | node_type=brms_gateway |
| 74 | fp_monitor_interval=30 |
| 75 | failed_counter_threshold=3 |
| 76 | test_trans_interval=20 |
| 77 | write_fpc_interval=5 |
| 78 | max_fpc_update_interval=60 |
| 79 | test_via_jmx=false |
| 80 | ping_interval=30000 |
| 81 | # |
| 82 | # |
| 83 | # |
Pamela Dragosh | b874f12 | 2019-04-16 10:18:43 -0400 | [diff] [blame^] | 84 | brms.dependency.version=1.3.7-SNAPSHOT |
Tej, Tarun | dc35b06 | 2017-09-16 12:56:31 -0400 | [diff] [blame] | 85 | |
| 86 | ENVIRONMENT = DEVL |