From b6a4a942d7124a3aa33a9c782c9f84a1ede1adf0 Mon Sep 17 00:00:00 2001 From: darnodo Date: Mon, 31 Mar 2025 18:37:35 +0000 Subject: [PATCH] chore(Documentations) : remove WIP --- README.md | 14 ++++++-------- documentation/CookBook.md | 3 --- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0f7ddc1..4f45e58 100755 --- a/README.md +++ b/README.md @@ -1,18 +1,16 @@ # VXLAN EVPN Automation Project -> [!WARNING] -> Work in progress -> - This project aims to automate the creation and management of a VXLAN EVPN test lab using ContainerLab, Arista cEOS and Netbox 4.2. The automation is primarily achieved through Netbox Render Config and Python scripts. ## Table of Contents -1. [Prerequisites](#prerequisites) -2. [Installation](#installation) -3. [Usage](#usage) -4. [Sources](#sources) +- [VXLAN EVPN Automation Project](#vxlan-evpn-automation-project) + - [Table of Contents](#table-of-contents) + - [Prerequisites](#prerequisites) + - [Installation](#installation) + - [Usage](#usage) + - [Sources](#sources) ## Prerequisites diff --git a/documentation/CookBook.md b/documentation/CookBook.md index 9deb8b0..ad614c2 100644 --- a/documentation/CookBook.md +++ b/documentation/CookBook.md @@ -1,8 +1,5 @@ # 🌟 NetBox & cEOS VXLAN Fabric Cookbook 🌟 ->[!WARNING] -> Work in progress - ## 📚 Introduction This cookbook guides you through setting up a VXLAN fabric using NetBox for configuration management and cEOS for network virtualization. Perfect for demonstrating NetBox's capabilities with RenderConfig to generate a complete fabric configuration.