blob: f3c5c8d2e4ed33f166cb0ef9ae36dc39e3198a19 [file] [log] [blame]
Lathish65cb6092020-03-26 15:06:31 +00001################################################################################
2# Copyright (c) 2020 Nordix Foundation. #
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
17#-------------------------------------------------------------------------
18# Global common setting
19#-------------------------------------------------------------------------
20
PatrikBuhrc5c107d2021-05-26 09:26:09 +020021
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +010022# Here you can enable inclusion or exclusion of each component. A not enabled component will not be installed.
PatrikBuhrc5c107d2021-05-26 09:26:09 +020023nonrtric:
24 installPms: true
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010025 installA1controller: true
26 installA1simulator: true
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020027 installControlpanel: true
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010028 installInformationservice: true
29 installRappcatalogueservice: true
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020030 installNonrtricgateway: true
31 installKong: false
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010032 installDmaapadapterservice: true
33 installDmaapmediatorservice: true
34 installHelmmanager: true
elinuxhenrik89a42982022-07-01 11:19:43 +020035 installOrufhrecovery: true
36 installRansliceassurance: true
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020037 volume1:
38 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
39 size: 2Gi
40 storageClassName: pms-storage
PatrikBuhr4c590d92021-12-09 14:16:01 +010041 hostPath: /var/nonrtric/pms-storage
RehanRaza2482dc92021-09-22 18:14:27 +020042 volume2:
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020043 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
44 size: 2Gi
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010045 storageClassName: ics-storage
PatrikBuhr4c590d92021-12-09 14:16:01 +010046 hostPath: /var/nonrtric/ics-storage
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010047 volume3:
48 size: 1Gi
49 storageClassName: helmmanager-storage
Lathish65cb6092020-03-26 15:06:31 +000050common:
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020051 releasePrefix: r3-dev-nonrtric
52# Do not change the namespace
Lathish65cb6092020-03-26 15:06:31 +000053 namespace:
54 nonrtric: nonrtric
RehanRaza2482dc92021-09-22 18:14:27 +020055 ingressClassName: kong
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010056
57informationservice:
58 informationservice:
59 imagePullPolicy: Always
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020060 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +010061 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
elinuxhenrik89a42982022-07-01 11:19:43 +020062 name: 'nonrtric-plt-informationcoordinatorservice'
63 tag: 1.3.0
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020064 service:
65 allowHttp: true
66 httpName: http
67 internalPort1: 9082
68 targetPort1: 8083
69 httpsName: https
70 internalPort2: 9083
71 targetPort2: 8434
72 liveness:
73 initialDelaySeconds: 20
74 periodSeconds: 10
75 readiness:
76 initialDelaySeconds: 20
77 periodSeconds: 10
78 persistence:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010079 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
80 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020081 size: 2Gi
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010082 storageClassName: ics-storage
83 ingress:
84 enabled: true
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020085
86# Need to check the external port Availability
87policymanagementservice:
88 policymanagementservice:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010089 imagePullPolicy: Always
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020090 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +010091 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
elinuxhenrik89a42982022-07-01 11:19:43 +020092 name: nonrtric-plt-a1policymanagementservice
93 tag: 2.4.0
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020094 service:
95 allowHttp: true
96 httpName: http
97 internalPort1: 9080
98 targetPort1: 8081
99 httpsName: https
100 internalPort2: 9081
101 targetPort2: 8433
102 liveness:
103 initialDelaySeconds: 20
104 periodSeconds: 10
105 readiness:
106 initialDelaySeconds: 20
107 periodSeconds: 10
108 persistence:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100109 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
110 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
PatrikBuhr8a1a9a42021-06-04 10:57:06 +0200111 size: 2Gi
112 storageClassName: pms-storage
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100113 ingress:
114 enabled: true
Lathish7e090012020-04-01 17:38:20 +0100115
elinuxhenrik89a42982022-07-01 11:19:43 +0200116# A1 Controller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
Lathish7e090012020-04-01 17:38:20 +0100117a1controller:
Lathishe4d2f4b2020-04-20 17:21:51 +0100118 a1controller:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100119 imagePullPolicy: Always
Lathishe4d2f4b2020-04-20 17:21:51 +0100120 image:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100121 registry: 'nexus3.onap.org:10002/onap'
122 name: sdnc-image
123 tag: 2.1.6
Lathishe4d2f4b2020-04-20 17:21:51 +0100124 replicaCount: 1
125 service:
RehanRazad052a252020-05-27 14:56:30 +0200126 allowHttp: true
127 httpName: http
128 internalPort1: 8282
129 targetPort1: 8181
130 httpsName: https
131 internalPort2: 8383
132 targetPort2: 8443
133 liveness:
Lathish7a934702020-06-04 13:14:41 +0100134 initialDelaySeconds: 300
RehanRazad052a252020-05-27 14:56:30 +0200135 periodSeconds: 10
136 readiness:
137 initialDelaySeconds: 60
138 periodSeconds: 10
Lathish65cb6092020-03-26 15:06:31 +0000139
140a1simulator:
Lathishe4d2f4b2020-04-20 17:21:51 +0100141 a1simulator:
142 name: a1-sim
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100143 imagePullPolicy: Always
Lathishe4d2f4b2020-04-20 17:21:51 +0100144 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100145 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
Lathishe4d2f4b2020-04-20 17:21:51 +0100146 name: a1-simulator
elinuxhenrik89a42982022-07-01 11:19:43 +0200147 tag: 2.3.0
Lathishe4d2f4b2020-04-20 17:21:51 +0100148 service:
RehanRaza036da7f2020-06-01 17:11:37 +0200149 allowHttp: true
RehanRazae5a6ed02020-05-29 11:30:58 +0200150 httpName: http
151 internalPort1: 8085
152 targetPort1: 8085
153 httpsName: https
154 internalPort2: 8185
155 targetPort2: 8185
156 liveness:
157 initialDelaySeconds: 20
158 periodSeconds: 10
159 readiness:
160 initialDelaySeconds: 20
161 periodSeconds: 10
Lathishe4d2f4b2020-04-20 17:21:51 +0100162 oscVersion:
163 name: a1-sim-osc
164 replicaCount: 2
165 stdVersion:
166 name: a1-sim-std
167 replicaCount: 2
ecaiyanlinuxee640dc2020-12-22 09:25:03 +0100168 stdVersion2:
169 name: a1-sim-std2
170 replicaCount: 2
Lathish7e090012020-04-01 17:38:20 +0100171
172controlpanel:
Lathishe4d2f4b2020-04-20 17:21:51 +0100173 controlpanel:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100174 imagePullPolicy: Always
Lathishe4d2f4b2020-04-20 17:21:51 +0100175 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100176 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
Lathishe4d2f4b2020-04-20 17:21:51 +0100177 name: nonrtric-controlpanel
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100178 tag: 2.3.0
Lathishe4d2f4b2020-04-20 17:21:51 +0100179 replicaCount: 1
180 service:
Lathish32a43aa2020-05-20 23:18:18 +0100181 allowHttp: true
182 httpName: http
183 internalPort1: 8080
184 targetPort1: 8080
185 externalPort1: 30091
186 httpsName: https
187 internalPort2: 8081
188 targetPort2: 8082
189 externalPort2: 30092
190 liveness:
191 initialDelaySeconds: 20
192 periodSeconds: 10
193 readiness:
194 initialDelaySeconds: 20
195 periodSeconds: 10
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100196 ingress:
197 enabled: false
Lathish65cb6092020-03-26 15:06:31 +0000198
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100199rappcatalogueservice:
200 rappcatalogueservice:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100201 imagePullPolicy: Always
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100202 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100203 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
elinuxhenrik89a42982022-07-01 11:19:43 +0200204 name: nonrtric-plt-rappcatalogue
205 tag: 1.1.0
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100206 service:
207 allowHttp: true
208 httpName: http
209 internalPort1: 9085
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100210 targetPort1: 8680
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100211 httpsName: https
212 internalPort2: 9086
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100213 targetPort2: 8633
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100214 liveness:
215 initialDelaySeconds: 20
216 periodSeconds: 10
217 readiness:
218 initialDelaySeconds: 20
ecaiyanlinuxee640dc2020-12-22 09:25:03 +0100219 periodSeconds: 10
RehanRazae6914732021-02-04 13:17:31 +0100220
221nonrtricgateway:
222 nonrtricgateway:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100223 imagePullPolicy: Always
RehanRazae6914732021-02-04 13:17:31 +0100224 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100225 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
RehanRazae6914732021-02-04 13:17:31 +0100226 name: nonrtric-gateway
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100227 tag: 1.0.0
RehanRazae6914732021-02-04 13:17:31 +0100228 service:
229 httpName: http
230 internalPort1: 9090
231 targetPort1: 9090
232 externalPort1: 30093
233 liveness:
234 initialDelaySeconds: 20
235 periodSeconds: 10
236 readiness:
237 initialDelaySeconds: 20
PatrikBuhr866a34f2021-04-12 17:02:21 +0200238 periodSeconds: 10
RehanRaza2482dc92021-09-22 18:14:27 +0200239
240dmaapadapterservice:
241 dmaapadapterservice:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100242 imagePullPolicy: Always
RehanRaza2482dc92021-09-22 18:14:27 +0200243 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100244 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
elinuxhenrik89a42982022-07-01 11:19:43 +0200245 name: 'nonrtric-plt-dmaapadapter'
246 tag: 1.1.0
RehanRaza2482dc92021-09-22 18:14:27 +0200247 service:
248 allowHttp: true
249 httpName: http
250 internalPort1: 9087
251 targetPort1: 8084
252 httpsName: https
253 internalPort2: 9088
254 targetPort2: 8435
255 liveness:
256 initialDelaySeconds: 20
257 periodSeconds: 10
258 readiness:
259 initialDelaySeconds: 20
260 periodSeconds: 10
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100261
262dmaapmediatorservice:
263 dmaapmediatorservice:
264 imagePullPolicy: IfNotPresent
265 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100266 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
elinuxhenrik89a42982022-07-01 11:19:43 +0200267 name: "nonrtric-plt-dmaapmediatorproducer"
268 tag: 1.1.0
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100269 service:
270 allowHttp: true
271 httpName: http
272 internalPort1: 8085
273 targetPort1: 8085
274 httpsName: https
275 internalPort2: 8185
276 targetPort2: 8185
277 liveness:
278 initialDelaySeconds: 20
279 periodSeconds: 10
280 readiness:
281 initialDelaySeconds: 20
282 periodSeconds: 10
283
284helmmanager:
285 helmmanager:
286 clusterRoleName: cluster-admin
287 imagePullPolicy: Always
288 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100289 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
elinuxhenrik89a42982022-07-01 11:19:43 +0200290 name: "nonrtric-plt-helmmanager"
291 tag: 1.2.0
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100292 service:
293 httpName: http
294 internalPort1: 8112
295 targetPort1: 8083
296 liveness:
297 initialDelaySeconds: 20
298 periodSeconds: 10
299 readiness:
300 initialDelaySeconds: 20
301 periodSeconds: 10
302 persistence:
303 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
304 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
305 size: 1Gi
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100306 storageClassName: helmmanager-storage
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100307
elinuxhenrik89a42982022-07-01 11:19:43 +0200308ransliceassurance:
309 ransliceassurance:
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100310 imagePullPolicy: IfNotPresent
311 image:
312 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
elinuxhenrik89a42982022-07-01 11:19:43 +0200313 name: "nonrtric-rapp-ransliceassurance"
314 tag: 1.1.0
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100315 env:
316 mr_host: "http://onap-dmaap"
317 mr_port: "3904"
318 sdnr_address: "http://sdnr:8181"
319 sdnr_user: "admin"
320 sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
321 log_level: "Info"
322 polltime: "10"
323
elinuxhenrik89a42982022-07-01 11:19:43 +0200324orufhrecovery:
325 orufhrecovery:
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100326 imagePullPolicy: IfNotPresent
327 image:
328 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
ktimoneyf67e67b2022-06-08 14:39:57 +0100329 name: "nonrtric-rapp-orufhrecovery-consumer"
elinuxhenrik89a42982022-07-01 11:19:43 +0200330 tag: 1.1.0
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100331 env:
332 consumer_host: "http://mrproducer"
333 consumer_port: "8095"
ecaiyanlinuxbaeef2c2022-02-14 22:36:54 +0100334 consumer_cert_path: "security/consumer.crt"
335 consumer_key_path: "security/consumer.key"
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100336 info_coord_addr: "http://ics:8083"
337 sdnr_address: "http://sdnr:8282"
338 sdnr_user: "admin"
339 sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
340 oru_to_odu_map_file: "o-ru-to-o-du-map.csv"
341 log_level: "Info"
elinuxhenrik89a42982022-07-01 11:19:43 +0200342
aravind.est41f01082022-12-16 13:12:34 +0000343
344capifcore:
345 capifcore:
346 imagePullPolicy: IfNotPresent
347 image:
348 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
349 name: nonrtric-plt-capifcore
350 tag: 1.0.0
351 env:
352 chart_museum_url: "http://chartmuseum:8080"
353 repo_name: "capifcore"