Run all components in one namespace
[oom.git] / kubernetes / policy / resources / config / opt / policy / config / pe / brmsgw.conf
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.{{.Values.nsPrefix}}:9091/pap/
8 REST_PDP_ID=http://pdp.{{.Values.nsPrefix}}: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.{{.Values.nsPrefix}}:8081/nexus/content/repositories/snapshots
19 releaseRepositoryID=policy-nexus-releases
20 releaseRepositoryName=Releases
21 releaseRepositoryURL=http://nexus.{{.Values.nsPrefix}}:8081/nexus/content/repositories/releases
22 repositoryUsername=admin
23 repositoryPassword=admin123
24 UEB_URL=dmaap.{{.Values.nsPrefix}}
25 UEB_TOPIC=PDPD-CONFIGURATION
26 UEB_API_KEY=
27 UEB_API_SECRET=
28
29 groupID=org.onap.policy-engine
30 artifactID=drlPDPGroup
31 AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam
32 AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules
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
38 #Environment should be Set either DEV, TEST or PROD
39 ENVIRONMENT=TEST
40
41 #Notification Properties... type can be either websocket, ueb, or dmaap
42 BRMS_NOTIFICATION_TYPE=websocket
43 BRMS_UEB_URL=dmaap.{{.Values.nsPrefix}}
44 BRMS_UEB_TOPIC=PDPD-CONFIGURATION
45 BRMS_UEB_DELAY=
46 BRMS_CLIENT_ID=python
47 BRMS_CLIENT_KEY=dGVzdA==
48 BRMS_UEB_API_KEY=
49 BRMS_UEB_API_SECRET=
50
51 #Dependency.json file version
52 BRMS_DEPENDENCY_VERSION=1.2.0
53