Skip to content

Commit ee6b0f3

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

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

roles/upf/defaults/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ core:
1111
additional_upfs:
1212
"1":
1313
ip:
14-
access: "192.168.252.6/24"
15-
core: "192.168.250.6/24"
14+
access: "192.168.252.6"
15+
core: "192.168.250.6"
1616
ue_ip_pool: "172.248.0.0/16"
1717
# "2":
1818
# ip:
19-
# access: "192.168.252.7/24"
20-
# core: "192.168.250.7/24"
21-
# ue_ip_pool: "172.248.0.0/16"
19+
# access: "192.168.252.7"
20+
# core: "192.168.250.7"
21+
# ue_ip_pool: "172.247.0.0/16"

vars/main.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ core:
1010
chart_version: 1.0.4
1111

1212
upf:
13-
ip_prefix: "192.168.252.0/24"
14-
iface: "access"
13+
access_subnet: "192.168.252.1/24"
1514

1615
additional_upfs:
1716
"1":
1817
ip:
19-
access: "192.168.252.6/24"
20-
core: "192.168.250.6/24"
18+
access: "192.168.252.6"
19+
core: "192.168.250.6"
2120
ue_ip_pool: "172.248.0.0/16"
2221
# "2":
2322
# ip:
24-
# access: "192.168.252.7/24"
25-
# core: "192.168.250.7/24"
23+
# access: "192.168.252.7"
24+
# core: "192.168.250.7"
2625
# ue_ip_pool: "172.248.0.0/16"

0 commit comments

Comments
 (0)