Removing deprecated DMAAP library
[policy/drools-pdp.git] / packages / install / src / files / base.conf
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
6 # Modifications Copyright (C) 2020 Bell Canada.
7 # Modifications Copyright (C) 2022, 2024 Nordix Foundation.
8 # ================================================================================
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #      http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20 # ============LICENSE_END=========================================================
21 ###
22
23 # JVM options
24
25 JVM_OPTIONS=-server -Xms512m -Xmx1024m
26
27 # SYSTEM software configuration
28
29 POLICY_HOME=/opt/app/policy
30 POLICY_LOGS=/opt/app/policy/logs
31
32 KEYSTORE=/opt/app/policy/etc/ssl/policy-keystore
33 KEYSTORE_PASSWD=Pol1cy_0nap
34
35 TRUSTSTORE=/opt/app/policy/etc/ssl/policy-truststore
36 TRUSTSTORE_PASSWD=Pol1cy_0nap
37
38 # System proxy settings
39 # Empty by default, http proxy can be overridden during build time.
40 # System property settings will always override the project
41 # property supplied during build time.
42
43 #http_proxy=
44 #https_proxy=
45
46 # Cluster Identifier if any
47 CLUSTER_NAME=
48
49 # Telemetry credentials
50 TELEMETRY_PORT=9696
51 TELEMETRY_HOST=0.0.0.0
52 TELEMETRY_USER=
53 TELEMETRY_PASSWORD=
54
55 # nexus repository for policy artifacts
56
57 SNAPSHOT_REPOSITORY_ID=
58 SNAPSHOT_REPOSITORY_URL=
59 RELEASE_REPOSITORY_ID=
60 RELEASE_REPOSITORY_URL=
61 REPOSITORY_USERNAME=
62 REPOSITORY_PASSWORD=
63 REPOSITORY_OFFLINE=
64
65 # nexus repository for all other artifacts.
66 # By default the repo URLs point to ONAP nexus
67 # repositories. These default build settings
68 # can be overridden during build time.
69
70 #MVN_SNAPSHOT_REPO_URL=https://nexus.onap.org/content/repositories/snapshots/
71 #MVN_RELEASE_REPO_URL=https://nexus.onap.org/content/repositories/releases/
72
73 # Relational (SQL) DB access
74
75 # override the mysql tool command in tooling with custom parameters
76 MYSQL_CMD=mysql
77
78 # mandatory parameters for the DB server location
79 SQL_HOST=
80 SQL_USER=
81 SQL_PASSWORD=
82 SQL_PORT=3306
83
84 # override the JDBC urls to support customizations
85 JDBC_URL=
86
87 # add optional JDBC options for the connector to use
88 JDBC_OPTS=
89
90 # Prometheus
91
92 PROMETHEUS=false
93
94 # HTTP Servers https enabled
95
96 HTTP_SERVER_HTTPS=false
97
98 # PDP-D Message Broker configuration channel
99
100 PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
101 PDPD_CONFIGURATION_API_KEY=
102 PDPD_CONFIGURATION_API_SECRET=
103 PDPD_CONFIGURATION_CONSUMER_GROUP=
104 PDPD_CONFIGURATION_CONSUMER_INSTANCE=
105 PDPD_CONFIGURATION_PARTITION_KEY=
106
107 # PAP-PDP configuration channel
108
109 POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
110 POLICY_PDP_PAP_API_KEY=
111 POLICY_PDP_PAP_API_SECRET=
112
113 # Symmetric Key for encoded sensitive data
114
115 SYMM_KEY=
116
117 # PAP
118
119 PAP_HOST=
120 PAP_USERNAME=
121 PAP_PASSWORD=
122 POLICY_PDP_PAP_GROUP=defaultGroup
123 POLICY_PDP_PAP_TYPE=
124 POLICY_PDP_PAP_POLICYTYPES=
125
126 # PDP-X
127
128 PDP_HOST=
129 PDP_USERNAME=
130 PDP_PASSWORD=
131 PDP_CLIENT_USERNAME=
132 PDP_CLIENT_PASSWORD=
133 PDP_ENVIRONMENT=
134
135 # DCAE Message Broker
136
137 DCAE_TOPIC=
138 DCAE_SERVERS=
139 DCAE_CONSUMER_GROUP=
140
141 # Open DMaaP
142
143 # DMAAP_SERVERS=
144 # DMAAP_HTTPS=true
145
146 # AAI
147
148 AAI_URL=
149 AAI_USERNAME=
150 AAI_PASSWORD=
151
152 # MSO
153
154 SO_URL=
155 SO_USERNAME=
156 SO_PASSWORD=
157
158 # VFC
159
160 VFC_URL=
161 VFC_USERNAME=
162 VFC_PASSWORD=
163
164 # SDNC
165
166 SDNC_URL=
167 SDNC_USERNAME=
168 SDNC_PASSWORD=