Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(eos_designs): Added rack, pod, dc, fabric information in the structured_config metadata #4827

Merged
merged 12 commits into from
Jan 3, 2025
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
mlag_configuration:
domain_id: IDF1
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
mlag_configuration:
domain_id: IDF1
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10130,6 +10130,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: 720XP
fabric_name: DC1_FABRIC
ntp:
local_interface:
name: Management0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3167,6 +3167,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
mlag_configuration:
domain_id: IDF3_AGG
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3167,6 +3167,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
mlag_configuration:
domain_id: IDF3_AGG
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3122,6 +3122,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
ntp:
local_interface:
name: Management0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3122,6 +3122,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
ntp:
local_interface:
name: Management0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3122,6 +3122,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
ntp:
local_interface:
name: Management0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
mlag_configuration:
domain_id: SPINES
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ management_interfaces:
gateway: 172.16.100.1
metadata:
platform: cEOSLab
fabric_name: DC1_FABRIC
mlag_configuration:
domain_id: SPINES
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ management_interfaces:
lldp:
transmit: false
receive: false
metadata:
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ management_interfaces:
lldp:
transmit: false
receive: false
metadata:
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ metadata:
- name: APP-PROFILE-CONTROL-PLANE
user_defined_applications:
- name: APP-CONTROL-PLANE
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ metadata:
- name: APP-PROFILE-CONTROL-PLANE
user_defined_applications:
- name: APP-CONTROL-PLANE
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ management_interfaces:
lldp:
transmit: false
receive: false
metadata:
fabric_name: WAN
mlag_configuration:
domain_id: SITE1
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ management_interfaces:
lldp:
transmit: false
receive: false
metadata:
fabric_name: WAN
mlag_configuration:
domain_id: SITE1
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ metadata:
carrier: REGION1-INTERNET-CORP
circuit_id: inet-site1-wan1
pathgroup: INTERNET
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ metadata:
carrier: REGION1-INTERNET-CORP
circuit_id: inet-site1-wan2
pathgroup: INTERNET
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ management_interfaces:
lldp:
transmit: false
receive: false
metadata:
fabric_name: WAN
mlag_configuration:
domain_id: SITE2
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ management_interfaces:
lldp:
transmit: false
receive: false
metadata:
fabric_name: WAN
mlag_configuration:
domain_id: SITE2
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ metadata:
carrier: ACME-MPLS-INC
circuit_id: mpls-site2-wan1
pathgroup: MPLS
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ metadata:
carrier: REGION2-INTERNET-CORP
circuit_id: inet-site2-wan2
pathgroup: INTERNET
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ management_interfaces:
lldp:
transmit: false
receive: false
metadata:
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ metadata:
carrier: REGION2-INTERNET-CORP
circuit_id: inet-site3-wan1
pathgroup: INTERNET
fabric_name: WAN
ntp:
local_interface:
name: Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mlag_configuration:
domain_id: DC1_L3_LEAF1
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mlag_configuration:
domain_id: DC1_L3_LEAF1
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
port_channel_interfaces:
- name: Port-Channel1
description: L2_DC1_L3_LEAF1_Port-Channel8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mlag_configuration:
domain_id: DC1_L3_LEAF2
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mlag_configuration:
domain_id: DC1_L3_LEAF2
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
port_channel_interfaces:
- name: Port-Channel1
description: L2_DC1_L3_LEAF2_Port-Channel8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
prefix_lists:
- name: PL-LOOPBACKS-EVPN-OVERLAY
sequence_numbers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
prefix_lists:
- name: PL-LOOPBACKS-EVPN-OVERLAY
sequence_numbers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mlag_configuration:
domain_id: DC2_L3_LEAF1
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mlag_configuration:
domain_id: DC2_L3_LEAF1
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
port_channel_interfaces:
- name: Port-Channel1
description: L2_DC2_L3_LEAF1_Port-Channel8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mlag_configuration:
domain_id: DC2_L3_LEAF2
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mlag_configuration:
domain_id: DC2_L3_LEAF2
local_interface: Vlan4094
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
port_channel_interfaces:
- name: Port-Channel1
description: L2_DC2_L3_LEAF2_Port-Channel8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
prefix_lists:
- name: PL-LOOPBACKS-EVPN-OVERLAY
sequence_numbers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
prefix_lists:
- name: PL-LOOPBACKS-EVPN-OVERLAY
sequence_numbers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ management_interfaces:
gateway: 172.16.1.1
metadata:
platform: vEOS-lab
fabric_name: FABRIC
mpls:
ip: true
ldp:
Expand Down
Loading
Loading