This commit is contained in:
2026-05-07 12:30:51 -04:00
parent 2ed785e214
commit 59d8db92ca
32 changed files with 1796 additions and 290 deletions
@@ -8,5 +8,5 @@ vswitches:
portgroups:
- { vSwitch: GAF_VSWITCH, vlanId: 501, vlanName: GAF_BP_501_OAM }
- { vSwitch: GAF_VSWITCH, vlanId: 502, vlanName: GAF_BP_502_RAN }
- { vSwitch: GAF_VSWITCH, vlanId: 5, vlanName: DN_01 }
- { vSwitch: GAF_VSWITCH, vlanId: 2100, vlanName: DN_01 }
- { vSwitch: GAF_VSWITCH, vlanId: 4095, vlanName: GAF_BP_T_510_515 }
@@ -39,15 +39,15 @@ _ngc_ext_aio_transport:
# RAN transports (use RAN IP)
- action: override_amf_n2_transport
params: { address: 10.5.19.195, vrf: RAN }
params: { address: 10.10.0.2, vrf: RAN }
- action: override_mme_transport
params: { s1_address: 10.5.19.195, s1_vrf: RAN }
params: { s1_address: 10.10.0.2, s1_vrf: RAN }
# UPF transports (N3 on RAN)
- action: override_upf_transport
params:
n3_interface: eth1
n3_address: 10.5.19.195
n3_address: 10.10.0.2
n3_vrf: RAN
# Avoid s-NSSAI on PFCP
@@ -91,13 +91,13 @@ _ngc_ext_aio_dnn:
params:
n6_dnn: internet
n6_vrf: DN_01
n6_vlan: 5
n6_vlan: 2100
n6_vrf_table: 511
n6_interface: eth2
n6_ip: 10.5.20.195/24
n6_gw: 10.5.20.254
n6_ip: 10.121.0.150/24
n6_gw: 10.121.0.1
n6_upf_pools:
- upf_route: 172.16.2.0/24
- upf_route: 192.168.4.0/24
nssai: false
n6_bgp:
local_as: 65001
@@ -5,8 +5,8 @@ net_recipe: generic_bgp
oam_network:
add_ansible_host_address: false
addresses:
- 10.5.21.54/24
gateway4: 10.5.21.254
- 10.121.2.94/24
gateway4: 10.121.2.1
# --- NTP ---
ntp:
@@ -27,7 +27,7 @@ _ngc_ext_aio_net:
interface: eth1
vrf: RAN
addresses:
- 10.5.19.195/23 # S1+N2+N3
- 10.10.0.2/24 # S1+N2+N3
routes:
- destination: 0.0.0.0/0
gateway: 10.5.19.254
gateway: 10.10.0.254
+1 -1
View File
@@ -1,7 +1,7 @@
all:
hosts:
GBP08-AIO-1:
ansible_host: 100.93.1.84
ansible_host: 100.93.0.240
children:
ESXi:
hosts: