File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -315,19 +315,21 @@ 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
- cniPlugin : vfioveth # Can be any other plugin. Dictates how IP address are assigned
319
- ipam : static
320
318
routes :
321
319
- to : {{ ansible_default_ipv4.address }}
322
320
via : 169.254.1.1
323
321
enb :
324
322
subnet : {{ ran_subnet }} # Subnet for the gNB network
325
323
access :
324
+ ipam : static
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
332
+ cniPlugin : vfioveth # Can be any other plugin. Dictates how IP address are assigned
331
333
iface : {{ core.data_iface }}
332
334
resourceName : " intel.com/intel_sriov_vfio_core"
333
335
gateway : 192.168.250.1
Original file line number Diff line number Diff line change @@ -314,18 +314,20 @@ 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
- cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
318
- ipam : static
319
317
routes :
320
318
- to : {{ ansible_default_ipv4.address }}
321
319
via : 169.254.1.1
322
320
enb :
323
321
subnet : {{ ran_subnet }} # Subnet for the gNB network
324
322
access :
323
+ ipam : static
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
330
+ cniPlugin : macvlan # Can be any other plugin. Dictates how IP address are assigned
329
331
iface : {{ core.data_iface }}
330
332
gateway : 192.168.250.1
331
333
ip : 192.168.250.3/24
You can’t perform that action at this time.
0 commit comments