57fa29bc3d5649d7f3ba52bf9755ffe7b457d7d1
[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
46 # Liveness
47 LIVENESS_CONTROLLERS=*
48
49 # AAF
50
51 AAF={{.Values.aaf.enabled}}
52 AAF_NAMESPACE=org.onap.policy
53 AAF_HOST=aaf-locate.{{.Release.Namespace}}
54
55 # HTTP Servers
56
57 HTTP_SERVER_HTTPS=true
58 PROMETHEUS=true
59
60 # PDP-D DMaaP configuration channel
61
62 PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
63 PDPD_CONFIGURATION_SERVERS=message-router
64 PDPD_CONFIGURATION_CONSUMER_GROUP=
65 PDPD_CONFIGURATION_CONSUMER_INSTANCE=
66 PDPD_CONFIGURATION_PARTITION_KEY=
67
68 # PAP-PDP configuration channel
69
70 POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
71 POLICY_PDP_PAP_GROUP=defaultGroup
72 POLICY_PDP_PAP_POLICYTYPES=onap.policies.controlloop.operational.common.Drools
73
74 # Symmetric Key for encoded sensitive data
75
76 SYMM_KEY=
77
78 # PAP
79
80 PAP_HOST=policy-pap
81
82 # PDP-X
83
84 PDP_HOST=policy-xacml-pdp
85 PDP_PORT=6969
86 PDP_CONTEXT_URI=policy/pdpx/v1/
87 GUARD_DISABLED=false
88
89 # DCAE DMaaP
90
91 DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
92 DCAE_SERVERS=message-router
93 DCAE_CONSUMER_GROUP=dcae.policy.shared
94
95 # Open DMaaP
96
97 DMAAP_SERVERS=message-router
98 DMAAP_HTTPS=true
99
100 # AAI
101
102 AAI_HOST=aai.{{.Release.Namespace}}
103 AAI_PORT=8443
104 AAI_CONTEXT_URI=
105
106 # MSO
107
108 SO_HOST=so.{{.Release.Namespace}}
109 SO_PORT=8080
110 SO_CONTEXT_URI=onap/so/infra/
111 SO_URL=https://so.{{.Release.Namespace}}:8080/onap/so/infra
112
113 # VFC
114
115 VFC_HOST=
116 VFC_PORT=
117 VFC_CONTEXT_URI=api/nslcm/v1/
118
119 # SDNC
120
121 SDNC_HOST=sdnc.{{.Release.Namespace}}
122 SDNC_PORT=8282
123 SDNC_CONTEXT_URI=restconf/operations/
124
125 # CDS
126
127 CDS_GRPC_HOST={{.Values.cds.grpc.svcName}}
128 CDS_GRPC_PORT={{.Values.cds.grpc.svcPort}}