184ae9aee7bacfb8c6903ccedaef2b86242077b2
[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
61 # Symmetric Key for encoded sensitive data
62
63 SYMM_KEY=
64
65 # PAP
66
67 PAP_HOST=policy-pap
68
69 # PDP-X
70
71 PDP_HOST=policy-xacml-pdp
72 PDP_PORT=6969
73 PDP_CONTEXT_URI=policy/pdpx/v1/
74 GUARD_DISABLED=false
75
76 # DCAE DMaaP
77
78 DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
79 DCAE_SERVERS=message-router
80 DCAE_CONSUMER_GROUP=dcae.policy.shared
81
82 # Open DMaaP
83
84 DMAAP_SERVERS=message-router
85
86 # AAI
87
88 AAI_HOST=aai.{{.Release.Namespace}}
89 AAI_PORT=8443
90 AAI_CONTEXT_URI=
91
92 # MSO
93
94 SO_HOST=so.{{.Release.Namespace}}
95 SO_PORT=8080
96 SO_CONTEXT_URI=onap/so/infra/
97 SO_URL=https://so.{{.Release.Namespace}}:8080/onap/so/infra
98
99 # VFC
100
101 VFC_HOST=
102 VFC_PORT=
103 VFC_CONTEXT_URI=api/nslcm/v1/
104
105 # SDNC
106
107 SDNC_HOST=sdnc.{{.Release.Namespace}}
108 SDNC_PORT=8282
109 SDNC_CONTEXT_URI=restconf/operations/
110
111 # CDS
112
113 CDS_GRPC_HOST={{.Values.cds.grpc.svcName}}
114 CDS_GRPC_PORT={{.Values.cds.grpc.svcPort}}