File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
core :
2
- standalone : " true"
2
+ standalone : true
3
3
data_iface : data
4
4
values_file : " roles/core/templates/sdcore-5g-values.yaml"
5
5
ran_subnet : " " # set it to empty to get subnet from 'data_iface'
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ omec-sub-provision:
110
110
cfgFiles :
111
111
simapp.yaml :
112
112
configuration :
113
- provision-network-slice : {{ core.standalone }} # if enabled, Device Groups & Slices configure by simapp
113
+ provision-network-slice : {{ core.standalone | string }} # if enabled, Device Groups & Slices configure by simapp
114
114
sub-provision-endpt :
115
115
addr : webui.omec.svc.cluster.local # subscriber configuation endpoint.
116
116
# sub-proxy-endpt: # used if subscriber proxy is enabled in the ROC.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ omec-sub-provision:
110
110
cfgFiles :
111
111
simapp.yaml :
112
112
configuration :
113
- provision-network-slice : {{ core.standalone }} # if enabled, Device Groups & Slices configure by simapp
113
+ provision-network-slice : {{ core.standalone | string }} # if enabled, Device Groups & Slices configure by simapp
114
114
sub-provision-endpt :
115
115
addr : webui.omec.svc.cluster.local # subscriber configuation endpoint.
116
116
# sub-proxy-endpt: # used if subscriber proxy is enabled in the ROC.
Original file line number Diff line number Diff line change 1
1
core :
2
- standalone : " true"
2
+ standalone : true
3
3
data_iface : ens18
4
4
values_file : " roles/core/templates/sdcore-5g-values.yaml"
5
5
ran_subnet : " 172.20.0.0/16" # set it to empty to get subnet from 'data_iface'
You can’t perform that action at this time.
0 commit comments