We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6b0f3 commit 2f03f3cCopy full SHA for 2f03f3c
vars/main.yml
@@ -2,15 +2,22 @@ core:
2
standalone: true
3
data_iface: ens18
4
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'
+ ran_subnet: "172.20.0.0/16" # set it to empty to get subnet from 'data_iface'
6
7
helm:
8
local_charts: false
9
chart_ref: aether/sd-core
10
chart_version: 1.0.4
11
12
upf:
13
- access_subnet: "192.168.252.1/24"
+ 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"
21
22
additional_upfs:
23
"1":
0 commit comments