Skip to content

Commit

Permalink
update clab topo files (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchV85 committed Sep 5, 2024
1 parent f5fdc43 commit b6b53a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion tech-library/wan/autovpn/zbackend-infra/clab/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@ grab-configs: ## Grab configs from the lab

.PHONY: push-license
push-license: ## Push license to CloudEOS nodes
pip3 install paramiko ansible-pylibssh
ansible-galaxy collection install arista.eos
ansible-playbook push_license.yml -e ansible_connection=network_cli

.PHONY: start
start: ## Start the lab
sudo clab deploy -t clab-wan-autovpn-dg.yml --reconfigure

.PHONY: stop
stop: ## Stop the lab
sudo clab destroy -t clab-wan-autovpn-dg.yml --cleanup
2 changes: 1 addition & 1 deletion tech-library/wan/autovpn/zbackend-infra/clab/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[defaults]
roles_path = ./roles
inventory = inventory/inventory.yml
collections_paths = ../ansible-avd:../ansible-cvp:../ansible_collections:~/.ansible/collections:/usr/share/ansible/collections
collections_paths = ~/.ansible/collections:/usr/share/ansible/collections
jinja2_extensions = jinja2.ext.loopcontrols,jinja2.ext.do,jinja2.ext.i18n
deprecation_warnings = False
forks = 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ topology:
ceos:
env:
CLAB_MGMT_VRF: MGMT
image: ceos:trunk
image: ceos:latest
memory: 4g
linux:
image: mitchv85/devhost
Expand Down

0 comments on commit b6b53a3

Please sign in to comment.