blob: 3e40edbaa1898e6f88632767dc63ea3d20d69a30 [file] [log] [blame]
Pamela Dragoshd1728dc2017-02-14 19:57:17 -05001# BRMSpep component installation configuration parameters
2BRMSGW_JMX_PORT=9989
3
4COMPONENT_X_MX_MB=1024
5COMPONENT_X_MS_MB=1024
6
7REST_PAP_URL=http://pap:9091/pap/
8REST_PDP_ID=http://pdp:8081/pdp/
9
10PDP_HTTP_USER_ID=testpdp
11PDP_HTTP_PASSWORD=alpha123
12PDP_PAP_PDP_HTTP_USER_ID=testpap
13PDP_PAP_PDP_HTTP_PASSWORD=alpha123
14
15M2_HOME=/usr/share/maven
16snapshotRepositoryID=policy-nexus-snapshots
17snapshotRepositoryName=Snapshots
18snapshotRepositoryURL=http://nexus:8081/nexus/content/repositories/snapshots
19releaseRepositoryID=policy-nexus-releases
20releaseRepositoryName=Releases
21releaseRepositoryURL=http://nexus:8081/nexus/content/repositories/releases
22repositoryUsername=admin
23repositoryPassword=admin123
24UEB_URL=vm1.mr.simpledemo.openecomp.org
25UEB_TOPIC=PDPD-CONFIGURATION
26UEB_API_KEY=
27UEB_API_SECRET=
28
Guo Ruijingf43a7e62017-07-21 12:13:56 +000029groupID=org.onap.policy-engine
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050030artifactID=drlPDPGroup
Tej, Tarunf2241622017-09-27 16:16:31 -040031AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam
32AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050033
34# the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
35resource_name=brmsgw_1
36node_type=brms_gateway
37
ITSERVICES\rb7147e9ada292017-05-12 09:56:30 -040038#Environment should be Set either DEV, TEST or PROD
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050039ENVIRONMENT=TEST
ITSERVICES\rb7147b150eba2017-05-09 13:54:45 -040040
41#Notification Properties... type can be either websocket, ueb, or dmaap
42BRMS_NOTIFICATION_TYPE=websocket
rb7147505888a2017-06-26 16:30:40 -040043BRMS_UEB_URL=vm1.mr.simpledemo.openecomp.org
44BRMS_UEB_TOPIC=PDPD-CONFIGURATION
ITSERVICES\rb7147b150eba2017-05-09 13:54:45 -040045BRMS_UEB_DELAY=
rb714786ba3292017-06-21 12:07:25 -040046BRMS_CLIENT_ID=python
rb714716ca5982017-06-23 15:03:19 -040047BRMS_CLIENT_KEY=dGVzdA==
ITSERVICES\rb7147b150eba2017-05-09 13:54:45 -040048BRMS_UEB_API_KEY=
49BRMS_UEB_API_SECRET=
50
ITSERVICES\rb7147e9ada292017-05-12 09:56:30 -040051#Dependency.json file version
52BRMS_DEPENDENCY_VERSION=1.1.0-SNAPSHOT
53