{"id":43258948,"url":"https://github.com/arista-netdevops-community/ansible-avd-cloudvision-demo","last_synced_at":"2026-02-01T14:02:44.435Z","repository":{"id":39719269,"uuid":"226156228","full_name":"arista-netdevops-community/ansible-avd-cloudvision-demo","owner":"arista-netdevops-community","description":"A demo to run Arista Validated Design with CloudVision deployment - From Powerup to EVPN Fabric","archived":false,"fork":false,"pushed_at":"2023-03-16T05:19:07.000Z","size":2622,"stargazers_count":23,"open_issues_count":7,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-03-25T22:56:47.537Z","etag":null,"topics":["ansible","ansible-playbook","arista","arista-cloudvision","arista-networks","cloudvision","cloudvision-deployment","cvp","demo","evpn","vxlan-fabric"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arista-netdevops-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-05T17:37:43.000Z","updated_at":"2023-03-17T08:23:59.000Z","dependencies_parsed_at":"2023-02-14T02:45:41.087Z","dependency_job_id":null,"html_url":"https://github.com/arista-netdevops-community/ansible-avd-cloudvision-demo","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/arista-netdevops-community/ansible-avd-cloudvision-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arista-netdevops-community%2Fansible-avd-cloudvision-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arista-netdevops-community%2Fansible-avd-cloudvision-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arista-netdevops-community%2Fansible-avd-cloudvision-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arista-netdevops-community%2Fansible-avd-cloudvision-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arista-netdevops-community","download_url":"https://codeload.github.com/arista-netdevops-community/ansible-avd-cloudvision-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arista-netdevops-community%2Fansible-avd-cloudvision-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28980159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T13:38:33.235Z","status":"ssl_error","status_checked_at":"2026-02-01T13:38:32.912Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-playbook","arista","arista-cloudvision","arista-networks","cloudvision","cloudvision-deployment","cvp","demo","evpn","vxlan-fabric"],"created_at":"2026-02-01T14:02:44.373Z","updated_at":"2026-02-01T14:02:44.426Z","avatar_url":"https://github.com/arista-netdevops-community.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Arista-CVP%20Automation-blue) ![](https://img.shields.io/badge/Arista-EOS%20Automation-blue) ![Ansible Code Execution](https://github.com/arista-netdevops-community/ansible-avd-cloudvision-demo/workflows/Ansible%20Code%20Execution/badge.svg) ![GitHub](https://img.shields.io/github/license/arista-netdevops-community/ansible-avd-cloudvision-demo)\n# Arista Validated Design with CloudVision deployment\n\n## About\n\nThis example implement a basic __EVPN/VXLAN Fabric__ based on __[Arista Validated Design roles](https://github.com/aristanetworks/ansible-avd)__ with one layer of 2 spines and one layer of leafs (4 devices) using MLAG. Configuration deployment is not managed by eos EAPI, but through Arista CloudVision based on __[arista.cvp collection](https://github.com/aristanetworks/ansible-cvp/)__\n\nIt helps to demonstrate how to bring up an Arista EVPN/VXLAN Fabric from the first boot.\n\n![Lab Topology](data/cloudvision-device-topology.png)\n\n\u003e Lab is based on EVE-NG topology and a CloudVision server running on a VMware instance. A complete guide to setup Arista EOS devices on EVE is available on [AVD website](https://avd.sh/en/latest/docs/how-to/lab-with-nat/)\n\n## Getting Started\n\nFor detailed setup and demo, please refer to [resources](#resources) below.\n\n\u003e It is recommended to use [docker image](https://hub.docker.com/repository/docker/avdteam/base) with all [arista.cvp](https://github.com/aristanetworks/ansible-cvp) and [arista.avd](https://github.com/aristanetworks/ansible-avd) [requirements](https://avd.sh/en/latest/docs/installation/requirements/). It is done with `make shell` command.\n\n```shell\n# Clone repository\n$ git clone https://github.com/arista-netdevops-community/ansible-avd-cloudvision-demo.git\n\n# Move to folder\n$ cd ansible-avd-cloudvision-demo\n\n# Run demo shell using docker (optional)\n$ make shell\n\n# Install required ansible collections\n$ ansible-galaxy collection install arista.avd:==2.0.0\n$ ansible-galaxy collection install arista.cvp:==2.1.2\n\n# Edit Inventory information \u0026 Authentication information\n$ vim inventory/inventory.yml\n\n# Edit ZTP information\n$ vim inventory/group_vars/CVP.yml\n\n# Provision Zero Touch Provisioning server\n$ ansible-playbook playbooks/dc1-ztp-configuration.yml\n\n# Power Up devices\n# Wait for devices to be available in CVP\n\n# Run Ansible playbook\n$ ansible-playbook playbooks/dc1-fabric-deploy-cvp.yml\n```\n\n\u003e Getting started does not include management IP configuration. For complete installation, please refer to [installation guide](INSTALLATION.md) to configure correct environment.\n\n## Resources\n\n- Ansible [Arista Validated Design](https://github.com/aristanetworks/ansible-avd) repository.\n- [Ansible CloudVision Collection](https://github.com/aristanetworks/ansible-cvp) repository.\n- [How to install](INSTALLATION.md) demo environment.\n- [Detailed demo script](DEMO.md).\n\n## License\n\nProject is published under [Apache License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farista-netdevops-community%2Fansible-avd-cloudvision-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farista-netdevops-community%2Fansible-avd-cloudvision-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farista-netdevops-community%2Fansible-avd-cloudvision-demo/lists"}