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

Draft
wants to merge 36 commits into
base: devel
Choose a base branch
from

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
  • Add validate state if time permit
  • 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

transmit: false
receive: false

custom_structured_configuration_system:
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want this on cloudeos as well?

@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
protocol: ip
source: any
destination: any
- name: ACL-INTERNET-IN
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't see that we allow return traffic for STUN.

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Disregard that comment, I see what you mean :)

Copy link

sonarcloud bot commented Oct 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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