Jorge Hernandez | 508ad58 | 2017-05-31 13:58:27 -0500 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # ONAP POLICY |
| 4 | # ================================================================================ |
Jorge Hernandez | 13e9aa8 | 2018-03-25 23:34:27 -0500 | [diff] [blame] | 5 | # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Jorge Hernandez | 508ad58 | 2017-05-31 13:58:27 -0500 | [diff] [blame] | 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 | |
Jorge Hernandez | 1bd5456 | 2017-08-02 09:48:57 -0500 | [diff] [blame] | 21 | # SYSTEM software configuration |
| 22 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 23 | POLICY_HOME=/opt/app/policy |
Jorge Hernandez | 13e9aa8 | 2018-03-25 23:34:27 -0500 | [diff] [blame] | 24 | POLICY_LOGS=/opt/app/policy/logs |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 25 | JAVA_HOME=/opt/jdk1.8.0_77 |
| 26 | M2_HOME=/opt/app/policy/3rdparty/apache-maven-3.3.1 |
Jorge Hernandez | 3bbdb23 | 2018-08-17 16:40:58 -0500 | [diff] [blame] | 27 | KEYSTORE_PASSWD=Pol1cy_0nap |
| 28 | TRUSTSTORE_PASSWD=Pol1cy_0nap |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 29 | |
Jorge Hernandez | 1bd5456 | 2017-08-02 09:48:57 -0500 | [diff] [blame] | 30 | # Telemetry credentials |
| 31 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 32 | ENGINE_MANAGEMENT_PORT=9696 |
Jorge Hernandez | 564f818 | 2017-06-30 13:29:03 -0500 | [diff] [blame] | 33 | ENGINE_MANAGEMENT_HOST=0.0.0.0 |
Jorge Hernandez | 1bd5456 | 2017-08-02 09:48:57 -0500 | [diff] [blame] | 34 | ENGINE_MANAGEMENT_USER= |
| 35 | ENGINE_MANAGEMENT_PASSWORD= |
| 36 | |
| 37 | # nexus repository |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 38 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 39 | # To use a Nexus repository for rules artifacts, |
| 40 | # following properties must be uncommented and set: |
| 41 | #repositoryID=policy-nexus |
| 42 | #repositoryUrl=http://....(URL for the repository goes here) |
| 43 | #repositoryUsername=(nexus username goes here) |
| 44 | #repositoryPassword=(password goes here) |
| 45 | |
Jorge Hernandez | 1bd5456 | 2017-08-02 09:48:57 -0500 | [diff] [blame] | 46 | # Relational (SQL) DB access |
| 47 | |
| 48 | SQL_HOST= |
| 49 | SQL_USER= |
| 50 | SQL_PASSWORD= |
| 51 | |
| 52 | # PDP-D DMaaP configuration channel |
| 53 | |
| 54 | PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 55 | PDPD_CONFIGURATION_SERVERS= |
| 56 | PDPD_CONFIGURATION_API_KEY= |
| 57 | PDPD_CONFIGURATION_API_SECRET= |
| 58 | PDPD_CONFIGURATION_CONSUMER_GROUP= |
| 59 | PDPD_CONFIGURATION_CONSUMER_INSTANCE= |
| 60 | PDPD_CONFIGURATION_PARTITION_KEY= |
| 61 | |
Jorge Hernandez | 1bd5456 | 2017-08-02 09:48:57 -0500 | [diff] [blame] | 62 | # PAP |
| 63 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 64 | PAP_HOST= |
| 65 | PAP_USERNAME= |
| 66 | PAP_PASSWORD= |
| 67 | |
Jorge Hernandez | 1bd5456 | 2017-08-02 09:48:57 -0500 | [diff] [blame] | 68 | # PDP-X |
| 69 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 70 | PDP_HOST= |
| 71 | PDP_USERNAME= |
| 72 | PDP_PASSWORD= |
Jorge Hernandez | 1bd5456 | 2017-08-02 09:48:57 -0500 | [diff] [blame] | 73 | |
| 74 | # DCAE DMaaP |
| 75 | |
| 76 | DCAE_TOPIC= |
| 77 | DCAE_SERVERS= |
| 78 | |
| 79 | # Open DMaaP |
| 80 | |
| 81 | DMAAP_SERVERS= |