blob: c11e7e9834080b7c91422b32b98a9e1847801286 [file] [log] [blame]
pdragosh3f9a0962019-04-16 13:19:45 -04001# ============LICENSE_START=======================================================
Bilal A9f54c002020-01-16 16:12:19 +00002# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
pdragosh3f9a0962019-04-16 13:19:45 -04003# ================================================================================
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
a.sreekumar20705742020-02-14 12:03:33 +000023DEBUG=y
pdragosh3f9a0962019-04-16 13:19:45 -040024POLICY_HOME=/opt/app/policy
25POLICY_LOGS=/var/log/onap/policy/pdpd
pdragosh3f9a0962019-04-16 13:19:45 -040026KEYSTORE_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=
a.sreekumar20705742020-02-14 12:03:33 +000044REPOSITORY_OFFLINE=true
pdragosh3f9a0962019-04-16 13:19:45 -040045
46# Relational (SQL) DB access
47
a.sreekumar20705742020-02-14 12:03:33 +000048SQL_HOST=mariadb
49SQL_USER=policy_user
50SQL_PASSWORD=policy_user
pdragosh3f9a0962019-04-16 13:19:45 -040051
52# AAF
53
54AAF=false
55AAF_NAMESPACE=org.onap.policy
56AAF_HOST=aaf.api.simpledemo.onap.org
57
58# PDP-D DMaaP configuration channel
59
60PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
61PDPD_CONFIGURATION_API_KEY=
62PDPD_CONFIGURATION_API_SECRET=
63PDPD_CONFIGURATION_CONSUMER_GROUP=
64PDPD_CONFIGURATION_CONSUMER_INSTANCE=
65PDPD_CONFIGURATION_PARTITION_KEY=
66
67# PAP-PDP configuration channel
68
69POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
70POLICY_PDP_PAP_API_KEY=
71POLICY_PDP_PAP_API_SECRET=
72
73# PAP
74
75PAP_HOST=pap
76PAP_USERNAME=testpap
77PAP_PASSWORD=alpha123
78
79# PDP-X
80
81PDP_HOST=pdp
Jim Hahnd248ae92020-03-17 12:18:46 -040082PDP_PORT=6969
pdragosh3f9a0962019-04-16 13:19:45 -040083PDP_USERNAME=testpdp
84PDP_PASSWORD=alpha123
85PDP_CLIENT_USERNAME=python
86PDP_CLIENT_PASSWORD=test
87PDP_ENVIRONMENT=TEST
88
89# DCAE DMaaP
90
91DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
92DCAE_SERVERS=mr.api.simpledemo.onap.org
93DCAE_CONSUMER_GROUP=dcae.policy.shared
94
95# Open DMaaP
96
97DMAAP_SERVERS=mr.api.simpledemo.onap.org
98
99# AAI
100
Jim Hahnd248ae92020-03-17 12:18:46 -0400101AAI_HOST=aai.api.simpledemo.onap.org
102AAI_PORT=8443
pdragosh3f9a0962019-04-16 13:19:45 -0400103AAI_URL=https://aai.api.simpledemo.onap.org:8443
104AAI_USERNAME=policy@policy.onap.org
105AAI_PASSWORD=demo123456!
106
107# MSO
108
Jim Hahnd248ae92020-03-17 12:18:46 -0400109SO_HOST=vm1.mso.simpledemo.onap.org
110SO_PORT=8080
pdragosh3f9a0962019-04-16 13:19:45 -0400111SO_URL=http://vm1.mso.simpledemo.onap.org:8080/onap/so/infra
112SO_USERNAME=InfraPortalClient
113SO_PASSWORD=password1$
114
115# VFC
116
Jim Hahnd248ae92020-03-17 12:18:46 -0400117VFC_HOST=
118VFC_PORT=
pdragosh3f9a0962019-04-16 13:19:45 -0400119VFC_URL=
120VFC_USERNAME=
121VFC_PASSWORD=
122
123# SDNC
124
Jim Hahnd248ae92020-03-17 12:18:46 -0400125SDNC_HOST=
126SDNC_PORT=
pdragosh3f9a0962019-04-16 13:19:45 -0400127SDNC_URL=
128SDNC_USERNAME=
129SDNC_PASSWORD=