move policy config to onap 1.1
[oom.git] / kubernetes / config / docker / init / src / config / policy / 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.onap-policy:9091/pap/
8 REST_PDP_ID=http://pdp.onap-policy: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.onap-policy:8081/nexus/content/repositories/snapshots
19 releaseRepositoryID=policy-nexus-releases
20 releaseRepositoryName=Releases
21 releaseRepositoryURL=http://nexus.onap-policy:8081/nexus/content/repositories/releases
22 repositoryUsername=admin
23 repositoryPassword=admin123
24 UEB_URL=dmaap.onap-message-router
25 UEB_TOPIC=PDPD-CONFIGURATION
26 UEB_API_KEY=
27 UEB_API_SECRET=
28
29 groupID=org.onap.policy-engine
30 artifactID=drlPDPGroup
31 VFW_GROUP_ID=org.onap.policy-engine.drools.vFW
32 VFW_ARTIFACT_ID=policy-vFW-rules
33 VDNS_GROUP_ID=org.onap.policy-engine.drools.vDNS
34 VDNS_ARTIFACT_ID=policy-vDNS-rules
35
36
37 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
38 resource_name=brmsgw_1
39 node_type=brms_gateway
40
41 #Environment should be Set either DEV, TEST or PROD
42 ENVIRONMENT=TEST
43
44 #Notification Properties... type can be either websocket, ueb, or dmaap
45 BRMS_NOTIFICATION_TYPE=websocket
46 BRMS_UEB_URL=dmaap.onap-message-router
47 BRMS_UEB_TOPIC=PDPD-CONFIGURATION
48 BRMS_UEB_DELAY=
49 BRMS_CLIENT_ID=python
50 BRMS_CLIENT_KEY=dGVzdA==
51 BRMS_UEB_API_KEY=
52 BRMS_UEB_API_SECRET=
53
54 #Dependency.json file version
55 BRMS_DEPENDENCY_VERSION=1.1.0-SNAPSHOT
56