Change default maven path in brmsgw container
[oom.git] / kubernetes / policy / charts / brmsgw / resources / config / pe / brmsgw.conf
1 # Copyright © 2017 Amdocs, Bell Canada, AT&T
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.
14
15 # BRMSpep component installation configuration parameters
16 BRMSGW_JMX_PORT=9989
17
18 COMPONENT_X_MX_MB=1024
19 COMPONENT_X_MS_MB=1024
20
21 REST_PAP_URL=https://{{ .Values.global.pap.nameOverride }}:{{.Values.config.papPort}}/pap/
22 REST_PDP_ID=https://{{ .Values.global.pdp.nameOverride }}:{{.Values.config.pdpPort}}/pdp/
23
24 PDP_HTTP_USER_ID=testpdp
25 PDP_HTTP_PASSWORD=alpha123
26 PDP_PAP_PDP_HTTP_USER_ID=testpap
27 PDP_PAP_PDP_HTTP_PASSWORD=alpha123
28
29 M2_HOME=/usr/share/java/maven-3
30 snapshotRepositoryID=policy-nexus-snapshots
31 snapshotRepositoryName=Snapshots
32 snapshotRepositoryURL=http://{{ .Values.global.nexus.nameOverride }}:{{.Values.config.nexusPort}}/nexus/content/repositories/snapshots
33 releaseRepositoryID=policy-nexus-releases
34 releaseRepositoryName=Releases
35 releaseRepositoryURL=http://{{ .Values.global.nexus.nameOverride }}:{{.Values.config.nexusPort}}/nexus/content/repositories/releases
36 repositoryUsername=admin
37 repositoryPassword=admin123
38 UEB_URL=message-router
39 UEB_TOPIC=PDPD-CONFIGURATION
40 UEB_API_KEY=
41 UEB_API_SECRET=
42
43 groupID=org.onap.policy-engine
44 artifactID=drlPDPGroup
45 AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam
46 AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules
47
48 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
49 resource_name=brmsgw_1
50 node_type=brms_gateway
51
52 #Environment should be Set either DEV, TEST or PROD
53 ENVIRONMENT=TEST
54
55 #Notification Properties... type can be either websocket, ueb, or dmaap
56 BRMS_NOTIFICATION_TYPE=websocket
57 BRMS_UEB_URL=message-router
58 BRMS_UEB_TOPIC=PDPD-CONFIGURATION
59 BRMS_UEB_DELAY=
60 BRMS_CLIENT_ID=python
61 BRMS_CLIENT_KEY=dGVzdA==
62 BRMS_UEB_API_KEY=
63 BRMS_UEB_API_SECRET=
64
65 #Dependency.json file version
66 BRMS_DEPENDENCY_VERSION=1.3.1
67 BRMS_MODELS_DEPENDENCY_VERSION=2.0.0-SNAPSHOT