0b982fd7d08a449a061add8ffd14dd05ac2eeefa
[oom.git] / kubernetes / policy / charts / drools / resources / configmaps / base.conf
1 # Copyright © 2017-2018 Amdocs, Bell Canada.
2 # Modifications Copyright (C) 2018-2019 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 JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
25
26 # Telemetry credentials
27
28 TELEMETRY_PORT=9696
29 TELEMETRY_HOST=0.0.0.0
30
31 # nexus repository
32
33 SNAPSHOT_REPOSITORY_ID=policy-nexus-snapshots
34 SNAPSHOT_REPOSITORY_URL=http://{{.Values.global.nexus.nameOverride}}:{{.Values.nexus.port}}/nexus/content/repositories/snapshots/
35 RELEASE_REPOSITORY_ID=policy-nexus-releases
36 RELEASE_REPOSITORY_URL=http://{{.Values.global.nexus.nameOverride}}:{{.Values.nexus.port}}/nexus/content/repositories/releases/
37
38 # Relational (SQL) DB access
39
40 SQL_HOST={{ .Values.global.mariadb.service.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
60 # Symmetric Key for encoded sensitive data
61
62 SYMM_KEY=
63
64 # PAP
65
66 PAP_HOST=policy-pap
67
68 # PDP-X
69
70 PDP_HOST=policy-xacml-pdp
71
72 # DCAE DMaaP
73
74 DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
75 DCAE_SERVERS=message-router
76 DCAE_CONSUMER_GROUP=dcae.policy.shared
77
78 # Open DMaaP
79
80 DMAAP_SERVERS=message-router
81
82 # AAI
83
84 AAI_URL=https://aai.{{.Release.Namespace}}:8443
85
86 # MSO
87
88 SO_URL=http://so.{{.Release.Namespace}}:8080/onap/so/infra
89
90 # VFC
91
92 VFC_URL=
93
94 # SDNC
95
96 SDNC_URL=http://sdnc.{{.Release.Namespace}}:8282/restconf/operations
97
98 # CDS
99
100 CDS_GRPC_HOST={{.Values.cds.grpc.svcName}}
101 CDS_GRPC_PORT={{.Values.cds.grpc.svcPort}}