Skip to content
Snippets Groups Projects
Commit 3da93525 authored by Felix Ohms's avatar Felix Ohms
Browse files

Merge branch 'add-complex-clab-topology' into 'develop'

Add complex clab topology 1.0

See merge request !196
parents 8873e16d 0a79a125
No related branches found
No related tags found
No related merge requests found
Pipeline #80976 passed with warnings
# topology documentation: http://containerlab.srlinux.dev/lab-examples/srl-ceos/
name: complex-1.0
topology:
nodes:
gosdn:
kind: linux
image: registry.code.fbi.h-da.de/cocsn/gosdn:develop
ceos1-1:
kind: ceos
image: ceosimage:4.26.0F
ceos1-2:
kind: ceos
image: ceosimage:4.26.0F
ceos2-1-1:
kind: ceos
image: ceosimage:4.26.0F
ceos2-1-2:
kind: ceos
image: ceosimage:4.26.0F
ceos2-2-1:
kind: ceos
image: ceosimage:4.26.0F
ceos2-2-2:
kind: ceos
image: ceosimage:4.26.0F
server3-1-1:
kind: linux
image: alpine:latest
server3-1-2:
kind: linux
image: alpine:latest
server3-1-3:
kind: linux
image: alpine:latest
server3-2-1:
kind: linux
image: alpine:latest
server3-2-2:
kind: linux
image: alpine:latest
links:
- endpoints: ["ceos1-1:eth1", "ceos2-1-1:eth1"]
- endpoints: ["ceos1-1:eth2", "ceos2-1-2:eth1"]
- endpoints: ["ceos1-1:eth3", "ceos2-2-1:eth1"]
- endpoints: ["ceos1-1:eth4", "ceos2-2-2:eth1"]
- endpoints: ["ceos1-2:eth1", "ceos2-1-1:eth2"]
- endpoints: ["ceos1-2:eth2", "ceos2-1-2:eth2"]
- endpoints: ["ceos1-2:eth3", "ceos2-2-1:eth2"]
- endpoints: ["ceos1-2:eth4", "ceos2-2-2:eth2"]
- endpoints: ["ceos2-1-1:eth3", "server3-1-1:eth1"]
- endpoints: ["ceos2-1-1:eth4", "server3-1-2:eth1"]
- endpoints: ["ceos2-1-2:eth3", "server3-1-2:eth2"]
- endpoints: ["ceos2-1-2:eth4", "server3-1-3:eth1"]
- endpoints: ["ceos2-2-1:eth3", "server3-2-1:eth1"]
- endpoints: ["ceos2-2-1:eth4", "server3-2-2:eth1"]
- endpoints: ["ceos2-2-2:eth3d", "server3-2-1:eth2"]
- endpoints: ["ceos2-2-2:eth4", "server3-2-2:eth2"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment