Skip to content
Snippets Groups Projects
Commit c09f59ce authored by Katharina Renk's avatar Katharina Renk
Browse files

Lab01 - added mtu limitation, changed image url

See merge request !728
parent 4cd52a56
Branches
No related tags found
1 merge request!728Lab01 - added mtu limitation, changed image url
Pipeline #182544 passed
......@@ -4,6 +4,7 @@ mgmt:
network: gosdn-csbi-arista-base-net
ipv4-subnet: 172.100.0.0/16
ipv6-subnet: 2001:db8::/64
mtu: 1500
topology:
nodes:
......@@ -30,7 +31,9 @@ topology:
gnmi-target-switch0:
kind: linux
image: registry.code.fbi.h-da.de/danet/gnmi-target/debian:package
image: registry.code.fbi.h-da.de/danet/gnmi-target/debian:master
#only for local use
#image: gnmi-target:latest
binds:
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
ports:
......@@ -42,7 +45,9 @@ topology:
gnmi-target-switch1:
kind: linux
image: registry.code.fbi.h-da.de/danet/gnmi-target/debian:package
image: registry.code.fbi.h-da.de/danet/gnmi-target/debian:master
#only for local use
#image: gnmi-target:latest
binds:
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment