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
No related branches found
No related tags found
1 merge request!728Lab01 - added mtu limitation, changed image url
Pipeline #182544 passed
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment