Jim Hahn | daee922 | 2018-04-19 11:28:41 -0400 | [diff] [blame^] | 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 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 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 | |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 49 | groupID=org.onap.policy-engine |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 50 | artifactID=drlPDPGroup |
Tej, Tarun | 3be65a6 | 2017-09-27 10:53:52 -0400 | [diff] [blame] | 51 | AMSTERDAM_GROUP_ID=org.onap.policy-engine.drools.amsterdam |
| 52 | AMSTERDAM_ARTIFACT_ID=policy-amsterdam-rules |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 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 | |
Ravindra Bakkamanthala | 87c95be | 2017-05-23 14:56:12 -0400 | [diff] [blame] | 58 | CLIENT_ID=PDPServer |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 59 | CLIENT_KEY=test |
| 60 | ENVIRONMENT=DEVL |