feature/52-object-files #53
@@ -1,17 +1,7 @@
|
||||
# yaml-language-server: $schema=https://schema.infrahub.app/python-sdk/repository-config/latest.json
|
||||
---
|
||||
schemas:
|
||||
- schemas/
|
||||
|
||||
- schemas
|
||||
menus:
|
||||
- menus/fabric-menu.yml
|
||||
|
||||
object_files:
|
||||
- objects/01-foundation.yml
|
||||
- objects/02-devices.yml
|
||||
- objects/03-interfaces.yml
|
||||
- objects/04-ipam.yml
|
||||
- objects/05-vlans-vxlan.yml
|
||||
- objects/06-bgp.yml
|
||||
- objects/07-vrfs.yml
|
||||
- objects/08-mlag.yml
|
||||
- menus
|
||||
objects:
|
||||
- objects
|
||||
|
||||
@@ -24,9 +24,6 @@ kind: Object
|
||||
spec:
|
||||
kind: InfraAutonomousSystem
|
||||
data:
|
||||
- asn: 64999
|
||||
description: External border peer
|
||||
as_type: private
|
||||
- asn: 65000
|
||||
description: Spine AS
|
||||
as_type: private
|
||||
@@ -48,7 +45,7 @@ kind: Object
|
||||
spec:
|
||||
kind: InfraFabric
|
||||
data:
|
||||
- name: evpn-fabric
|
||||
- name: evpn-lab
|
||||
description: Arista EVPN-VXLAN reference fabric
|
||||
underlay_protocol: ebgp
|
||||
overlay_protocol: evpn
|
||||
|
||||
@@ -743,7 +743,7 @@ spec:
|
||||
peer_group: ["10.0.250.16", "evpn"]
|
||||
peer_device: spine2
|
||||
# ============================================================
|
||||
# Leaf7 sessions (+ VRF gold border session)
|
||||
# Leaf7 sessions
|
||||
# ============================================================
|
||||
- bgp_config: leaf7
|
||||
peer_address: "10.0.1.12"
|
||||
@@ -770,14 +770,8 @@ spec:
|
||||
description: "EVPN to spine2"
|
||||
peer_group: ["10.0.250.17", "evpn"]
|
||||
peer_device: spine2
|
||||
# Border session in VRF gold
|
||||
- bgp_config: leaf7
|
||||
peer_address: "10.90.90.1"
|
||||
description: "VRF gold border to AS 64999"
|
||||
remote_asn: "64999"
|
||||
vrf: gold
|
||||
# ============================================================
|
||||
# Leaf8 sessions (+ VRF gold border session)
|
||||
# Leaf8 sessions
|
||||
# ============================================================
|
||||
- bgp_config: leaf8
|
||||
peer_address: "10.0.1.14"
|
||||
@@ -804,12 +798,6 @@ spec:
|
||||
description: "EVPN to spine2"
|
||||
peer_group: ["10.0.250.18", "evpn"]
|
||||
peer_device: spine2
|
||||
# Border session in VRF gold
|
||||
- bgp_config: leaf8
|
||||
peer_address: "10.90.90.1"
|
||||
description: "VRF gold border to AS 64999"
|
||||
remote_asn: "64999"
|
||||
vrf: gold
|
||||
---
|
||||
apiVersion: infrahub.app/v1
|
||||
kind: Object
|
||||
|
||||
Reference in New Issue
Block a user