blob: e0803660419ac3f5132ffe5a62e13f9ea036e1d8 [file] [log] [blame]
Jim Hahndaee9222018-04-19 11:28:41 -04001#
2#============LICENSE_START==================================================
3# ONAP Policy Engine
4#===========================================================================
5# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6#===========================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18#============LICENSE_END==================================================
19#
20
Pamela Dragosh91d04c62017-02-14 19:41:00 -050021# BRMSpep component installation configuration parameters
22BRMSGW_JMX_PORT=9989
23
24COMPONENT_X_MX_MB=1024
25COMPONENT_X_MS_MB=1024
26
27REST_PAP_URL=https://${{FQDN}}:9091/pap/
28REST_PDP_ID=https://${{FQDN}}:8081/pdp/
29
30PDP_HTTP_USER_ID=testpdp
31PDP_HTTP_PASSWORD=alpha123
32PDP_PAP_PDP_HTTP_USER_ID=testpap
33PDP_PAP_PDP_HTTP_PASSWORD=alpha123
34
35M2_HOME=/usr/share/maven
36snapshotRepositoryID=snapshots
37snapshotRepositoryName=Snapshots
38snapshotRepositoryURL=http://nexus:8081/nexus/content/repositories/snapshots
39releaseRepositoryID=releases
40releaseRepositoryName=Releases
41releaseRepositoryURL=http://nexus:8081/nexus/content/repositories/releases
42repositoryUsername=test
43repositoryPassword=test
44UEB_URL=vm1.mr.simpledemo.openecomp.org
45UEB_TOPIC=CLOSEDLOOP-DCAE-SAMPLE
46UEB_API_KEY=
47UEB_API_SECRET=
48
Guo Ruijing073cc182017-07-31 08:47:35 +000049groupID=org.onap.policy-engine
Pamela Dragosh91d04c62017-02-14 19:41:00 -050050artifactID=drlPDPGroup
Tej, Tarun3be65a62017-09-27 10:53:52 -040051AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam
52AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules
Pamela Dragosh91d04c62017-02-14 19:41:00 -050053
54# the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
55resource_name=brmsgw_1
56node_type=brms_gateway
57
Ravindra Bakkamanthala87c95be2017-05-23 14:56:12 -040058CLIENT_ID=PDPServer
Pamela Dragosh91d04c62017-02-14 19:41:00 -050059CLIENT_KEY=test
60ENVIRONMENT=DEVL