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 installd component will not be installed.
25 installA1controller: false
26 installA1simulator: false
27 installControlpanel: true
28 installEnrichmentservice: true
29 installRappcatalogueservice: false
30 installNonrtricgateway: true
33 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
35 storageClassName: pms-storage
37 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
39 storageClassName: ecs-storage
42 releasePrefix: r3-dev-nonrtric
43 # Do not change the namespace
46 ingressClassName: kong
49 imagePullPolicy: IfNotPresent
51 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
52 name: 'nonrtric-enrichment-coordinator-service'
63 initialDelaySeconds: 20
66 initialDelaySeconds: 20
69 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
70 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be fon instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
72 storageClassName: ecs-storage
74 # Need to check the external port Availability
75 policymanagementservice:
76 policymanagementservice:
77 imagePullPolicy: IfNotPresent
79 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
80 name: nonrtric-policy-agent
91 initialDelaySeconds: 20
94 initialDelaySeconds: 20
97 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
98 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be fon instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
100 storageClassName: pms-storage
103 # A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
106 imagePullPolicy: IfNotPresent
108 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
109 name: nonrtric-a1-controller
121 initialDelaySeconds: 300
124 initialDelaySeconds: 60
130 imagePullPolicy: IfNotPresent
132 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
144 initialDelaySeconds: 20
147 initialDelaySeconds: 20
161 imagePullPolicy: IfNotPresent
163 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
164 name: nonrtric-controlpanel
178 initialDelaySeconds: 20
181 initialDelaySeconds: 20
188 rappcatalogueservice:
189 rappcatalogueservice:
190 imagePullPolicy: IfNotPresent
192 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
193 name: nonrtric-r-app-catalogue
204 initialDelaySeconds: 20
207 initialDelaySeconds: 20
212 imagePullPolicy: IfNotPresent
214 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
215 name: nonrtric-gateway
223 initialDelaySeconds: 20
226 initialDelaySeconds: 20