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