https://github.com/dell-networking/poc-des-cicd-intro
Getting started with CI/CD tooling to build a pipeline for automation of Dell Enterprise SONiC
https://github.com/dell-networking/poc-des-cicd-intro
Last synced: 4 months ago
JSON representation
Getting started with CI/CD tooling to build a pipeline for automation of Dell Enterprise SONiC
- Host: GitHub
- URL: https://github.com/dell-networking/poc-des-cicd-intro
- Owner: Dell-Networking
- License: other
- Created: 2023-06-20T04:33:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T15:40:18.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T12:03:43.413Z (8 months ago)
- Language: Jinja
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Proof-of-Concept - Automating Configuration of Dell Enterprise SONiC with CI/CD Pipelines
[](#-how-to-contribute)
[](https://github.com/Dell-Networking/PoC-DES-CICD-Intro/blob/main/LICENSE.md)
[](https://github.com/Dell-Networking/PoC-DES-CICD-Intro/issues)
Built and maintained by [Ben Goldstone](https://github.com/benjamingoldstone/) and [Contributors](https://github.com/Dell-Networking/PoC-DES-CICD-Intro/graphs/contributors)
------------------
Welcome to our guide on how to get started with using a CI/CD tooling for automating configuration of Dell Enterprise SONiC network switches!
## Contents
- [Description and Objective](#-description-and-objective)
- [Requirements](#-requirements)
- [How to Contribute](#-how-to-contribute)
## 🚀 Description and Objective
Use this space to provide clarity around what the objective of the PoC is and what the end result of successfully running through the exercise should look like.
This repo should enable you to get started with a basic CD pipeline for deploying network configuration to Dell Enterprise SONiC switches. We will be using the following components:
* Drone.ci
* Ansible
* GNS3
We will be modifying the configuration of a VXLAN/BGP/EVPN network by adding a VLAN, a VLAN to VNI mapping, a VRF for a tenant and then placing the VNI into the new VRF. This simple example should get you started to build more complex infrastructure with CI/CD tooling.
## 📋 Requirements
* GNS3 virtual environment or physical hardware
* Drone CI server and runners
* Dell Enterprise SONiC 4.1 (virtual image for GNS3 or Enterprise image for hardware)
## 👏 How to Contribute
We welcome contributions to the project. Please reference the [CONTRIBUTING](https://github.com/Dell-Networking/PoC-Index/blob/main/CONTRIBUTING.md) guide in the PoC-Index repo for more details (this guide is common across Dell Networking PoC projects).