blob: d3164cb5e23df89c8ace6bcca47635adbb2320cf [file] [log] [blame]
pdragosh3f9a0962019-04-16 13:19:45 -04001# ============LICENSE_START=======================================================
2# Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
3# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15# ============LICENSE_END=========================================================
16
17# JVM options
18
19JVM_OPTIONS=-server -Xms512m -Xmx512m
20
21# SYSTEM software configuration
22
23POLICY_HOME=/opt/app/policy
24POLICY_LOGS=/var/log/onap/policy/pdpd
25JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
26KEYSTORE_PASSWD=Pol1cy_0nap
27TRUSTSTORE_PASSWD=Pol1cy_0nap
28
29# Telemetry credentials
30
31TELEMETRY_PORT=9696
32TELEMETRY_HOST=0.0.0.0
33TELEMETRY_USER=demo@people.osaaf.org
34TELEMETRY_PASSWORD=demo123456!
35
36# nexus repository
37
38SNAPSHOT_REPOSITORY_ID=
39SNAPSHOT_REPOSITORY_URL=
40RELEASE_REPOSITORY_ID=
41RELEASE_REPOSITORY_URL=
42REPOSITORY_USERNAME=
43REPOSITORY_PASSWORD=
44
45# Relational (SQL) DB access
46
47SQL_HOST=
48SQL_USER=
49SQL_PASSWORD=
50
51# AAF
52
53AAF=false
54AAF_NAMESPACE=org.onap.policy
55AAF_HOST=aaf.api.simpledemo.onap.org
56
57# PDP-D DMaaP configuration channel
58
59PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
60PDPD_CONFIGURATION_API_KEY=
61PDPD_CONFIGURATION_API_SECRET=
62PDPD_CONFIGURATION_CONSUMER_GROUP=
63PDPD_CONFIGURATION_CONSUMER_INSTANCE=
64PDPD_CONFIGURATION_PARTITION_KEY=
65
66# PAP-PDP configuration channel
67
68POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
69POLICY_PDP_PAP_API_KEY=
70POLICY_PDP_PAP_API_SECRET=
71
72# PAP
73
74PAP_HOST=pap
75PAP_USERNAME=testpap
76PAP_PASSWORD=alpha123
77
78# PDP-X
79
80PDP_HOST=pdp
81PDP_USERNAME=testpdp
82PDP_PASSWORD=alpha123
83PDP_CLIENT_USERNAME=python
84PDP_CLIENT_PASSWORD=test
85PDP_ENVIRONMENT=TEST
86
87# DCAE DMaaP
88
89DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
90DCAE_SERVERS=mr.api.simpledemo.onap.org
91DCAE_CONSUMER_GROUP=dcae.policy.shared
92
93# Open DMaaP
94
95DMAAP_SERVERS=mr.api.simpledemo.onap.org
96
97# AAI
98
99AAI_URL=https://aai.api.simpledemo.onap.org:8443
100AAI_USERNAME=policy@policy.onap.org
101AAI_PASSWORD=demo123456!
102
103# MSO
104
105SO_URL=http://vm1.mso.simpledemo.onap.org:8080/onap/so/infra
106SO_USERNAME=InfraPortalClient
107SO_PASSWORD=password1$
108
109# VFC
110
111VFC_URL=
112VFC_USERNAME=
113VFC_PASSWORD=
114
115# SDNC
116
117SDNC_URL=
118SDNC_USERNAME=
119SDNC_PASSWORD=