[POLICY] Update config and db-migrator to 2.5.0
[oom.git] / kubernetes / policy / components / policy-drools-pdp / resources / configmaps / base.conf
1 {{/*
2 # Copyright © 2017-2018 Amdocs, Bell Canada.
3 # Modifications Copyright (C) 2018-2020, 2022 AT&T Intellectual Property.
4 # Modifications Copyright (C) 2021 Bell Canada. All rights reserved.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 */}}
18
19 # JVM options
20
21 JVM_OPTIONS={{.Values.server.jvmOpts}}
22
23 # SYSTEM software configuration
24
25 POLICY_HOME=/opt/app/policy
26 POLICY_LOGS=/var/log/onap/policy/pdpd
27
28 # Telemetry credentials
29
30 TELEMETRY_PORT=9696
31 TELEMETRY_HOST=0.0.0.0
32
33 # nexus repository
34
35 SNAPSHOT_REPOSITORY_ID=policy-nexus-snapshots
36 SNAPSHOT_REPOSITORY_URL=http://{{.Values.nexus.name}}:{{.Values.nexus.port}}/nexus/content/repositories/snapshots/
37 RELEASE_REPOSITORY_ID=policy-nexus-releases
38 RELEASE_REPOSITORY_URL=http://{{.Values.nexus.name}}:{{.Values.nexus.port}}/nexus/content/repositories/releases/
39 REPOSITORY_OFFLINE={{.Values.nexus.offline}}
40
41 # Relational (SQL) DB access
42
43 SQL_HOST={{ .Values.db.name }}
44 SQL_PORT=3306
45 JDBC_URL=jdbc:mariadb://{{ .Values.db.name }}:3306/
46 JDBC_OPTS=
47 MYSQL_CMD=
48
49 # Liveness
50 LIVENESS_CONTROLLERS=*
51
52 # AAF
53
54 AAF={{.Values.aaf.enabled}}
55 AAF_NAMESPACE=org.onap.policy
56 AAF_HOST=aaf-locate.{{.Release.Namespace}}
57
58 # HTTP Servers
59
60 HTTP_SERVER_HTTPS=true
61 PROMETHEUS=true
62
63 # PDP-D DMaaP configuration channel
64
65 PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
66 PDPD_CONFIGURATION_SERVERS=message-router
67 PDPD_CONFIGURATION_CONSUMER_GROUP=
68 PDPD_CONFIGURATION_CONSUMER_INSTANCE=
69 PDPD_CONFIGURATION_PARTITION_KEY=
70
71 # PAP-PDP configuration channel
72
73 POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
74 POLICY_PDP_PAP_GROUP=defaultGroup
75 POLICY_PDP_PAP_POLICYTYPES=onap.policies.controlloop.operational.common.Drools
76
77 # Symmetric Key for encoded sensitive data
78
79 SYMM_KEY=
80
81 # PAP
82
83 PAP_HOST=policy-pap
84
85 # PDP-X
86
87 PDP_HOST=policy-xacml-pdp
88 PDP_PORT=6969
89 PDP_CONTEXT_URI=policy/pdpx/v1/
90 GUARD_DISABLED=false
91
92 # DCAE DMaaP
93
94 DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
95 DCAE_SERVERS=message-router
96 DCAE_CONSUMER_GROUP=dcae.policy.shared
97
98 # Open DMaaP
99
100 DMAAP_SERVERS=message-router
101 DMAAP_HTTPS=true
102
103 # AAI
104
105 AAI_HOST=aai.{{.Release.Namespace}}
106 AAI_PORT=8443
107 AAI_CONTEXT_URI=
108
109 # MSO
110
111 SO_HOST=so.{{.Release.Namespace}}
112 SO_PORT=8080
113 SO_CONTEXT_URI=onap/so/infra/
114 SO_URL=https://so.{{.Release.Namespace}}:8080/onap/so/infra
115
116 # VFC
117
118 VFC_HOST=
119 VFC_PORT=
120 VFC_CONTEXT_URI=api/nslcm/v1/
121
122 # SDNC
123
124 SDNC_HOST=sdnc.{{.Release.Namespace}}
125 SDNC_PORT=8282
126 SDNC_CONTEXT_URI=restconf/operations/
127
128 # CDS
129
130 CDS_GRPC_HOST={{.Values.cds.grpc.svcName}}
131 CDS_GRPC_PORT={{.Values.cds.grpc.svcPort}}