1 ################################################################################
2 # Copyright (c) 2020 Nordix Foundation. #
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 #
8 # http://www.apache.org/licenses/LICENSE-2.0 #
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 ################################################################################
17 #-------------------------------------------------------------------------
18 # Global common setting
19 #-------------------------------------------------------------------------
22 # Here you can enable inclusion or exclusion of each component. A not enabled component will not be installed.
25 installA1controller: true
26 installA1simulator: true
27 installControlpanel: true
28 installInformationservice: true
29 installRappcatalogueservice: true
30 installNonrtricgateway: true
32 installDmaapadapterservice: true
33 installDmaapmediatorservice: true
34 installHelmmanager: true
35 installOruclosedlooprecovery: true
36 installOdusliceassurance: true
38 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
40 storageClassName: pms-storage
41 hostPath: /var/nonrtric/pms-storage
43 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
45 storageClassName: ics-storage
46 hostPath: /var/nonrtric/ics-storage
49 storageClassName: helmmanager-storage
51 releasePrefix: r3-dev-nonrtric
52 # Do not change the namespace
55 ingressClassName: kong
59 imagePullPolicy: Always
61 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
62 name: 'nonrtric-information-coordinator-service'
73 initialDelaySeconds: 20
76 initialDelaySeconds: 20
79 # 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)
82 storageClassName: ics-storage
86 # Need to check the external port Availability
87 policymanagementservice:
88 policymanagementservice:
89 imagePullPolicy: Always
91 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
92 name: nonrtric-a1-policy-management-service
103 initialDelaySeconds: 20
106 initialDelaySeconds: 20
109 # 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)
112 storageClassName: pms-storage
116 # A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
119 imagePullPolicy: Always
121 registry: 'nexus3.onap.org:10002/onap'
134 initialDelaySeconds: 300
137 initialDelaySeconds: 60
143 imagePullPolicy: Always
145 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
157 initialDelaySeconds: 20
160 initialDelaySeconds: 20
174 imagePullPolicy: Always
176 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
177 name: nonrtric-controlpanel
191 initialDelaySeconds: 20
194 initialDelaySeconds: 20
199 rappcatalogueservice:
200 rappcatalogueservice:
201 imagePullPolicy: Always
203 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
204 name: nonrtric-r-app-catalogue
215 initialDelaySeconds: 20
218 initialDelaySeconds: 20
223 imagePullPolicy: Always
225 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
226 name: nonrtric-gateway
234 initialDelaySeconds: 20
237 initialDelaySeconds: 20
242 imagePullPolicy: Always
244 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
245 name: 'nonrtric-dmaap-adaptor'
256 initialDelaySeconds: 20
259 initialDelaySeconds: 20
262 dmaapmediatorservice:
263 dmaapmediatorservice:
264 imagePullPolicy: IfNotPresent
266 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
267 name: "nonrtric-dmaap-mediator-producer"
278 initialDelaySeconds: 20
281 initialDelaySeconds: 20
286 clusterRoleName: cluster-admin
287 imagePullPolicy: Always
289 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
290 name: "nonrtric-helm-manager"
297 initialDelaySeconds: 20
300 initialDelaySeconds: 20
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)
306 storageClassName: helmmanager-storage
310 imagePullPolicy: IfNotPresent
312 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
313 name: "nonrtric-o-du-slice-assurance"
316 mr_host: "http://onap-dmaap"
318 sdnr_address: "http://sdnr:8181"
320 sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
324 oruclosedlooprecovery:
325 oruclosedlooprecovery:
326 imagePullPolicy: IfNotPresent
328 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
329 name: "nonrtric-o-ru-closed-loop-recovery"
332 consumer_host: "http://mrproducer"
333 consumer_port: "8095"
334 consumer_cert_path: "security/producer.crt"
335 consumer_key_path: "security/producer.key"
336 info_coord_addr: "http://ics:8083"
337 sdnr_address: "http://sdnr:8282"
339 sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
340 oru_to_odu_map_file: "o-ru-to-o-du-map.csv"