File tree Expand file tree Collapse file tree 3 files changed +36
-21
lines changed Expand file tree Collapse file tree 3 files changed +36
-21
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ omec-control-plane:
30
30
enabled : false
31
31
architecture : replicaset
32
32
replicaCount : 2
33
+
33
34
resources :
34
35
enabled : false
35
36
@@ -38,10 +39,8 @@ omec-control-plane:
38
39
# # network function
39
40
# AMF:
40
41
# debugLevel: trace
41
- # ReportCaller: false
42
42
# SMF:
43
43
# debugLevel: trace
44
- # ReportCaller: false
45
44
46
45
mongodb :
47
46
name : free5gc
@@ -70,30 +69,36 @@ omec-control-plane:
70
69
# directly provided through Helm Charts
71
70
amf :
72
71
cfgFiles :
73
- amfcfg.conf :
72
+ amfcfg.yaml :
74
73
configuration :
75
74
enableDBStore : true # Store AMF subscribers in the datastore
76
75
77
76
# SMF config override. Refer to Helm Charts values for more options
78
77
smf :
79
78
cfgFiles :
80
- smfcfg.conf :
79
+ smfcfg.yaml :
81
80
configuration :
82
81
enableDBStore : true # Store SMF subscribers in the datastore
83
82
84
83
# pcf:
85
84
# cfgFiles:
86
- # pcfcfg.conf :
85
+ # pcfcfg.yaml :
87
86
# configuration:
88
87
89
88
nrf :
90
89
cfgFiles :
91
- nrfcfg.conf :
90
+ nrfcfg.yaml :
92
91
configuration :
93
92
mongoDBStreamEnable : false # enable/disable MongoDB stream in NRF
94
93
nfProfileExpiryEnable : true # If enabled, remove NF profile if no keepalive received
95
94
nfKeepAliveTime : 60 # default timeout for NF profiles
96
95
96
+ webui :
97
+ cfgFiles :
98
+ webuicfg.yaml :
99
+ configuration :
100
+ managedByConfigPod :
101
+ enabled : {{ not core.standalone }}
97
102
98
103
# Override values for omec-sub-provision (subscriber) Helm Chart
99
104
# https://github.com/omec-project/sdcore-helm-charts/blob/main/omec-sub-provision/values.yaml
@@ -225,7 +230,7 @@ omec-user-plane:
225
230
cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
226
231
iface : {{ core.data_iface }}
227
232
gateway : 192.168.250.1
228
- ip : {{ core.upf.default_upf.ip.core }}
233
+ ip : {{ core.upf.default_upf.ip.core }}
229
234
cfgFiles :
230
235
upf.jsonc :
231
236
mode : af_packet # This mode implies no DPDK
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ omec-control-plane:
30
30
enabled : false
31
31
architecture : replicaset
32
32
replicaCount : 2
33
+
33
34
resources :
34
35
enabled : false
35
36
@@ -38,10 +39,8 @@ omec-control-plane:
38
39
# # network function
39
40
# AMF:
40
41
# debugLevel: trace
41
- # ReportCaller: false
42
42
# SMF:
43
43
# debugLevel: trace
44
- # ReportCaller: false
45
44
46
45
mongodb :
47
46
name : free5gc
@@ -70,30 +69,36 @@ omec-control-plane:
70
69
# directly provided through Helm Charts
71
70
amf :
72
71
cfgFiles :
73
- amfcfg.conf :
72
+ amfcfg.yaml :
74
73
configuration :
75
74
enableDBStore : true # Store AMF subscribers in the datastore
76
75
77
76
# SMF config override. Refer to Helm Charts values for more options
78
77
smf :
79
78
cfgFiles :
80
- smfcfg.conf :
79
+ smfcfg.yaml :
81
80
configuration :
82
81
enableDBStore : true # Store SMF subscribers in the datastore
83
82
84
83
# pcf:
85
84
# cfgFiles:
86
- # pcfcfg.conf :
85
+ # pcfcfg.yaml :
87
86
# configuration:
88
87
89
88
nrf :
90
89
cfgFiles :
91
- nrfcfg.conf :
90
+ nrfcfg.yaml :
92
91
configuration :
93
92
mongoDBStreamEnable : false # enable/disable MongoDB stream in NRF
94
93
nfProfileExpiryEnable : true # If enabled, remove NF profile if no keepalive received
95
94
nfKeepAliveTime : 60 # default timeout for NF profiles
96
95
96
+ webui :
97
+ cfgFiles :
98
+ webuicfg.yaml :
99
+ configuration :
100
+ managedByConfigPod :
101
+ enabled : {{ not core.standalone }}
97
102
98
103
# Override values for omec-sub-provision (subscriber) Helm Chart
99
104
# https://github.com/omec-project/sdcore-helm-charts/blob/main/omec-sub-provision/values.yaml
@@ -333,7 +338,7 @@ omec-user-plane:
333
338
iface : {{ core.data_iface }}
334
339
resourceName : " intel.com/intel_sriov_vfio_core"
335
340
gateway : 192.168.250.1
336
- ip : {{ core.upf.default_upf.ip.core }}
341
+ ip : {{ core.upf.default_upf.ip.core }}
337
342
cfgFiles :
338
343
upf.jsonc :
339
344
mode : dpdk
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ omec-control-plane:
30
30
enabled : false
31
31
architecture : replicaset
32
32
replicaCount : 2
33
+
33
34
resources :
34
35
enabled : false
35
36
@@ -38,10 +39,8 @@ omec-control-plane:
38
39
# # network function
39
40
# AMF:
40
41
# debugLevel: trace
41
- # ReportCaller: false
42
42
# SMF:
43
43
# debugLevel: trace
44
- # ReportCaller: false
45
44
46
45
mongodb :
47
46
name : free5gc
@@ -70,30 +69,36 @@ omec-control-plane:
70
69
# directly provided through Helm Charts
71
70
amf :
72
71
cfgFiles :
73
- amfcfg.conf :
72
+ amfcfg.yaml :
74
73
configuration :
75
74
enableDBStore : true # Store AMF subscribers in the datastore
76
75
77
76
# SMF config override. Refer to Helm Charts values for more options
78
77
smf :
79
78
cfgFiles :
80
- smfcfg.conf :
79
+ smfcfg.yaml :
81
80
configuration :
82
81
enableDBStore : true # Store SMF subscribers in the datastore
83
82
84
83
# pcf:
85
84
# cfgFiles:
86
- # pcfcfg.conf :
85
+ # pcfcfg.yaml :
87
86
# configuration:
88
87
89
88
nrf :
90
89
cfgFiles :
91
- nrfcfg.conf :
90
+ nrfcfg.yaml :
92
91
configuration :
93
92
mongoDBStreamEnable : false # enable/disable MongoDB stream in NRF
94
93
nfProfileExpiryEnable : true # If enabled, remove NF profile if no keepalive received
95
94
nfKeepAliveTime : 60 # default timeout for NF profiles
96
95
96
+ webui :
97
+ cfgFiles :
98
+ webuicfg.yaml :
99
+ configuration :
100
+ managedByConfigPod :
101
+ enabled : {{ not core.standalone }}
97
102
98
103
# Override values for omec-sub-provision (subscriber) Helm Chart
99
104
# https://github.com/omec-project/sdcore-helm-charts/blob/main/omec-sub-provision/values.yaml
@@ -330,7 +335,7 @@ omec-user-plane:
330
335
cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
331
336
iface : {{ core.data_iface }}
332
337
gateway : 192.168.250.1
333
- ip : {{ core.upf.default_upf.ip.core }}
338
+ ip : {{ core.upf.default_upf.ip.core }}
334
339
cfgFiles :
335
340
upf.jsonc :
336
341
mode : af_packet # This mode implies no DPDK
You can’t perform that action at this time.
0 commit comments