Skip to content

Commit 3e6d5ab

Browse files
authored
Merge pull request #20 from sureshmarikkannu/cniPlugin
Moved cniPlugin under access/core sections for upf-5g-values.yaml
2 parents b5017f0 + e6dad24 commit 3e6d5ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

roles/upf/templates/upf-5g-values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,20 @@ config:
2222
enabled: false # SRIOV is disabled by default
2323
hugepage:
2424
enabled: false # Should be enabled if DPDK is enabled
25-
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
26-
ipam: static
2725
routes:
2826
- to: {{ ansible_default_ipv4.address }}
2927
via: 169.254.1.1
3028
enb:
3129
subnet: {{ ran_subnet }} # Subnet for the gNB network
3230
access:
31+
ipam: static
32+
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
3333
iface: {{ core.data_iface }}
3434
gateway: 192.168.252.1
3535
ip: {{ upf_access_ip }}
3636
core:
37+
ipam: static
38+
cniPlugin: macvlan # Can be any other plugin. Dictates how IP address are assigned
3739
iface: {{ core.data_iface }}
3840
gateway: 192.168.250.1
3941
ip: {{ upf_core_ip }}

0 commit comments

Comments
 (0)