blob: 1e57226a5be0fc6578e90b6ba9c20840a7734980 [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
23POLICY_HOME=/opt/app/policy
24POLICY_LOGS=/var/log/onap/policy/pdpd
pdragosh3f9a0962019-04-16 13:19:45 -040025KEYSTORE_PASSWD=Pol1cy_0nap
26TRUSTSTORE_PASSWD=Pol1cy_0nap
27
28# Telemetry credentials
29
30TELEMETRY_PORT=9696
31TELEMETRY_HOST=0.0.0.0
32TELEMETRY_USER=demo@people.osaaf.org
33TELEMETRY_PASSWORD=demo123456!
34
35# nexus repository
36
37SNAPSHOT_REPOSITORY_ID=
38SNAPSHOT_REPOSITORY_URL=
39RELEASE_REPOSITORY_ID=
40RELEASE_REPOSITORY_URL=
41REPOSITORY_USERNAME=
42REPOSITORY_PASSWORD=
43
44# Relational (SQL) DB access
45
46SQL_HOST=
47SQL_USER=
48SQL_PASSWORD=
49
50# AAF
51
52AAF=false
53AAF_NAMESPACE=org.onap.policy
54AAF_HOST=aaf.api.simpledemo.onap.org
55
56# PDP-D DMaaP configuration channel
57
58PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
59PDPD_CONFIGURATION_API_KEY=
60PDPD_CONFIGURATION_API_SECRET=
61PDPD_CONFIGURATION_CONSUMER_GROUP=
62PDPD_CONFIGURATION_CONSUMER_INSTANCE=
63PDPD_CONFIGURATION_PARTITION_KEY=
64
65# PAP-PDP configuration channel
66
67POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
68POLICY_PDP_PAP_API_KEY=
69POLICY_PDP_PAP_API_SECRET=
70
71# PAP
72
73PAP_HOST=pap
74PAP_USERNAME=testpap
75PAP_PASSWORD=alpha123
76
77# PDP-X
78
79PDP_HOST=pdp
80PDP_USERNAME=testpdp
81PDP_PASSWORD=alpha123
82PDP_CLIENT_USERNAME=python
83PDP_CLIENT_PASSWORD=test
84PDP_ENVIRONMENT=TEST
85
86# DCAE DMaaP
87
88DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
89DCAE_SERVERS=mr.api.simpledemo.onap.org
90DCAE_CONSUMER_GROUP=dcae.policy.shared
91
92# Open DMaaP
93
94DMAAP_SERVERS=mr.api.simpledemo.onap.org
95
96# AAI
97
98AAI_URL=https://aai.api.simpledemo.onap.org:8443
99AAI_USERNAME=policy@policy.onap.org
100AAI_PASSWORD=demo123456!
101
102# MSO
103
104SO_URL=http://vm1.mso.simpledemo.onap.org:8080/onap/so/infra
105SO_USERNAME=InfraPortalClient
106SO_PASSWORD=password1$
107
108# VFC
109
110VFC_URL=
111VFC_USERNAME=
112VFC_PASSWORD=
113
114# SDNC
115
116SDNC_URL=
117SDNC_USERNAME=
118SDNC_PASSWORD=