ksator / EVPN_DCI_automation

DCI automation demo with EVPN VXLAN. VLANs stitching management with network automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

What to find in this repo:

Network automation content with Ansible, Jinja, YAML, Python and Travis CI.

  • For a DCI demo using EVPN-VXLAN.
  • With network devices running Junos. Accross 2 differents DC.

The setup is already up and running. So this automation content is not used to build the setup.
This automation content is used to update the existing setup managing (stitching/unstitching/configuring/auditing ...) vlans to the DCI configuration. It uses a declarative approach and enforces the desired state against the network.

This repo covers also how to generate YAML variables (ready to be consumed by Jinja and Ansible) from a CSV file (source-controlled) using Python.

It has also a Python script to locate a mac address (i.e that connects to all the devices to provide the interfaces associated with a learned MAC addresses). This script uses the Ansible inventory file to get the list of devices ip address.

Repository content

The documentation is on wiki

About

DCI automation demo with EVPN VXLAN. VLANs stitching management with network automation

License:MIT License


Languages

Language:Python 100.0%