From 44e1fb166c2d5e6b55b7e4ea0f2a458fa15fb61f Mon Sep 17 00:00:00 2001 From: Shannon Byrnes Date: Thu, 14 Mar 2024 16:23:07 -0700 Subject: [PATCH] enabler: Add invocation for installing containerlab to Makefile --- internal-lab-setup-assets/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/internal-lab-setup-assets/README.md b/internal-lab-setup-assets/README.md index 5174205..ea6e4fd 100644 --- a/internal-lab-setup-assets/README.md +++ b/internal-lab-setup-assets/README.md @@ -16,6 +16,7 @@ Set mgmt address in the config (instead of automatically assigning) as XRd has a Review the `Makefile` in `Getting_Started` +`make clab-install` to install containerlab `make gen` to generate lab topologies based on `workshop.clab.yml.j2`. This currently creates 30 labs, set via `gen-topo.py`. `make deploy` to start up all 30 labs. This will take some time but should complete without error. `make destroy` to tear down all labs.