Companion changes for Alpine move
[oom.git] / kubernetes / policy / charts / drools / resources / config / opt / policy / config / drools / base.conf
1 # Copyright © 2017-2018 Amdocs, Bell Canada, AT&T
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # JVM options
16
17 JVM_OPTIONS=-server -Xms1024m -Xmx2048m
18
19 # SYSTEM software configuration 
20
21 POLICY_HOME=/opt/app/policy
22 POLICY_LOGS=/var/log/onap/policy/pdpd
23 JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
24 KEYSTORE_PASSWD=Pol1cy_0nap
25 TRUSTSTORE_PASSWD=Pol1cy_0nap
26
27 # Telemetry credentials
28
29 TELEMETRY_PORT=9696
30 TELEMETRY_HOST=0.0.0.0
31 TELEMETRY_USER=demo@people.osaaf.org
32 TELEMETRY_PASSWORD=demo123456!
33
34 # nexus repository
35
36 SNAPSHOT_REPOSITORY_ID=policy-nexus-snapshots
37 SNAPSHOT_REPOSITORY_URL=http://{{.Values.global.nexus.nameOverride}}:{{.Values.config.nexusPort}}/nexus/content/repositories/snapshots/
38 RELEASE_REPOSITORY_ID=policy-nexus-releases
39 RELEASE_REPOSITORY_URL=http://{{.Values.global.nexus.nameOverride}}:{{.Values.config.nexusPort}}/nexus/content/repositories/releases/
40 REPOSITORY_USERNAME=admin
41 REPOSITORY_PASSWORD=admin123
42
43 # Relational (SQL) DB access 
44
45 SQL_HOST={{.Values.global.mariadb.nameOverride}}
46 SQL_USER=policy_user
47 SQL_PASSWORD=policy_user
48
49 # AAF
50
51 AAF=true
52 AAF_NAMESPACE=org.onap.policy
53 AAF_HOST=aaf-locate.{{.Release.Namespace}}
54
55 # PDP-D DMaaP configuration channel
56
57 PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
58 PDPD_CONFIGURATION_SERVERS=message-router
59 PDPD_CONFIGURATION_API_KEY=
60 PDPD_CONFIGURATION_API_SECRET=
61 PDPD_CONFIGURATION_CONSUMER_GROUP=
62 PDPD_CONFIGURATION_CONSUMER_INSTANCE=
63 PDPD_CONFIGURATION_PARTITION_KEY=
64
65 # PAP-PDP configuration channel
66
67 POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
68 POLICY_PDP_PAP_API_KEY=
69 POLICY_PDP_PAP_API_SECRET=
70
71 # PAP
72
73 PAP_HOST={{.Values.global.pap.nameOverride}}
74 PAP_USERNAME=testpap
75 PAP_PASSWORD=alpha123
76
77 # PDP-X
78
79 PDP_HOST={{.Values.global.pdp.nameOverride}}
80 PDP_USERNAME=testpdp
81 PDP_PASSWORD=alpha123
82 PDP_CLIENT_USERNAME=python
83 PDP_CLIENT_PASSWORD=test
84 PDP_ENVIRONMENT=TEST
85
86 # DCAE DMaaP
87
88 DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
89 DCAE_SERVERS=message-router
90 DCAE_CONSUMER_GROUP=dcae.policy.shared
91
92 # Open DMaaP
93
94 DMAAP_SERVERS=message-router
95
96 # AAI
97
98 AAI_URL=https://aai.{{.Release.Namespace}}:8443
99 AAI_USERNAME=policy@policy.onap.org
100 AAI_PASSWORD=demo123456!
101
102 # MSO
103
104 SO_URL=http://so.{{.Release.Namespace}}:8080/onap/so/infra
105 SO_USERNAME=InfraPortalClient
106 SO_PASSWORD=password1$
107
108 # VFC
109
110 VFC_URL=
111 VFC_USERNAME=
112 VFC_PASSWORD=
113
114 # SDNC
115
116 SDNC_URL=
117 SDNC_USERNAME=
118 SDNC_PASSWORD=