From 7ab6ee29967b533dad1cfd09131ebc9871f5596c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20T=C3=B3th?= Date: Mon, 9 Sep 2024 10:06:51 +0200 Subject: [PATCH 1/2] Update frinx_topo_1.clab.yml update image names to contain frinx/ prefix --- containerlab/frinx_topo_1/frinx_topo_1.clab.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/containerlab/frinx_topo_1/frinx_topo_1.clab.yml b/containerlab/frinx_topo_1/frinx_topo_1.clab.yml index 4aa7711..0caefb6 100644 --- a/containerlab/frinx_topo_1/frinx_topo_1.clab.yml +++ b/containerlab/frinx_topo_1/frinx_topo_1.clab.yml @@ -3,7 +3,7 @@ name: frinx_topo_1 topology: defaults: kind: nokia_sros - image: vrnetlab/vr-sros:22.10.R7 + image: frinx/vr-sros:22.10.R7 license: ../frinx_topo_1/sros.license config: vars: @@ -47,7 +47,7 @@ topology: startup-config: config_r2_pe2.partial.txt R1_CPE1: - image: vrnetlab/vr-xrv:6.0.1 + image: frinx/vr-xrv:6.0.1 kind: cisco_xrv mgmt-ipv4: 172.20.20.202 startup-config: config_r1_cpe1.partial.txt @@ -55,7 +55,7 @@ topology: RAM: 4096 R1_CPE2: - image: vrnetlab/vr-xrv:6.0.1 + image: frinx/vr-xrv:6.0.1 kind: cisco_xrv mgmt-ipv4: 172.20.20.203 startup-config: config_r1_cpe2.partial.txt @@ -63,7 +63,7 @@ topology: RAM: 4096 R2_CPE1: - image: vrnetlab/vr-xrv:6.0.1 + image: frinx/vr-xrv:6.0.1 kind: cisco_xrv mgmt-ipv4: 172.20.20.204 startup-config: config_r2_cpe1.partial.txt @@ -71,7 +71,7 @@ topology: RAM: 4096 R2_CPE2: - image: vrnetlab/vr-xrv:6.0.1 + image: frinx/vr-xrv:6.0.1 kind: cisco_xrv mgmt-ipv4: 172.20.20.205 startup-config: config_r2_cpe2.partial.txt From a9fdf5786b92f24b9573042e51ae1562c850cfcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20T=C3=B3th?= Date: Mon, 9 Sep 2024 10:09:38 +0200 Subject: [PATCH 2/2] Update README.md updated image name --- containerlab/frinx_topo_1/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/containerlab/frinx_topo_1/README.md b/containerlab/frinx_topo_1/README.md index 7d997f2..95f267e 100644 --- a/containerlab/frinx_topo_1/README.md +++ b/containerlab/frinx_topo_1/README.md @@ -4,9 +4,9 @@ This is a simple topology for testing FRINX topology services. It consists of MPLS core network, two regions with PE routers and connected CPE routers. Device types: -- Core, PE, and PTP GM routers: `vrnetlab/vr-sros:22.10.R7` -- CPE routers: `vrnetlab/vr-xrv:6.0.1` -- OLT and CMTS switches: `vrnetlab/vr-sros:22.10.R7` +- Core, PE, and PTP GM routers: `frinx/vr-sros:22.10.R7` +- CPE routers: `frinx/vr-xrv:6.0.1` +- OLT and CMTS switches: `frinx/vr-sros:22.10.R7` Configured protocols: - LDP @@ -58,7 +58,7 @@ The last tested versions of vrnetlab and containerlab: - vrnetlab: 0.18.1 - containerlab: 0.56.0 -### vrnetlab/vr-sros:22.10.R7 +### frinx/vr-sros:22.10.R7 Requirements: - sros-vm-22.10.R7.qcow2 image: Ask Nokia support to provide you with the Qemu disk image. @@ -73,9 +73,9 @@ Requirements: in the vrnetlab repository. 3. Build the docker image using `make docker-image` command. - Built docker image should have 'vrnetlab/vr-sros:22.10.R7' tag. + Change tag of built docker image to 'frinx/vr-sros:22.10.R7' tag. -### vrnetlab/vr-xrv:6.0.1 +### frinx/vr-xrv:6.0.1 Requirements: @@ -84,7 +84,7 @@ Requirements: 1. Copy 'iosxrv-k9-6.0.1.vmdk' file to the 'xrv' directory in the vrnetlab repository. 2. Build the docker image using `make docker-image` command. - Built docker image should have 'vrnetlab/vr-xrv:6.0.1' tag. + Change tag of built docker image to 'frinx/vr-xrv:6.0.1' tag. ## Startup process