Git Product home page Git Product logo

atd-avd-campus's Introduction

AVD Arista Validated Design for Arista Campus Test Drive

Arista CloudVision Automation Arista EOS Automation

About

This repository is configured to run arista.cvp & arista.avd Ansible collections against the Arista Test Drive (ATD) single data center topology.

Arista CloudVision and Ansible

To access an ATD topology, please get in touch with your Arista representative.

Lab topology

The diagram below shows that the ATD lab topology has two data centers. We will only leverage DC1 in this example.

ATD Lab Topology

ATD topology device list

Device IP Address
spine-1 192.168.0.12
spine-2 192.168.0.13
leaf1a 192.168.0.14
leaf1b 192.168.0.15
leaf2a 192.168.0.16
leaf3a 192.168.0.17
leaf3b 192.168.0.18
member-leaf-3c 192.168.0.19
member-leaf-3d 192.168.0.20
member-leaf-3e 192.168.0.21

Current repository is built with cEOS management interface (Management0). If you run a vEOS topology, please update mgmt_interface field to Management1 in the ATD_LAB group_vars.

Getting Started

Connect to your ATD lab environment

  • Don't hesitate to contact your local account team if you need an ATD Lab instance.
  • Once connected to the ATD lab instance, select the Programmability IDE.
  • This container is built with all the requirements and Python modules to run AVD playbooks.
  1. Next (optional), set up a Git user and email for the ATD lab environment

    • Open a terminal window in VS Code View -> Terminal from the menu, and run the following commands:
# Setup your git global config (optional)
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
  1. Set credentials and install any required tools
# Go to labffiles folder
cd /home/coder/project/labfiles

# Export lab credentials to env variable
export LABPASSPHRASE=`cat /home/coder/.config/code-server/config.yaml| grep "password:" | awk '{print $2}'`
ansible-galaxy collection install arista.avd:==4.8.0

# Ensure AVD python requirements are up-to-date
export ARISTA_AVD_DIR=$(ansible-galaxy collection list arista.avd --format yaml | head -1 | cut -d: -f1)
pip3 install -r ${ARISTA_AVD_DIR}/arista/avd/requirements.txt

# Clone repository to your local ATD
git clone https://github.com/arista-netdevops-community/atd-avd-campus.git
cd atd-avd-campus
  1. Run the playbook to prepare CloudVision for AVD
  • Execute the following command:
ansible-playbook playbooks/atd-prepare-lab.yml
  • Check that tasks in CloudVision have been automatically completed
  1. Run playbook to deploy AVD setup
  • Run the following commands:
ansible-playbook playbooks/atd-fabric-build.yml
ansible-playbook playbooks/atd-fabric-provision.yml
  • Run pending tasks in CloudVision Portal manually.
  1. Run validation and snapshot playbooks
  • Run the following commands:
# Run audit playbook to validate the fabric state
ansible-playbook playbooks/atd-validate-states.yml

# Run the atd-snapshot playbook to collect show commands
ansible-playbook playbooks/atd-snapshot.yml
  • Review generated output.

Step-by-step walkthrough

A complete step-by-step guide is available.

Resources

License

This Project is published under Apache License.

atd-avd-campus's People

Contributors

titom73 avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.