Pamela Dragosh | bed17e5 | 2018-04-16 14:15:46 -0400 | [diff] [blame] | 1 | # Copyright 2018 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. |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 14 | # BRMSpep component installation configuration parameters |
| 15 | BRMSGW_JMX_PORT=9989 |
| 16 | |
| 17 | COMPONENT_X_MX_MB=1024 |
| 18 | COMPONENT_X_MS_MB=1024 |
| 19 | |
Michael Mokry | 18426fe | 2018-08-22 10:39:12 -0500 | [diff] [blame] | 20 | REST_PAP_URL=https://pap:9091/pap/ |
| 21 | REST_PDP_ID=https://pdp:8081/pdp/ |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 22 | |
| 23 | PDP_HTTP_USER_ID=testpdp |
| 24 | PDP_HTTP_PASSWORD=alpha123 |
| 25 | PDP_PAP_PDP_HTTP_USER_ID=testpap |
| 26 | PDP_PAP_PDP_HTTP_PASSWORD=alpha123 |
| 27 | |
| 28 | M2_HOME=/usr/share/maven |
| 29 | snapshotRepositoryID=policy-nexus-snapshots |
| 30 | snapshotRepositoryName=Snapshots |
| 31 | snapshotRepositoryURL=http://nexus:8081/nexus/content/repositories/snapshots |
| 32 | releaseRepositoryID=policy-nexus-releases |
| 33 | releaseRepositoryName=Releases |
| 34 | releaseRepositoryURL=http://nexus:8081/nexus/content/repositories/releases |
| 35 | repositoryUsername=admin |
| 36 | repositoryPassword=admin123 |
Jorge Hernandez | b3697e3 | 2018-10-09 12:14:14 -0500 | [diff] [blame] | 37 | UEB_URL=mr.api.simpledemo.onap.org |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 38 | UEB_TOPIC=PDPD-CONFIGURATION |
| 39 | UEB_API_KEY= |
| 40 | UEB_API_SECRET= |
| 41 | |
Guo Ruijing | f43a7e6 | 2017-07-21 12:13:56 +0000 | [diff] [blame] | 42 | groupID=org.onap.policy-engine |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 43 | artifactID=drlPDPGroup |
Tej, Tarun | f224162 | 2017-09-27 16:16:31 -0400 | [diff] [blame] | 44 | AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam |
| 45 | AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 46 | |
| 47 | # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase |
| 48 | resource_name=brmsgw_1 |
| 49 | node_type=brms_gateway |
| 50 | |
ITSERVICES\rb7147 | e9ada29 | 2017-05-12 09:56:30 -0400 | [diff] [blame] | 51 | #Environment should be Set either DEV, TEST or PROD |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 52 | ENVIRONMENT=TEST |
ITSERVICES\rb7147 | b150eba | 2017-05-09 13:54:45 -0400 | [diff] [blame] | 53 | |
| 54 | #Notification Properties... type can be either websocket, ueb, or dmaap |
| 55 | BRMS_NOTIFICATION_TYPE=websocket |
Jorge Hernandez | b3697e3 | 2018-10-09 12:14:14 -0500 | [diff] [blame] | 56 | BRMS_UEB_URL=mr.api.simpledemo.onap.org |
rb7147 | 505888a | 2017-06-26 16:30:40 -0400 | [diff] [blame] | 57 | BRMS_UEB_TOPIC=PDPD-CONFIGURATION |
ITSERVICES\rb7147 | b150eba | 2017-05-09 13:54:45 -0400 | [diff] [blame] | 58 | BRMS_UEB_DELAY= |
rb7147 | 86ba329 | 2017-06-21 12:07:25 -0400 | [diff] [blame] | 59 | BRMS_CLIENT_ID=python |
rb7147 | 16ca598 | 2017-06-23 15:03:19 -0400 | [diff] [blame] | 60 | BRMS_CLIENT_KEY=dGVzdA== |
ITSERVICES\rb7147 | b150eba | 2017-05-09 13:54:45 -0400 | [diff] [blame] | 61 | BRMS_UEB_API_KEY= |
| 62 | BRMS_UEB_API_SECRET= |
| 63 | |
ITSERVICES\rb7147 | e9ada29 | 2017-05-12 09:56:30 -0400 | [diff] [blame] | 64 | #Dependency.json file version |
Jorge Hernandez | 8f872e4 | 2019-01-09 12:18:58 -0600 | [diff] [blame] | 65 | BRMS_DEPENDENCY_VERSION=1.3.5 |
ITSERVICES\rb7147 | e9ada29 | 2017-05-12 09:56:30 -0400 | [diff] [blame] | 66 | |