Updated with additional blueprints
This commit is contained in:
@@ -39,15 +39,15 @@ _ngc_ext_aio_transport:
|
||||
|
||||
# RAN transports (use RAN IP)
|
||||
- action: override_amf_n2_transport
|
||||
params: { address: 192.168.120.95, vrf: RAN }
|
||||
params: { address: 172.29.20.25, vrf: RAN }
|
||||
- action: override_mme_transport
|
||||
params: { s1_address: 192.168.120.95, s1_vrf: RAN }
|
||||
params: { s1_address: 172.29.20.25, s1_vrf: RAN }
|
||||
|
||||
# UPF transports (N3 on RAN)
|
||||
- action: override_upf_transport
|
||||
params:
|
||||
n3_interface: eth1
|
||||
n3_address: 192.168.120.95
|
||||
n3_address: 172.29.20.25
|
||||
n3_vrf: RAN
|
||||
|
||||
# DN/DNN (N6) with UE pool
|
||||
@@ -58,10 +58,10 @@ _ngc_ext_aio_transport:
|
||||
n6_vlan: 10
|
||||
n6_vrf_table: 511
|
||||
n6_interface: eth2
|
||||
n6_ip: 192.168.110.95/24
|
||||
n6_gw: 192.168.110.1
|
||||
n6_ip: 192.168.86.234/24
|
||||
n6_gw: 192.168.86.1
|
||||
n6_upf_pools:
|
||||
- upf_route: 100.0.94.0/24
|
||||
- upf_route: 100.93.0.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:
|
||||
- 192.168.105.159/24
|
||||
gateway4: 192.168.105.1
|
||||
- 192.168.86.54/24
|
||||
gateway4: 192.168.86.1
|
||||
|
||||
# --- NTP ---
|
||||
ntp:
|
||||
@@ -27,7 +27,7 @@ _ngc_ext_aio_net:
|
||||
interface: eth1
|
||||
vrf: RAN
|
||||
addresses:
|
||||
- 192.168.120.95/24 # S1+N2+N3
|
||||
- 172.29.20.25/24 # S1+N2+N3
|
||||
routes:
|
||||
- destination: 0.0.0.0/0
|
||||
gateway: 192.168.120.1
|
||||
gateway: 172.29.20.1
|
||||
@@ -1,7 +1,7 @@
|
||||
all:
|
||||
hosts:
|
||||
GBP08-AIO-1:
|
||||
ansible_host: 100.93.1.100
|
||||
ansible_host: 100.92.0.80
|
||||
children:
|
||||
ESXi:
|
||||
hosts:
|
||||
|
||||
Reference in New Issue
Block a user