blob: c2db9d128de7a29cc7908600a2ec0c3ae4b3febf [file] [log] [blame]
a.sreekumar20705742020-02-14 12:03:33 +00001# Copyright 2020 AT&T Intellectual Property. All rights reserved
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# BRMSpep component installation configuration parameters
15BRMSGW_JMX_PORT=9989
16
17COMPONENT_X_MX_MB=512
18COMPONENT_X_MS_MB=512
19
20REST_PAP_URL=https://pap:9091/pap/
21REST_PDP_ID=https://pdp:8081/pdp/
22
23PDP_HTTP_USER_ID=testpdp
24PDP_HTTP_PASSWORD=alpha123
25PDP_PAP_PDP_HTTP_USER_ID=testpap
26PDP_PAP_PDP_HTTP_PASSWORD=alpha123
27
28M2_HOME=/usr/share/java/maven-3
29snapshotRepositoryID=policy-nexus-snapshots
30snapshotRepositoryName=Snapshots
31snapshotRepositoryURL=http://nexus:8081/nexus/content/repositories/snapshots
32releaseRepositoryID=policy-nexus-releases
33releaseRepositoryName=Releases
34releaseRepositoryURL=http://nexus:8081/nexus/content/repositories/releases
35repositoryUsername=admin
36repositoryPassword=admin123
37UEB_URL=mr.api.simpledemo.onap.org
38UEB_TOPIC=PDPD-CONFIGURATION
39UEB_API_KEY=
40UEB_API_SECRET=
41
42groupID=org.onap.policy-engine
43artifactID=drlPDPGroup
44AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam
45AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules
46
47# the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
48resource_name=brmsgw_1
49node_type=brms_gateway
50
51#Environment should be Set either DEV, TEST or PROD
52ENVIRONMENT=TEST
53
54#Notification Properties... type can be either websocket, ueb, or dmaap
55BRMS_NOTIFICATION_TYPE=websocket
56BRMS_UEB_URL=mr.api.simpledemo.onap.org
57BRMS_UEB_TOPIC=PDPD-CONFIGURATION
58BRMS_UEB_DELAY=
59BRMS_CLIENT_ID=python
60BRMS_CLIENT_KEY=dGVzdA==
61BRMS_UEB_API_KEY=
62BRMS_UEB_API_SECRET=
63
64#Dependency.json file version
65BRMS_DEPENDENCY_VERSION=1.5.1
66BRMS_MODELS_DEPENDENCY_VERSION=2.1.2
67