From 957b1e7c1a1e5698c3e9bd47ab8262e15d4f30ae Mon Sep 17 00:00:00 2001 From: Shannon Byrnes Date: Sun, 2 Feb 2025 12:07:00 -0500 Subject: [PATCH] Update image to new, working one --- internal-lab-setup-assets/Makefile | 2 +- internal-lab-setup-assets/workshop.clab.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal-lab-setup-assets/Makefile b/internal-lab-setup-assets/Makefile index 8b62f57..255306b 100644 --- a/internal-lab-setup-assets/Makefile +++ b/internal-lab-setup-assets/Makefile @@ -60,7 +60,7 @@ poetry: test: poetry XRD_LAB_IPS=containerlab inspect --all | grep "cisco" | rev | cut -d ' ' -f8 | rev | sort -V; \ echo "$${XRD_LAB_IPS}"; \ - if [ -z "$${XRD_LAB_IPS}" ]; then echo "No labs found." && exit 1; fi; \ + if [ -z "$${XRD_LAB_IPS}" ]; then echo "No labs found." && exit 0; fi; \ cd tester; \ echo "Installing dependencies..." && ~/.local/bin/poetry install --no-root; \ XRD_LAB_IPS="$${XRD_LAB_IPS}" ~/.local/bin/poetry run python lab-tester/lab-tester.py diff --git a/internal-lab-setup-assets/workshop.clab.yml.j2 b/internal-lab-setup-assets/workshop.clab.yml.j2 index a637146..7c0c4d3 100644 --- a/internal-lab-setup-assets/workshop.clab.yml.j2 +++ b/internal-lab-setup-assets/workshop.clab.yml.j2 @@ -15,7 +15,7 @@ mgmt: topology: kinds: cisco_xrd: - image: ios-xr/xrd-control-plane:7.11.1 + image: ios-xr/xrd-control-plane:24.4.1 env: CLAB_MGMT_VRF: management