Skip to content
Snippets Groups Projects

Lab01 - added mtu limitation, changed image url

Merged Katharina Renk requested to merge 352-fix-containerlab-image-for-lab01 into master
1 file
+ 7
2
Compare changes
  • Side-by-side
  • Inline
@@ -4,6 +4,7 @@ mgmt:
@@ -4,6 +4,7 @@ mgmt:
network: gosdn-csbi-arista-base-net
network: gosdn-csbi-arista-base-net
ipv4-subnet: 172.100.0.0/16
ipv4-subnet: 172.100.0.0/16
ipv6-subnet: 2001:db8::/64
ipv6-subnet: 2001:db8::/64
 
mtu: 1500
topology:
topology:
nodes:
nodes:
@@ -30,7 +31,9 @@ topology:
@@ -30,7 +31,9 @@ topology:
gnmi-target-switch0:
gnmi-target-switch0:
kind: linux
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:
binds:
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
ports:
ports:
@@ -42,7 +45,9 @@ topology:
@@ -42,7 +45,9 @@ topology:
gnmi-target-switch1:
gnmi-target-switch1:
kind: linux
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:
binds:
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
ports:
ports:
Loading