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