-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update-lab-avd_asym_irb * update-ceos-lab-baseline-template * update-lab-avd_asym_multihoming * update-lab-avd_central_any_gw * update-lab-avd_sym_irb * update-lab-avd_sym_irb_ibgp * update-lab-avd_sym_sa_multihoming * update-lab-avd_sym_sa_multihoming * update-lab-mpls_evpn_irb * update-lab-mpls_ldp_l2evpn * update-README
- Loading branch information
1 parent
9f17e1f
commit 8f59632
Showing
42 changed files
with
528 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.PHONY: help | ||
help: ## Display help message | ||
@grep -E '^[0-9a-zA-Z_-]+\.*[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | ||
|
||
.PHONY: deploy | ||
deploy: ## Complete AVD & cEOS-Lab Deployment | ||
@echo -e "\n############### \e[1;30;42mStarting cEOS-Lab topology\e[0m ###############\n" | ||
@sudo containerlab deploy -t topology.yaml | ||
@echo -e "\n############### \e[1;30;42mGenerating and deploying switch configuration\e[0m ###############\n" | ||
@ansible-playbook playbooks/fabric-deploy-config.yaml --flush-cache | ||
@echo -e "\n############### \e[1;30;42mConfiguring client nodes\e[0m ###############\n" | ||
@bash host_l3_config/l3_build.sh | ||
@echo -e "\n############### \e[1;30;42mcEOS-Lab Topology\e[0m ###############\n" | ||
@sudo containerlab inspect -t topology.yaml | ||
@echo -e "\n############### \e[1;30;42mcEOS-Lab Deployment Complete\e[0m ###############\n" | ||
|
||
.PHONY: destroy | ||
destroy: ## Delete cEOS-Lab Deployment and AVD generated config and documentation | ||
@echo -e "\n############### \e[1;30;42mWiping nodes and deleting AVD configuration\e[0m ###############\n" | ||
@sudo containerlab destroy -t topology.yaml --cleanup | ||
@rm -rf .topology.yml.bak config_backup/ snapshots/ reports/ documentation/ intended/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.PHONY: help | ||
help: ## Display help message | ||
@grep -E '^[0-9a-zA-Z_-]+\.*[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | ||
|
||
.PHONY: deploy | ||
deploy: ## Complete AVD & cEOS-Lab Deployment | ||
@echo -e "\n############### \e[1;30;42mStarting cEOS-Lab topology\e[0m ###############\n" | ||
@sudo containerlab deploy -t topology.yaml | ||
@echo -e "\n############### \e[1;30;42mGenerating and deploying switch configuration\e[0m ###############\n" | ||
@ansible-playbook playbooks/fabric-deploy-config.yaml --flush-cache | ||
@echo -e "\n############### \e[1;30;42mConfiguring client nodes\e[0m ###############\n" | ||
@bash host_l3_config/l3_build.sh | ||
@echo -e "\n############### \e[1;30;42mcEOS-Lab Topology\e[0m ###############\n" | ||
@sudo containerlab inspect -t topology.yaml | ||
@echo -e "\n############### \e[1;30;42mcEOS-Lab Deployment Complete\e[0m ###############\n" | ||
|
||
.PHONY: destroy | ||
destroy: ## Delete cEOS-Lab Deployment and AVD generated config and documentation | ||
@echo -e "\n############### \e[1;30;42mWiping nodes and deleting AVD configuration\e[0m ###############\n" | ||
@sudo containerlab destroy -t topology.yaml --cleanup | ||
@rm -rf .topology.yml.bak config_backup/ snapshots/ reports/ documentation/ intended/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.PHONY: help | ||
help: ## Display help message | ||
@grep -E '^[0-9a-zA-Z_-]+\.*[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | ||
|
||
.PHONY: deploy | ||
deploy: ## Complete AVD & cEOS-Lab Deployment | ||
@echo -e "\n############### \e[1;30;42mStarting cEOS-Lab topology\e[0m ###############\n" | ||
@sudo containerlab deploy -t topology.yaml | ||
@echo -e "\n############### \e[1;30;42mGenerating and deploying switch configuration\e[0m ###############\n" | ||
@ansible-playbook playbooks/fabric-deploy-config.yaml --flush-cache | ||
@echo -e "\n############### \e[1;30;42mConfiguring client nodes\e[0m ###############\n" | ||
@bash host_l3_config/l3_build.sh | ||
@echo -e "\n############### \e[1;30;42mcEOS-Lab Topology\e[0m ###############\n" | ||
@sudo containerlab inspect -t topology.yaml | ||
@echo -e "\n############### \e[1;30;42mcEOS-Lab Deployment Complete\e[0m ###############\n" | ||
|
||
.PHONY: destroy | ||
destroy: ## Delete cEOS-Lab Deployment and AVD generated config and documentation | ||
@echo -e "\n############### \e[1;30;42mWiping nodes and deleting AVD configuration\e[0m ###############\n" | ||
@sudo containerlab destroy -t topology.yaml --cleanup | ||
@rm -rf .topology.yml.bak config_backup/ snapshots/ reports/ documentation/ intended/ |
Oops, something went wrong.