From 111fc8c22a326baf4a086387c7b961670ef71edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Zago=C5=BEen?= Date: Wed, 15 Apr 2026 09:19:00 +0200 Subject: [PATCH] Move to StratoWeave org --- README.md | 2 +- test/common/clab.mk | 2 +- test/quicklab-xe/Makefile | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c2e6e1..7d3f12d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # netcli - NETCONF <> CLI Conversion System -[![REUSE Compliance Check](https://github.com/orchestron-orchestrator/netcli/actions/workflows/reuse-compliance.yml/badge.svg)](https://github.com/orchestron-orchestrator/netcli/actions/workflows/reuse-compliance.yml) +[![REUSE Compliance Check](https://github.com/stratoweave/netcli/actions/workflows/reuse-compliance.yml/badge.svg)](https://github.com/stratoweave/netcli/actions/workflows/reuse-compliance.yml) netcli converts CLI configuration to NETCONF XML / RESTCONF JSON and vice versa. This is performed by round-tripping the configuration through virtual devices, like crpd (containerized JUNOS) or XRd (containerized IOS XR). diff --git a/test/common/clab.mk b/test/common/clab.mk index 1318763..573df41 100644 --- a/test/common/clab.mk +++ b/test/common/clab.mk @@ -1,6 +1,6 @@ PROJECT_DIR:=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))/../../) # Set this env var to empty string if you have local cRPD, XRd container images -export IMAGE_PATH?=registry.devops.telekom.de/containerlab/containerlab/ +export IMAGE_PATH?=ghcr.io/stratoweave/ ifeq (true,$(REMOTE_CONTAINERS)) CLAB_BIN:=containerlab diff --git a/test/quicklab-xe/Makefile b/test/quicklab-xe/Makefile index 473f46a..62f1361 100644 --- a/test/quicklab-xe/Makefile +++ b/test/quicklab-xe/Makefile @@ -6,8 +6,6 @@ ROUTERS_XR= ROUTERS_CRPD= ROUTERS_XE=xe1 -# Image path for vrnetlab containers -IMAGE_PATH ?= ghcr.io/orchestron-orchestrator/ WAIT=240 # Include common makefiles first