blob: 8ccdd4fbba15c5f177491f9064e19cb56b6ca96c [file] [log] [blame]
Pamela Dragoshbed17e52018-04-16 14:15:46 -04001# Copyright 2018 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.
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050014# BRMSpep component installation configuration parameters
15BRMSGW_JMX_PORT=9989
16
17COMPONENT_X_MX_MB=1024
18COMPONENT_X_MS_MB=1024
19
Michael Mokry18426fe2018-08-22 10:39:12 -050020REST_PAP_URL=https://pap:9091/pap/
21REST_PDP_ID=https://pdp:8081/pdp/
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050022
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/maven
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
Jorge Hernandezb3697e32018-10-09 12:14:14 -050037UEB_URL=mr.api.simpledemo.onap.org
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050038UEB_TOPIC=PDPD-CONFIGURATION
39UEB_API_KEY=
40UEB_API_SECRET=
41
Guo Ruijingf43a7e62017-07-21 12:13:56 +000042groupID=org.onap.policy-engine
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050043artifactID=drlPDPGroup
Tej, Tarunf2241622017-09-27 16:16:31 -040044AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam
45AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050046
47# the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
48resource_name=brmsgw_1
49node_type=brms_gateway
50
ITSERVICES\rb7147e9ada292017-05-12 09:56:30 -040051#Environment should be Set either DEV, TEST or PROD
Pamela Dragoshd1728dc2017-02-14 19:57:17 -050052ENVIRONMENT=TEST
ITSERVICES\rb7147b150eba2017-05-09 13:54:45 -040053
54#Notification Properties... type can be either websocket, ueb, or dmaap
55BRMS_NOTIFICATION_TYPE=websocket
Jorge Hernandezb3697e32018-10-09 12:14:14 -050056BRMS_UEB_URL=mr.api.simpledemo.onap.org
rb7147505888a2017-06-26 16:30:40 -040057BRMS_UEB_TOPIC=PDPD-CONFIGURATION
ITSERVICES\rb7147b150eba2017-05-09 13:54:45 -040058BRMS_UEB_DELAY=
rb714786ba3292017-06-21 12:07:25 -040059BRMS_CLIENT_ID=python
rb714716ca5982017-06-23 15:03:19 -040060BRMS_CLIENT_KEY=dGVzdA==
ITSERVICES\rb7147b150eba2017-05-09 13:54:45 -040061BRMS_UEB_API_KEY=
62BRMS_UEB_API_SECRET=
63
ITSERVICES\rb7147e9ada292017-05-12 09:56:30 -040064#Dependency.json file version
Jorge Hernandez8f872e42019-01-09 12:18:58 -060065BRMS_DEPENDENCY_VERSION=1.3.5
ITSERVICES\rb7147e9ada292017-05-12 09:56:30 -040066