Skip to content

Commit 2f03f3c

Browse files
committed
fixed vars
Signed-off-by: Larry Peterson <[email protected]>
1 parent ee6b0f3 commit 2f03f3c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

vars/main.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@ core:
22
standalone: true
33
data_iface: ens18
44
values_file: "roles/core/templates/sdcore-5g-values.yaml"
5-
ran_subnet: "172.20.0.0/16" # set it to empty to get subnet from 'data_iface'
5+
ran_subnet: "172.20.0.0/16" # set it to empty to get subnet from 'data_iface'
66

77
helm:
88
local_charts: false
99
chart_ref: aether/sd-core
1010
chart_version: 1.0.4
1111

1212
upf:
13-
access_subnet: "192.168.252.1/24"
13+
access_subnet: "192.168.252.1/24" # access subnet & gateway
14+
core_subnet: "192.168.250.1/24" # core subnet & gateway
15+
mode: af_packet # Options: af_packet or dpdk
16+
default_upf:
17+
ip:
18+
access: "192.168.252.3"
19+
core: "192.168.250.3"
20+
ue_ip_pool: "172.250.0.0/16"
1421

1522
additional_upfs:
1623
"1":

0 commit comments

Comments
 (0)