blob: 7efd8e1c5ceb5cf20c499a06c56f8e0203e77ea1 [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
21common:
Lathish7e090012020-04-01 17:38:20 +010022 releasePrefix: r2-dev-nonrtric
Lathish65cb6092020-03-26 15:06:31 +000023# Change the namespaces using the following options
24 namespace:
25 nonrtric: nonrtric
PatrikBuhr866a34f2021-04-12 17:02:21 +020026# any nonrtric chart can be installed: nonrtric (all components), controlpanel, a1controller, a1simulator, policymanagementservice, enrichmentservice, rappcatalogueservice, nonrtricgateway
Lathish7e090012020-04-01 17:38:20 +010027component: nonrtric
28
Lathish7a934702020-06-04 13:14:41 +010029# A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
Lathish7e090012020-04-01 17:38:20 +010030a1controller:
Lathishe4d2f4b2020-04-20 17:21:51 +010031 a1controller:
32 imagePullPolicy: IfNotPresent
33 image:
Lusheng Jicc6547d2020-06-19 23:40:59 -040034 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
Lathishe4d2f4b2020-04-20 17:21:51 +010035 name: nonrtric-a1-controller
Lusheng Jid7c0a162020-08-02 21:52:31 -040036 tag: 2.0.1
Lathishe4d2f4b2020-04-20 17:21:51 +010037 replicaCount: 1
38 service:
RehanRazad052a252020-05-27 14:56:30 +020039 allowHttp: true
40 httpName: http
41 internalPort1: 8282
42 targetPort1: 8181
43 httpsName: https
44 internalPort2: 8383
45 targetPort2: 8443
46 liveness:
Lathish7a934702020-06-04 13:14:41 +010047 initialDelaySeconds: 300
RehanRazad052a252020-05-27 14:56:30 +020048 periodSeconds: 10
49 readiness:
50 initialDelaySeconds: 60
51 periodSeconds: 10
Lathish65cb6092020-03-26 15:06:31 +000052
53a1simulator:
Lathishe4d2f4b2020-04-20 17:21:51 +010054 a1simulator:
55 name: a1-sim
56 imagePullPolicy: IfNotPresent
57 image:
Lusheng Jicc6547d2020-06-19 23:40:59 -040058 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
Lathishe4d2f4b2020-04-20 17:21:51 +010059 name: a1-simulator
Lathishadca8742020-12-01 15:09:22 +000060 tag: 2.1.0
Lathishe4d2f4b2020-04-20 17:21:51 +010061 service:
RehanRaza036da7f2020-06-01 17:11:37 +020062 allowHttp: true
RehanRazae5a6ed02020-05-29 11:30:58 +020063 httpName: http
64 internalPort1: 8085
65 targetPort1: 8085
66 httpsName: https
67 internalPort2: 8185
68 targetPort2: 8185
69 liveness:
70 initialDelaySeconds: 20
71 periodSeconds: 10
72 readiness:
73 initialDelaySeconds: 20
74 periodSeconds: 10
Lathishe4d2f4b2020-04-20 17:21:51 +010075 oscVersion:
76 name: a1-sim-osc
77 replicaCount: 2
78 stdVersion:
79 name: a1-sim-std
80 replicaCount: 2
ecaiyanlinuxee640dc2020-12-22 09:25:03 +010081 stdVersion2:
82 name: a1-sim-std2
83 replicaCount: 2
Lathish7e090012020-04-01 17:38:20 +010084
85controlpanel:
Lathishe4d2f4b2020-04-20 17:21:51 +010086 controlpanel:
87 imagePullPolicy: IfNotPresent
88 image:
RehanRaza846cb202021-02-04 14:24:45 +010089 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
Lathishe4d2f4b2020-04-20 17:21:51 +010090 name: nonrtric-controlpanel
RehanRaza846cb202021-02-04 14:24:45 +010091 tag: 2.2.0
Lathishe4d2f4b2020-04-20 17:21:51 +010092 replicaCount: 1
93 service:
Lathish32a43aa2020-05-20 23:18:18 +010094 allowHttp: true
95 httpName: http
96 internalPort1: 8080
97 targetPort1: 8080
98 externalPort1: 30091
99 httpsName: https
100 internalPort2: 8081
101 targetPort2: 8082
102 externalPort2: 30092
103 liveness:
104 initialDelaySeconds: 20
105 periodSeconds: 10
106 readiness:
107 initialDelaySeconds: 20
108 periodSeconds: 10
Lathish65cb6092020-03-26 15:06:31 +0000109
Lathishe4d2f4b2020-04-20 17:21:51 +0100110# Need to check the external port Availability
Lathish65cb6092020-03-26 15:06:31 +0000111policymanagementservice:
Lathishe4d2f4b2020-04-20 17:21:51 +0100112 policymanagementservice:
113 imagePullPolicy: IfNotPresent
114 image:
RehanRazae6914732021-02-04 13:17:31 +0100115 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
Lathishe4d2f4b2020-04-20 17:21:51 +0100116 name: nonrtric-policy-agent
RehanRazae6914732021-02-04 13:17:31 +0100117 tag: 2.2.0
Lathishe4d2f4b2020-04-20 17:21:51 +0100118 service:
Lathish32a43aa2020-05-20 23:18:18 +0100119 allowHttp: true
120 httpName: http
121 internalPort1: 9080
122 targetPort1: 8081
Lathish32a43aa2020-05-20 23:18:18 +0100123 httpsName: https
124 internalPort2: 9081
125 targetPort2: 8433
Lathish32a43aa2020-05-20 23:18:18 +0100126 liveness:
127 initialDelaySeconds: 20
128 periodSeconds: 10
129 readiness:
130 initialDelaySeconds: 20
Lathish7a934702020-06-04 13:14:41 +0100131 periodSeconds: 10
PatrikBuhr866a34f2021-04-12 17:02:21 +0200132 persistence:
133 volumeReclaimPolicy: Retain
134 accessMode: ReadWriteOnce
135 size: 2Gi
136 mountPath: /dockerdata-nfs
137 mountSubPath: nonrtric/policymanagementservice
RehanRazae6914732021-02-04 13:17:31 +0100138
Lathish16d17882020-11-04 09:44:05 +0000139enrichmentservice:
140 enrichmentservice:
141 imagePullPolicy: IfNotPresent
142 image:
RehanRazabf6e70d2021-02-18 15:00:12 +0100143 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
Lathish16d17882020-11-04 09:44:05 +0000144 name: 'nonrtric-enrichment-coordinator-service'
RehanRaza16e94182021-04-14 12:46:34 +0200145 tag: 1.1.0
Lathish16d17882020-11-04 09:44:05 +0000146 service:
147 allowHttp: true
148 httpName: http
149 internalPort1: 9082
150 targetPort1: 8083
Lathish16d17882020-11-04 09:44:05 +0000151 httpsName: https
152 internalPort2: 9083
153 targetPort2: 8434
Lathish16d17882020-11-04 09:44:05 +0000154 liveness:
155 initialDelaySeconds: 20
156 periodSeconds: 10
157 readiness:
158 initialDelaySeconds: 20
159 periodSeconds: 10
160 persistence:
161 enabled: true
162 volumeReclaimPolicy: Retain
163 accessMode: ReadWriteOnce
164 size: 2Gi
165 mountPath: /dockerdata-nfs
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100166 mountSubPath: nonrtric/enrichmentservice
RehanRazae6914732021-02-04 13:17:31 +0100167
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100168rappcatalogueservice:
169 rappcatalogueservice:
170 imagePullPolicy: IfNotPresent
171 image:
172 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
173 name: nonrtric-r-app-catalogue
174 tag: 1.0.0
175 service:
176 allowHttp: true
177 httpName: http
178 internalPort1: 9085
179 targetPort1: 8080
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100180 httpsName: https
181 internalPort2: 9086
182 targetPort2: 8433
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100183 liveness:
184 initialDelaySeconds: 20
185 periodSeconds: 10
186 readiness:
187 initialDelaySeconds: 20
ecaiyanlinuxee640dc2020-12-22 09:25:03 +0100188 periodSeconds: 10
RehanRazae6914732021-02-04 13:17:31 +0100189
190nonrtricgateway:
191 nonrtricgateway:
192 imagePullPolicy: IfNotPresent
193 image:
194 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
195 name: nonrtric-gateway
196 tag: 0.0.1
197 service:
198 httpName: http
199 internalPort1: 9090
200 targetPort1: 9090
201 externalPort1: 30093
202 liveness:
203 initialDelaySeconds: 20
204 periodSeconds: 10
205 readiness:
206 initialDelaySeconds: 20
PatrikBuhr866a34f2021-04-12 17:02:21 +0200207 periodSeconds: 10