forked from onosproject/sdran-in-a-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdran-in-a-box-values-v1.2.0.yaml
322 lines (315 loc) · 8.33 KB
/
sdran-in-a-box-values-v1.2.0.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
# Copyright 2020-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
# cassandra values
cassandra:
config:
cluster_size: 1
seed_size: 1
resources:
enabled: false
config:
spgwc:
multiUpfs: true
pfcp: true
jsonCfgFiles:
subscriber_mapping.json:
subscriber-selection-rules:
- priority: 5
keys:
serving-plmn:
mcc: 208
mnc: 10
tac: 1
imsi-range:
from: 200000000000000
to: 299999999999999
selected-apn-profile: apn-profile1
selected-qos-profile: qos-profile1
selected-access-profile:
- access-all
selected-user-plane-profile: user-plane1
- priority: 10
keys:
match-all: true
selected-apn-profile: apn-profile1
selected-qos-profile: qos-profile1
selected-access-profile:
- access-all
selected-user-plane-profile: user-plane1
apn-profiles:
apn-profile1:
apn-name: internet
usage: 1
network: lbo
gx_enabled: true
dns_primary: 8.8.8.4
dns_secondary: 8.8.8.8
mtu: 1460
ueIpPool:
ip: 172.250.0.0 # if we use RiaB, Makefile script will override this value with the value defined in Makefile script.
upf:
privileged: true
enb:
subnet: 192.168.251.0/24
access:
gateway: 192.168.252.1
ip: 192.168.252.3/24
core:
gateway: 192.168.250.1
ip: 192.168.250.3/24
name: "oaisim"
sriov:
enabled: false
hugepage:
enabled: false
cniPlugin: simpleovs
ipam: static
cfgFiles:
upf.json:
mode: af_packet
mme:
cfgFiles:
config.json:
mme:
mcc:
dig1: 2
dig2: 0
dig3: 8
mnc:
dig1: 0
dig2: 1
dig3: -1
apnlist:
internet: "spgwc"
plmnlist:
plmn1: "mcc=315,mnc=010"
plmn2: "mcc=208,mnc=01"
hss:
bootstrap:
users:
- apn: "internet"
key: "465b5ce8b199b49faa5f0a2ee238a6bc"
opc: "d4416644f6154936193433dd20a0ace0"
sqn: 96
imsiStart: "208014567891201"
msisdnStart: "1122334455"
count: 10
mmes:
- id: 1
mme_identity: mme.riab.svc.cluster.local
mme_realm: riab.svc.cluster.local
isdn: "19136246000"
unreachability: 1
oai-enb-cu:
networks:
f1:
interface: eno1 # if we use RiaB, Makefile script will automatically apply appropriate interface name
address: 10.128.100.100 #if we use RiaB, Makefile script will automatically apply appropriate IP address
s1mme:
interface: eno1 # if we use RiaB, Makefile script will automatically apply appropriate interface name
s1u:
interface: enb
oai-enb-du:
mode: nfapi #or local_L1 for USRP and BasicSim
networks:
f1:
interface: eno1 #if we use RiaB, Makefile script will automatically apply appropriate IP address
address: 10.128.100.100 #if we use RiaB, Makefile script will automatically apply appropriate IP address
nfapi:
interface: eno1 #if we use RiaB, Makefile script will automatically apply appropriate IP address
address: 10.128.100.100 #if we use RiaB, Makefile script will automatically apply appropriate IP address
oai-ue:
numDevices: 1 # support up to 3
networks:
nfapi:
interface: eno1 #if we use RiaB, Makefile script will automatically apply appropriate IP address
address: 10.128.100.100 #if we use RiaB, Makefile script will automatically apply appropriate IP address
onos-e2t:
enabled: "yes"
networks:
e2:
address: 127.0.0.1 # if we use RiaB, Makefile script will automatically apply appropriate interface name
port: 36421
# for the development, we can use the custom images
# For ONOS-RIC
# onos-topo:
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/onos-topo
# tag: v0.7.10
# logging:
# loggers:
# root:
# level: info
# onos-uenib:
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/onos-uenib
# tag: v0.1.0
# logging:
# loggers:
# root:
# level: info
# onos-config:
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/onos-config
# tag: v0.8.4
# logging:
# loggers:
# root:
# level: info
onos-e2t:
service:
external:
enabled: true
e2:
nodePort: 36421
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/onos-e2t
# tag: v0.7.38
# logging:
# loggers:
# root:
# level: info
# onos-cli:
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/onos-cli
# tag: v0.7.33
# logging:
# loggers:
# root:
# level: info
# ran-simulator:
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/ran-simulator
# tag: v0.7.56
# pci:
# modelName: "model"
# metricName: "metrics"
# logging:
# loggers:
# root:
# level: info
# onos-kpimon:
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/onos-kpimon
# tag: v0.1.26
# logging:
# loggers:
# root:
# level: info
# onos-pci:
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/onos-pci
# tag: v0.1.19
# logging:
# loggers:
# root:
# level: info
# onos-mlb:
# image:
# pullPolicy: IfNotPresent
# repository: onosproject/onos-mlb
# tag: v0.0.7
# logging:
# loggers:
# root:
# level: info
# config:
# mlb:
# e2tEndpoint: "onos-e2t:5150"
# thresholds:
# overload: 100
# target: 0
# config_json:
# controller:
# interval: 10
# fb-ah-xapp:
# image:
# repository: onosproject/fb-ah-xapp
# tag: 0.0.4
# pullPolicy: IfNotPresent
# fb-kpimon-xapp:
# image:
# repository: onosproject/fb-kpimon-xapp
# tag: 0.0.2
# pullPolicy: IfNotPresent
# fb-ah-gui:
# image:
# repository: onosproject/fb-ah-gui
# tag: 0.0.2
# pullPolicy: IfNotPresent
# ah-eson-test-server:
# image:
# repository: onosproject/ah-eson-test-server
# tag: 0.0.2
# pullPolicy: IfNotPresent
# For OMEC & OAI
images:
pullPolicy: IfNotPresent
tags:
# For OMEC - Those images are stable image for RiaB
# latest Aether helm chart commit ID: 3d1e936e87b4ddae784a33f036f87899e9d00b95
# init: docker.io/omecproject/pod-init:1.0.0
# depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
hssdb: docker.io/onosproject/riab-hssdb:v1.0.0
hss: docker.io/onosproject/riab-hss:v1.0.0
mme: docker.io/onosproject/riab-nucleus-mme:v1.0.0
spgwc: docker.io/onosproject/riab-spgw:v1.0.0
pcrf: docker.io/onosproject/riab-pcrf:v1.0.0
pcrfdb: docker.io/onosproject/riab-pcrfdb:v1.0.0
bess: docker.io/onosproject/riab-bess-upf:v1.0.0
pfcpiface: docker.io/onosproject/riab-pfcpiface:v1.0.0
# For OAI
oaicucp: docker.io/onosproject/oai-enb-cu:v0.1.6
oaidu: docker.io/onosproject/oai-enb-du:v0.1.6
oaiue: docker.io/onosproject/oai-ue:v0.1.6
# For SD-RAN Umbrella chart:
# ONOS-KPIMON xAPP and ONOS-UENIB are imported in the RiaB by default
# ONOS-PCI xApp is imported in the RiaB when using OPT=ransim and OPT=mlb
# ONOS-MLB xApp is imported in the RiaB when using OPT=mlb
import:
onos-uenib:
enabled: true
onos-kpimon:
enabled: true
onos-pci:
enabled: false
onos-mlb:
enabled: false
# Other ONOS-RIC micro-services
# onos-topo:
# enabled: true
# onos-e2t:
# enabled: true
# onos-e2sub:
# enabled: true
# onos-o1t:
# enabled: false
# onos-config:
# enabled: true
# onos-sdran-cli:
# enabled: true
# ran-simulator chart is automatically imported when pushing ransim option
# ran-simulator:
# enabled: false
# onos-gui:
# enabled: false
# nem-monitoring:
# enabled: false
# fb-ah-xapp, fb-ah-gui, fb-kpimon-xapp and ah-eson-test-server are automatically imported when pushing fbc-pci option
# fb-ah-xapp:
# enabled: false
# fb-ah-gui:
# enabled: false
# ah-eson-test-server:
# enabled: false
# fb-kpimon-xapp:
# enabled: false