Revert "basic auth for so-monitoring"
[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.nameOverride}}
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 # PAP
61
62 PAP_HOST=policy-pap
63
64 # PDP-X
65
66 PDP_HOST=policy-xacml-pdp
67
68 # DCAE DMaaP
69
70 DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
71 DCAE_SERVERS=message-router
72 DCAE_CONSUMER_GROUP=dcae.policy.shared
73
74 # Open DMaaP
75
76 DMAAP_SERVERS=message-router
77
78 # AAI
79
80 AAI_URL=https://aai.{{.Release.Namespace}}:8443
81
82 # MSO
83
84 SO_URL=http://so.{{.Release.Namespace}}:8080/onap/so/infra
85
86 # VFC
87
88 VFC_URL=
89
90 # SDNC
91
92 SDNC_URL=http://sdnc.{{.Release.Namespace}}:8282/restconf/operations