Skip to content

Commit

Permalink
fix clab topology
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Nov 19, 2024
1 parent 2ea91f0 commit 1d4c389
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ inspect: ## Inspect the lab
@echo ""
@echo "You can check the lab status, hostnames and management addresses above."
@echo "To connect to a lab device use \`ssh {{.clab_user}}@<hostname>\` and password \`{{.clab_password}}\`."

{%- if .avd_inventory %}
{% if .avd_inventory -%}
.PHONY: build
build: ## Generate AVD configs
cd $(CURRENT_DIR)/avd_inventory; ansible-playbook playbooks/avd_build.yml
Expand Down
1 change: 0 additions & 1 deletion labs/cvaas-cvaas-and-avd-demo--evpn-mlag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ diff: ## Show the diff between running config and designed config
.PHONY: test
test: ## validate the network state
cd $(CURRENT_DIR)/avd_inventory; ansible-playbook playbooks/avd_validate.yml

2 changes: 1 addition & 1 deletion labs/cvaas-cvaas-and-avd-demo--evpn-mlag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This lab is tested for:
memory: 32 GB
storage: 64 GB

Last reviewed: 18/11/2024
Last reviewed: 19/11/2024

Lab Credentials
Username: arista
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ topology:
- endpoints: ["l03:eth2", "s02:eth3"]
- endpoints: ["l04:eth1", "s01:eth4"]
- endpoints: ["l04:eth2", "s02:eth4"]
- endpoints: ["l01:eth3", "l02:eth3"]
- endpoints: ["l01:eth4", "l02:eth4"]
- endpoints: ["l03:eth3", "l04:eth3"]
- endpoints: ["l03:eth4", "l04:eth4"]
- endpoints: ["h01:eth1", "l01:eth10"]
- endpoints: ["h01:eth2", "l02:eth10"]
- endpoints: ["h02:eth1", "l03:eth20"]
Expand Down

0 comments on commit 1d4c389

Please sign in to comment.