Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Add CV Pathfinder AVD example #4453

Merged
merged 59 commits into from
Oct 24, 2024

Conversation

gmuloc
Copy link
Contributor

@gmuloc gmuloc commented Sep 10, 2024

Change Summary

This PR adds an example on how to deploy Arista CV Pathfinder solution

Component(s) name

documentation

Proposed changes

Add an example

How to test

Require CloudEOS lab with the topology and a CVaaS tenant.

Checklist

User Checklist - @JulioPDX

  • Address TODOs in README
  • Check on live topology
  • Rename devices to sitex-
  • Update diagrams to sitex-
  • Improve image layout and quality
  • Add DHCP on the WAN interface for sites leveraging inet-cloud
  • Add eBGP for site 2 (wan2)
  • Improve the README with details and information
  • Run through the lab
  • Improve WAN how-to guide if required
  • Add note on policies not configured if link does not exist (MPLS)
  • Add diagram to explain AVT/policies
  • Add constraint example around policies
  • Add licensing required note
  • Remove inline jinja for MGMT IPs

Repository Checklist

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation and documentation have been updated accordingly.
  • I have updated molecule CI testing accordingly. (check the box if not applicable)

Copy link

Review docs on Read the Docs

To test this pull request:

# Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4453
# Activate the virtual environment
source test-avd-pr-4453/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/gmuloc/avd.git@wan-example#subdirectory=python-avd" --force
# Point Ansible collections path to the Python virtual environment
export ANSIBLE_COLLECTIONS_PATH=$VIRTUAL_ENV/ansible_collections
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/gmuloc/avd.git#/ansible_collections/arista/avd/,wan-example --force
# Optional: Install AVD examples
cd test-avd-pr-4453
ansible-playbook arista.avd.install_examples

@github-actions github-actions bot added type: code quality CI and development toolset state: CI Updated CI scenario have been updated in the PR labels Sep 10, 2024
@ClausHolbechArista ClausHolbechArista added this to the v5.0.0 milestone Sep 11, 2024
@JulioPDX JulioPDX force-pushed the wan-example branch 2 times, most recently from 66ada63 to 7e8898e Compare September 19, 2024 23:40
@JulioPDX JulioPDX force-pushed the wan-example branch 3 times, most recently from cf67cce to dcb4dce Compare October 7, 2024 19:19
Copy link
Contributor Author

@gmuloc gmuloc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - ran some basic failover tests in our lab.
Reviewed the README and updated with info

Copy link

Copy link
Contributor

@ClausHolbechArista ClausHolbechArista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ClausHolbechArista ClausHolbechArista merged commit 3cac535 into aristanetworks:devel Oct 24, 2024
48 checks passed
pvinci-arista pushed a commit to pvinci-arista/ansible-avd that referenced this pull request Oct 25, 2024
gmuloc added a commit to gmuloc/avd that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn: Doc state: CI Updated CI scenario have been updated in the PR type: code quality CI and development toolset
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants