File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -315,19 +315,20 @@ omec-user-plane:
315
315
enabled : true # SRIOV is enabled
316
316
hugepage :
317
317
enabled : true # Should be enabled if DPDK is enabled
318
- ipam : static
319
318
routes :
320
319
- to : {{ ansible_default_ipv4.address }}
321
320
via : 169.254.1.1
322
321
enb :
323
322
subnet : {{ ran_subnet }} # Subnet for the gNB network
324
323
access :
324
+ ipam : static
325
325
cniPlugin : vfioveth # Can be any other plugin. Dictates how IP address are assigned
326
326
iface : {{ core.data_iface }}
327
327
resourceName : " intel.com/intel_sriov_vfio_access"
328
328
gateway : 192.168.252.1
329
329
ip : 192.168.252.3/24
330
330
core :
331
+ ipam : static
331
332
cniPlugin : vfioveth # Can be any other plugin. Dictates how IP address are assigned
332
333
iface : {{ core.data_iface }}
333
334
resourceName : " intel.com/intel_sriov_vfio_core"
Original file line number Diff line number Diff line change @@ -314,18 +314,19 @@ omec-user-plane:
314
314
enabled : false # SRIOV is disabled by default
315
315
hugepage :
316
316
enabled : false # Should be enabled if DPDK is enabled
317
- ipam : static
318
317
routes :
319
318
- to : {{ ansible_default_ipv4.address }}
320
319
via : 169.254.1.1
321
320
enb :
322
321
subnet : {{ ran_subnet }} # Subnet for the gNB network
323
322
access :
323
+ ipam : static
324
324
cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
325
325
iface : {{ core.data_iface }}
326
326
gateway : 192.168.252.1
327
327
ip : 192.168.252.3/24
328
328
core :
329
+ ipam : static
329
330
cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
330
331
iface : {{ core.data_iface }}
331
332
gateway : 192.168.250.1
You can’t perform that action at this time.
0 commit comments