chore(schema): update schema
This commit is contained in:
@@ -455,6 +455,13 @@ spec:
|
|||||||
description: "EVPN to spine2"
|
description: "EVPN to spine2"
|
||||||
peer_group: "leaf7__evpn"
|
peer_group: "leaf7__evpn"
|
||||||
peer_device: ["spine2"]
|
peer_device: ["spine2"]
|
||||||
|
# Leaf7 VRF gold border peering
|
||||||
|
- bgp_config: ["leaf7"]
|
||||||
|
local_identifier: "leaf7__10.90.90.1"
|
||||||
|
peer_address: "10.90.90.1"
|
||||||
|
description: "border peering to AS 64999 in VRF gold"
|
||||||
|
remote_asn: ["64999"]
|
||||||
|
vrf: "gold"
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# Leaf8 sessions
|
# Leaf8 sessions
|
||||||
# ============================================================
|
# ============================================================
|
||||||
@@ -488,6 +495,13 @@ spec:
|
|||||||
description: "EVPN to spine2"
|
description: "EVPN to spine2"
|
||||||
peer_group: "leaf8__evpn"
|
peer_group: "leaf8__evpn"
|
||||||
peer_device: ["spine2"]
|
peer_device: ["spine2"]
|
||||||
|
# Leaf8 VRF gold border peering
|
||||||
|
- bgp_config: ["leaf8"]
|
||||||
|
local_identifier: "leaf8__10.90.90.1"
|
||||||
|
peer_address: "10.90.90.1"
|
||||||
|
description: "border peering to AS 64999 in VRF gold"
|
||||||
|
remote_asn: ["64999"]
|
||||||
|
vrf: "gold"
|
||||||
---
|
---
|
||||||
apiVersion: infrahub.app/v1
|
apiVersion: infrahub.app/v1
|
||||||
kind: Object
|
kind: Object
|
||||||
@@ -501,6 +515,15 @@ spec:
|
|||||||
local_identifier: "spine1__ipv4_unicast"
|
local_identifier: "spine1__ipv4_unicast"
|
||||||
afi: ipv4
|
afi: ipv4
|
||||||
safi: unicast
|
safi: unicast
|
||||||
|
active_sessions:
|
||||||
|
- ["spine1__10.0.1.1"]
|
||||||
|
- ["spine1__10.0.1.3"]
|
||||||
|
- ["spine1__10.0.1.5"]
|
||||||
|
- ["spine1__10.0.1.7"]
|
||||||
|
- ["spine1__10.0.1.9"]
|
||||||
|
- ["spine1__10.0.1.11"]
|
||||||
|
- ["spine1__10.0.1.13"]
|
||||||
|
- ["spine1__10.0.1.15"]
|
||||||
networks:
|
networks:
|
||||||
- ["10.0.250.1/32"]
|
- ["10.0.250.1/32"]
|
||||||
- bgp_config: ["spine1"]
|
- bgp_config: ["spine1"]
|
||||||
@@ -516,6 +539,15 @@ spec:
|
|||||||
local_identifier: "spine2__ipv4_unicast"
|
local_identifier: "spine2__ipv4_unicast"
|
||||||
afi: ipv4
|
afi: ipv4
|
||||||
safi: unicast
|
safi: unicast
|
||||||
|
active_sessions:
|
||||||
|
- ["spine2__10.0.2.1"]
|
||||||
|
- ["spine2__10.0.2.3"]
|
||||||
|
- ["spine2__10.0.2.5"]
|
||||||
|
- ["spine2__10.0.2.7"]
|
||||||
|
- ["spine2__10.0.2.9"]
|
||||||
|
- ["spine2__10.0.2.11"]
|
||||||
|
- ["spine2__10.0.2.13"]
|
||||||
|
- ["spine2__10.0.2.15"]
|
||||||
networks:
|
networks:
|
||||||
- ["10.0.250.2/32"]
|
- ["10.0.250.2/32"]
|
||||||
- bgp_config: ["spine2"]
|
- bgp_config: ["spine2"]
|
||||||
@@ -657,6 +689,14 @@ spec:
|
|||||||
safi: unicast
|
safi: unicast
|
||||||
active_peer_groups:
|
active_peer_groups:
|
||||||
- ["leaf7__evpn"]
|
- ["leaf7__evpn"]
|
||||||
|
# Leaf7 IPv4 unicast in VRF gold (border peering)
|
||||||
|
- bgp_config: ["leaf7"]
|
||||||
|
local_identifier: "leaf7__vrf_gold__ipv4_unicast"
|
||||||
|
afi: ipv4
|
||||||
|
safi: unicast
|
||||||
|
vrf: "gold"
|
||||||
|
active_sessions:
|
||||||
|
- ["leaf7__10.90.90.1"]
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# Leaf8 address families
|
# Leaf8 address families
|
||||||
# ============================================================
|
# ============================================================
|
||||||
@@ -676,3 +716,11 @@ spec:
|
|||||||
safi: unicast
|
safi: unicast
|
||||||
active_peer_groups:
|
active_peer_groups:
|
||||||
- ["leaf8__evpn"]
|
- ["leaf8__evpn"]
|
||||||
|
# Leaf8 IPv4 unicast in VRF gold (border peering)
|
||||||
|
- bgp_config: ["leaf8"]
|
||||||
|
local_identifier: "leaf8__vrf_gold__ipv4_unicast"
|
||||||
|
afi: ipv4
|
||||||
|
safi: unicast
|
||||||
|
vrf: "gold"
|
||||||
|
active_sessions:
|
||||||
|
- ["leaf8__10.90.90.1"]
|
||||||
|
|||||||
@@ -273,6 +273,17 @@ nodes:
|
|||||||
peer: InfraBGPPeerGroup
|
peer: InfraBGPPeerGroup
|
||||||
cardinality: many
|
cardinality: many
|
||||||
description: Peer groups activated in this AF
|
description: Peer groups activated in this AF
|
||||||
|
- name: active_sessions
|
||||||
|
peer: InfraBGPSession
|
||||||
|
cardinality: many
|
||||||
|
optional: true
|
||||||
|
description: Individual sessions activated in this AF (e.g. spine direct neighbors)
|
||||||
|
- name: vrf
|
||||||
|
peer: InfraVRF
|
||||||
|
cardinality: one
|
||||||
|
kind: Attribute
|
||||||
|
optional: true
|
||||||
|
description: VRF context for this AF (null = global BGP process)
|
||||||
- name: networks
|
- name: networks
|
||||||
peer: InfraIPAddress
|
peer: InfraIPAddress
|
||||||
cardinality: many
|
cardinality: many
|
||||||
|
|||||||
Reference in New Issue
Block a user