6fa034682d603a0e65c41455c6227ca3196ed8ba
[policy/engine.git] / packages / install / src / files / brmsgw.conf
1 #
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
21 # BRMSpep component installation configuration parameters
22 BRMSGW_JMX_PORT=9989
23
24 COMPONENT_X_MX_MB=1024
25 COMPONENT_X_MS_MB=1024
26
27 REST_PAP_URL=https://${{FQDN}}:9091/pap/
28 REST_PDP_ID=https://${{FQDN}}:8081/pdp/
29
30 PDP_HTTP_USER_ID=testpdp
31 PDP_HTTP_PASSWORD=alpha123
32 PDP_PAP_PDP_HTTP_USER_ID=testpap
33 PDP_PAP_PDP_HTTP_PASSWORD=alpha123
34
35 M2_HOME=/usr/share/maven
36 snapshotRepositoryID=snapshots
37 snapshotRepositoryName=Snapshots
38 snapshotRepositoryURL=http://nexus:8081/nexus/content/repositories/snapshots
39 releaseRepositoryID=releases
40 releaseRepositoryName=Releases
41 releaseRepositoryURL=http://nexus:8081/nexus/content/repositories/releases
42 repositoryUsername=test
43 repositoryPassword=test
44 UEB_URL=vm1.mr.simpledemo.openecomp.org
45 UEB_TOPIC=CLOSEDLOOP-DCAE-SAMPLE
46 UEB_API_KEY=
47 UEB_API_SECRET=
48
49 groupID=org.onap.policy-engine
50 artifactID=drlPDPGroup
51 AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam
52 AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules
53
54 # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
55 resource_name=brmsgw_1
56 node_type=brms_gateway
57
58 CLIENT_ID=PDPServer
59 CLIENT_KEY=test
60 ENVIRONMENT=DEVL
61
62 BRMS_DEPENDENCY_VERSION=1.5.1-SNAPSHOT
63 BRMS_MODELS_DEPENDENCY_VERSION=2.1.1-SNAPSHOT