Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 3 | # ONAP Policy Engine |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 4 | # ================================================================================ |
pa834y | c1b69df | 2019-03-26 14:29:38 -0400 | [diff] [blame] | 5 | # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 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 | |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 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 |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 25 | NOTIFICATION_TYPE=websocket |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 26 | NOTIFICATION_SERVERS= |
| 27 | NOTIFICATION_TOPIC=PDPD-CONFIGURATION |
| 28 | NOTIFICATION_DELAY= |
| 29 | UEB_API_KEY= |
| 30 | UEB_API_SECRET= |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 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 |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 48 | |
| 49 | ## GroupNames can be comma separated values. |
Tej, Tarun | 3be65a6 | 2017-09-27 10:53:52 -0400 | [diff] [blame] | 50 | groupNames = default, amsterdam |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 51 | default.groupID = org.onap.policy-engine |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 52 | default.artifactID = drlPDPGroup |
Tej, Tarun | 3be65a6 | 2017-09-27 10:53:52 -0400 | [diff] [blame] | 53 | amsterdam.groupID= org.onap.policy-engine.drools.amsterdam |
| 54 | amsterdam.artifactID= policy-amsterdam-rules |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 55 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 56 | #Integrity Monitor values |
| 57 | #database driver for Integrity Monitor |
rb7147 | 92a628e | 2017-09-21 13:51:10 -0400 | [diff] [blame] | 58 | javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 59 | #database URL for Integrity Monitor |
rb7147 | 92a628e | 2017-09-21 13:51:10 -0400 | [diff] [blame] | 60 | javax.persistence.jdbc.url=jdbc:mariadb://localhost:3306/onap_sdk |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 61 | #database username for Integrity Monitor |
| 62 | javax.persistence.jdbc.user=policy_user |
| 63 | #database password for Integrity Monitor |
| 64 | javax.persistence.jdbc.password=password |
| 65 | #resource name |
| 66 | RESOURCE_NAME=site_1.brmsgw_1 |
| 67 | #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java*** |
| 68 | site_name=site_1 |
| 69 | node_type=brms_gateway |
| 70 | fp_monitor_interval=30 |
| 71 | failed_counter_threshold=3 |
| 72 | test_trans_interval=20 |
| 73 | write_fpc_interval=5 |
| 74 | max_fpc_update_interval=60 |
| 75 | test_via_jmx=false |
| 76 | ping_interval=30000 |
| 77 | # |
| 78 | # |
| 79 | # |
Jim Hahn | 1c5d6cd | 2019-09-17 12:14:50 -0400 | [diff] [blame] | 80 | brms.dependency.version=1.6.0-SNAPSHOT |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 81 | |
| 82 | ENVIRONMENT = DEVL |
pa834y | c1b69df | 2019-03-26 14:29:38 -0400 | [diff] [blame] | 83 | |
| 84 | # AES key for password encryption in config files |
| 85 | #org.onap.policy.encryption.aes.key=12345678901234567890123456789012 |