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