Restructure of csit files to be used both by docker and k8s config
[policy/docker.git] / compose / config / drools-applications / env / base.conf
1 # ============LICENSE_START==================================================
2 # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
3 # Modifications Copyright (C) 2021 Bell Canada. All rights reserved.
4 # ===========================================================================
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #      http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 # ============LICENSE_END====================================================
17
18 # JVM options
19
20 JVM_OPTIONS=-server -Xms512m -Xmx512m
21
22 # SYSTEM software configuration
23
24 DEBUG=y
25 POLICY_HOME=/opt/app/policy
26 POLICY_LOGS=/var/log/onap/policy/pdpd
27 KEYSTORE_PASSWD=Pol1cy_0nap
28 TRUSTSTORE_PASSWD=Pol1cy_0nap
29
30 # Telemetry credentials
31
32 TELEMETRY_PORT=9696
33 TELEMETRY_HOST=0.0.0.0
34 TELEMETRY_USER=demo@people.osaaf.org
35 TELEMETRY_PASSWORD=demo123456!
36
37 # nexus repository
38
39 SNAPSHOT_REPOSITORY_ID=
40 SNAPSHOT_REPOSITORY_URL=
41 RELEASE_REPOSITORY_ID=
42 RELEASE_REPOSITORY_URL=
43 REPOSITORY_USERNAME=
44 REPOSITORY_PASSWORD=
45 REPOSITORY_OFFLINE=true
46
47 # Relational (SQL) DB access
48
49 SQL_HOST=mariadb
50 SQL_USER=policy_user
51 SQL_PASSWORD=policy_user
52 SQL_PORT=3306
53 JDBC_URL=jdbc:mariadb://mariadb:3306/
54 JDBC_OPTS=
55 MYSQL_CMD=
56
57 # AAF
58
59 AAF=false
60 AAF_NAMESPACE=org.onap.policy
61 AAF_HOST=aaf.api.simpledemo.onap.org
62
63 # HTTP Servers
64
65 HTTP_SERVER_HTTPS=false
66 PROMETHEUS=true
67
68 # LIVENESS Checks
69
70 LIVENESS_CONTROLLERS=*
71
72 # PDP-D DMaaP configuration channel
73
74 PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
75 PDPD_CONFIGURATION_API_KEY=
76 PDPD_CONFIGURATION_API_SECRET=
77 PDPD_CONFIGURATION_CONSUMER_GROUP=
78 PDPD_CONFIGURATION_CONSUMER_INSTANCE=
79 PDPD_CONFIGURATION_PARTITION_KEY=
80
81 # PAP-PDP configuration channel
82
83 POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
84 POLICY_PDP_PAP_API_KEY=
85 POLICY_PDP_PAP_API_SECRET=
86
87 # PAP
88
89 PAP_HOST=policy-pap
90 PAP_USERNAME=policyadmin
91 PAP_PASSWORD=zb!XztG34
92
93 # PDP-X
94
95 GUARD_DISABLED=false
96 PDP_HOST=policy-xacml-pdp
97 PDP_PORT=6969
98 PDP_CONTEXT_URI=policy/pdpx/v1/
99 PDP_USERNAME=policyadmin
100 PDP_PASSWORD=zb!XztG34
101 PDP_HTTPS=false
102
103 # DCAE DMaaP
104
105 DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
106 DCAE_SERVERS=message-router
107 DCAE_CONSUMER_GROUP=dcae.policy.shared
108
109 # Open DMaaP
110
111 DMAAP_SERVERS=message-router
112 DMAAP_HTTPS=false
113
114 # AAI
115
116 AAI_HOST=aai-sim
117 AAI_PORT=6666
118 AAI_CONTEXT_URI=
119 AAI_USERNAME=policy@policy.onap.org
120 AAI_PASSWORD=demo123456!
121 AAI_HTTPS=false
122
123 # MSO
124
125 SO_HOST=so-sim
126 SO_PORT=6669
127 SO_CONTEXT_URI=
128 SO_URL=http://message-router:6669/
129 SO_USERNAME=InfraPortalClient
130 SO_PASSWORD='password1$'
131
132 # VFC
133
134 VFC_HOST=vfc-sim
135 VFC_PORT=6670
136 VFC_CONTEXT_URI=
137 VFC_USERNAME=
138 VFC_PASSWORD=
139
140 # SDNC
141
142 SDNC_HOST=sdnc-sim
143 SDNC_PORT=6668
144 SDNC_CONTEXT_URI=
145 SDNC_USERNAME=
146 SDNC_PASSWORD=