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