Skip to content

Commit

Permalink
remove -cvx suffix from leaf02
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Sep 16, 2024
1 parent 061d0ca commit 75d4d26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LAB_SWITCHES=leaf01 leaf02
else ifeq ($(MINI_LAB_FLAVOR),mixed)
LAB_MACHINES=machine01,machine02
LAB_TOPOLOGY=mini-lab.mixed.yaml
LAB_SWITCHES=leaf01 leaf02-cvx leaf02-sonic
LAB_SWITCHES=leaf01 leaf02 leaf02-sonic
VRF=Vrf20
else
$(error Unknown flavor $(MINI_LAB_FLAVOR))
Expand Down
10 changes: 5 additions & 5 deletions mini-lab.mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ topology:
kind: bridge
leaf01:
kind: cvx
leaf02-cvx:
leaf02:
kind: cvx
leaf02-sonic:
kind: linux
Expand Down Expand Up @@ -66,10 +66,10 @@ topology:
- endpoints: ["leaf01:swp3", "vms:lan2"]
- endpoints: ["leaf01:swp4", "vms:lan4"]

- endpoints: ["leaf02-cvx:swp1", "inet:eth2"]
- endpoints: ["leaf02-cvx:swp2", "vms:lan1"]
- endpoints: ["leaf02-cvx:swp3", "vms:lan3"]
- endpoints: ["leaf02-cvx:swp4", "vms:lan5"]
- endpoints: ["leaf02:swp1", "inet:eth2"]
- endpoints: ["leaf02:swp2", "vms:lan1"]
- endpoints: ["leaf02:swp3", "vms:lan3"]
- endpoints: ["leaf02:swp4", "vms:lan5"]

- endpoints: ["leaf02-sonic:eth1", "inet:eth3"]
- endpoints: ["leaf02-sonic:eth2", "vms:lan6"]
Expand Down

0 comments on commit 75d4d26

Please sign in to comment.