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

Feat(eos_designs): Add revised schema to support L3 Port-Channel interfaces #4752

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

Conversation

ashenoy-arista
Copy link

@ashenoy-arista ashenoy-arista commented Nov 21, 2024

Change Summary

Revised schema to support L3 Port-Channel interfaces
Primary use-case is to allow such interfaces as wan-facing interfaces.

Related Issue(s)

Fixes #4695

Component(s) name

arista.avd.eos_designs

Proposed changes

How to test

This change captures the first step towards having a schema within eos_designs
to represent L3 port-channel interface.
The underlying logic to support the newly added schema and tests would be worked upon next.

Checklist

User Checklist

  • N/A

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)

@ashenoy-arista ashenoy-arista requested review from a team as code owners November 21, 2024 17:10
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-4752
# Activate the virtual environment
source test-avd-pr-4752/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ashenoy-arista/avd.git@samplePRBranch#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/ashenoy-arista/avd.git#/ansible_collections/arista/avd/,samplePRBranch --force
# Optional: Install AVD examples
cd test-avd-pr-4752
ansible-playbook arista.avd.install_examples

@ashenoy-arista ashenoy-arista marked this pull request as draft November 21, 2024 17:10
@github-actions github-actions bot added role: eos_cli_config_gen issue related to eos_cli_config_gen role type: code quality CI and development toolset state: CI Updated CI scenario have been updated in the PR labels Nov 21, 2024
@github-actions github-actions bot removed role: eos_cli_config_gen issue related to eos_cli_config_gen role type: code quality CI and development toolset state: CI Updated CI scenario have been updated in the PR labels Nov 21, 2024
@ashenoy-arista ashenoy-arista force-pushed the samplePRBranch branch 2 times, most recently from a8fa6b9 to 1d61e17 Compare November 27, 2024 20:49
@github-actions github-actions bot added the state: CI Updated CI scenario have been updated in the PR label Dec 3, 2024
@ashenoy-arista ashenoy-arista force-pushed the samplePRBranch branch 2 times, most recently from cfae876 to fccd4c8 Compare December 3, 2024 04:05
@@ -105,7 +105,9 @@ def underlay_port_channel_interface(self, data: InterfaceDescriptionData) -> str
- mpls_overlay_role
- mpls_lsr
- overlay_routing_protocol
- type.
- type
- wan_carrier

Choose a reason for hiding this comment

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

Do we allow user to configure carrier and circuit id for L3 interfaces as well or only for port channel interfaces?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, we allow user to configure these attributes for L3 interfaces as well.
Most of the schema attributes for L3 Port-Channels overlap with L3 Interfaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
role: eos_designs issue related to eos_designs role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat(eos_designs): Add support for Port-Channels for WAN interfaces
5 participants