Skip to content

Commit

Permalink
Merge branch 'master' into leaf-and-router
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed May 3, 2024
2 parents 9876a74 + e8c002c commit f7d1446
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ partition: partition-bake
.PHONY: partition-bake
partition-bake:
docker pull $(MINI_LAB_VM_IMAGE)

ifeq ($(MINI_LAB_FLAVOR),sonic)
docker pull $(MINI_LAB_SONIC_IMAGE)
endif
@if ! sudo $(CONTAINERLAB) --topo $(LAB_TOPOLOGY) inspect | grep -i leaf01 > /dev/null; then \
sudo --preserve-env $(CONTAINERLAB) deploy --topo $(LAB_TOPOLOGY) --reconfigure && \
./scripts/deactivate_offloading.sh; fi
Expand Down

0 comments on commit f7d1446

Please sign in to comment.