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