Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible ContainerLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
Development Playbooks
Ansible ContainerLab
Commits
f6869bc8
Commit
f6869bc8
authored
1 year ago
by
Simone Spinelli
Browse files
Options
Downloads
Patches
Plain Diff
Modified topology and readme
parent
616fa1bc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-0
7 additions, 0 deletions
README.md
roles/containerlab/templates/test_topology.clab.yml
+12
-2
12 additions, 2 deletions
roles/containerlab/templates/test_topology.clab.yml
with
19 additions
and
2 deletions
README.md
+
7
−
0
View file @
f6869bc8
...
@@ -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
This diff is collapsed.
Click to expand it.
roles/containerlab/templates/test_topology.clab.yml
+
12
−
2
View file @
f6869bc8
...
@@ -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
:
vmx
1
:
juniper
1
:
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"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment