Skip to content

Commit 29e1973

Browse files
Moved ipam parameter to access/core section
Signed-off-by: Marikkannu, Suresh <[email protected]>
1 parent 23db84c commit 29e1973

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

roles/core/templates/sdcore-5g-sriov-values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,19 +315,20 @@ omec-user-plane:
315315
enabled: true # SRIOV is enabled
316316
hugepage:
317317
enabled: true # Should be enabled if DPDK is enabled
318-
ipam: static
319318
routes:
320319
- to: {{ ansible_default_ipv4.address }}
321320
via: 169.254.1.1
322321
enb:
323322
subnet: {{ ran_subnet }} # Subnet for the gNB network
324323
access:
324+
ipam: static
325325
cniPlugin: vfioveth # Can be any other plugin. Dictates how IP address are assigned
326326
iface: {{ core.data_iface }}
327327
resourceName: "intel.com/intel_sriov_vfio_access"
328328
gateway: 192.168.252.1
329329
ip: 192.168.252.3/24
330330
core:
331+
ipam: static
331332
cniPlugin: vfioveth # Can be any other plugin. Dictates how IP address are assigned
332333
iface: {{ core.data_iface }}
333334
resourceName: "intel.com/intel_sriov_vfio_core"

roles/core/templates/sdcore-5g-values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,18 +314,19 @@ omec-user-plane:
314314
enabled: false # SRIOV is disabled by default
315315
hugepage:
316316
enabled: false # Should be enabled if DPDK is enabled
317-
ipam: static
318317
routes:
319318
- to: {{ ansible_default_ipv4.address }}
320319
via: 169.254.1.1
321320
enb:
322321
subnet: {{ ran_subnet }} # Subnet for the gNB network
323322
access:
323+
ipam: static
324324
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
325325
iface: {{ core.data_iface }}
326326
gateway: 192.168.252.1
327327
ip: 192.168.252.3/24
328328
core:
329+
ipam: static
329330
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
330331
iface: {{ core.data_iface }}
331332
gateway: 192.168.250.1

0 commit comments

Comments
 (0)