mthiel117 / clab-l2ls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVD L2LS Data Model for ContinerLab running on Remote Host

Virtual Test Environment

ContainerLab will be utilized to build a test environment where configurations can be deployed to test functionality of the resulting AVD configuration files. The basic L2LS topo used for building and pushing test configs will be similar to the following.

L2LS Topo

A Virtual Machine running docker and containerlab will be needed.

Clab Deploy

Build & Deploy Configs

Open Repository in devcontainer. Change directory to /workspace/Projects/clab-l2ls. Using a Makefile you can launch a separate build and deploy process for each site. The below exampale shows building and deploying to the ContainerLab environment.

# Build CLAB Configs
make build
# Deploy CLAB Configs
make deploy

About


Languages

Language:Dockerfile 62.3%Language:Makefile 37.7%