Skip to content
Snippets Groups Projects
Commit f6869bc8 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Modified topology and readme

parent 616fa1bc
Branches
No related tags found
No related merge requests found
...@@ -25,3 +25,10 @@ Consider that the Docker repository and the username to login on the box are pas ...@@ -25,3 +25,10 @@ Consider that the Docker repository and the username to login on the box are pas
- containerlab - containerlab
``` ```
So you should:
```
export GITLAB_USER=name.surname
export GITLAB_TOKEN=your_token (you generate it in profile, access-tokens, registry-read as right)
```
\ No newline at end of file
...@@ -6,8 +6,18 @@ topology: ...@@ -6,8 +6,18 @@ topology:
image: '{{ docker.registry_url }}/vrnetlab/vr-vmx:18.2R1.9' image: '{{ docker.registry_url }}/vrnetlab/vr-vmx:18.2R1.9'
vr-sros: vr-sros:
image: '{{ docker.registry_url }}/vrnetlab/vr-sros:23.3.R3' image: '{{ docker.registry_url }}/vrnetlab/vr-sros:23.3.R3'
license: license.txt
nodes: nodes:
vmx1: juniper1:
kind: vr-vmx kind: vr-vmx
vmx2: nokia1:
kind: vr-sros kind: vr-sros
juniper2:
kind: vr-vmx
nokia2:
kind: vr-sros
links:
- endpoints: ["juniper1:eth1", "juniper2:eth1"]
- endpoints: ["nokia1:eth1", "nokia2:eth1"]
- endpoints: ["juniper1:eth2", "nokia2:eth2"]
- endpoints: ["juniper2:eth2", "nokia1:eth2"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment