Jorge Hernandez | 9eb6ad5 | 2017-08-02 09:58:13 -0500 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # ONAP POLICY |
| 4 | # ================================================================================ |
| 5 | # Copyright (C) 2017 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 | |
| 22 | # SYSTEM software configuration |
| 23 | |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 24 | POLICY_HOME=/opt/app/policy |
| 25 | JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 |
| 26 | KEYSTORE_PASSWD=PolicyR0ck$ |
| 27 | |
Jorge Hernandez | 9eb6ad5 | 2017-08-02 09:58:13 -0500 | [diff] [blame] | 28 | # Telemetry credentials |
| 29 | |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 30 | ENGINE_MANAGEMENT_PORT=9696 |
Jorge Hernandez | d69cc0d | 2017-08-30 06:09:32 -0500 | [diff] [blame] | 31 | ENGINE_MANAGEMENT_HOST=0.0.0.0 |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 32 | ENGINE_MANAGEMENT_USER=@1b3rt |
Jorge Hernandez | 9eb6ad5 | 2017-08-02 09:58:13 -0500 | [diff] [blame] | 33 | ENGINE_MANAGEMENT_PASSWORD=31nst31n |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 34 | |
Jorge Hernandez | 9eb6ad5 | 2017-08-02 09:58:13 -0500 | [diff] [blame] | 35 | # nexus repository |
| 36 | |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 37 | snapshotRepositoryID=policy-nexus-snapshots |
| 38 | snapshotRepositoryUrl=http://nexus:8081/nexus/content/repositories/snapshots/ |
| 39 | releaseRepositoryID=policy-nexus-releases |
| 40 | releaseRepositoryUrl=http://nexus:8081/nexus/content/repositories/releases/ |
| 41 | repositoryUsername=admin |
| 42 | repositoryPassword=admin123 |
| 43 | |
Jorge Hernandez | 9eb6ad5 | 2017-08-02 09:58:13 -0500 | [diff] [blame] | 44 | # Relational (SQL) DB access |
| 45 | |
| 46 | SQL_HOST=mariadb |
| 47 | SQL_USER=policy_user |
| 48 | SQL_PASSWORD=policy_user |
| 49 | |
| 50 | # PDP-D DMaaP configuration channel |
| 51 | |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 52 | PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION |
| 53 | PDPD_CONFIGURATION_SERVERS=vm1.mr.simpledemo.openecomp.org |
| 54 | PDPD_CONFIGURATION_API_KEY= |
| 55 | PDPD_CONFIGURATION_API_SECRET= |
| 56 | PDPD_CONFIGURATION_CONSUMER_GROUP= |
| 57 | PDPD_CONFIGURATION_CONSUMER_INSTANCE= |
| 58 | PDPD_CONFIGURATION_PARTITION_KEY= |
| 59 | |
Jorge Hernandez | 9eb6ad5 | 2017-08-02 09:58:13 -0500 | [diff] [blame] | 60 | # PAP |
| 61 | |
| 62 | PAP_HOST=pap |
| 63 | PAP_USERNAME=testpap |
| 64 | PAP_PASSWORD=alpha123 |
| 65 | |
| 66 | # PDP-X |
| 67 | |
| 68 | PDP_HOST=pdp |
| 69 | PDP_USERNAME=testpdp |
| 70 | PDP_PASSWORD=alpha123 |
Jorge Hernandez | e7046a0 | 2017-09-25 11:18:19 -0500 | [diff] [blame] | 71 | PDP_CLIENT_USERNAME=python |
| 72 | PDP_CLIENT_PASSWORD=test |
| 73 | PDP_ENVIRONMENT=TEST |
Jorge Hernandez | 9eb6ad5 | 2017-08-02 09:58:13 -0500 | [diff] [blame] | 74 | |
| 75 | # DCAE DMaaP |
| 76 | |
Jorge Hernandez | 52c3802 | 2017-10-11 22:08:37 -0500 | [diff] [blame^] | 77 | DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT |
Jorge Hernandez | 9eb6ad5 | 2017-08-02 09:58:13 -0500 | [diff] [blame] | 78 | DCAE_SERVERS=10.0.4.102 |
| 79 | |
| 80 | # Open DMaaP |
| 81 | |
| 82 | DMAAP_SERVERS=vm1.mr.simpledemo.openecomp.org |
Jorge Hernandez | d69cc0d | 2017-08-30 06:09:32 -0500 | [diff] [blame] | 83 | |
| 84 | # AAI |
| 85 | |
| 86 | AAI_URL=https://aai.api.simpledemo.openecomp.org:8443 |
| 87 | AAI_USERNAME=POLICY |
| 88 | AAI_PASSWORD=POLICY |
| 89 | |
| 90 | # MSO |
| 91 | |
Jorge Hernandez | 223776e | 2017-09-18 10:20:14 -0500 | [diff] [blame] | 92 | SO_URL=http://vm1.mso.simpledemo.openecomp.org:8080/ecomp/mso/infra |
| 93 | SO_USERNAME=InfraPortalClient |
| 94 | SO_PASSWORD=password1$ |
Jorge Hernandez | 5ed2f95 | 2017-09-06 19:42:47 -0500 | [diff] [blame] | 95 | |
| 96 | # VFC |
| 97 | |
| 98 | VFC_URL= |
| 99 | VFC_USERNAME= |
| 100 | VFC_PASSWORD= |