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

Fix(eos_cli_config_gen): l2_mtu under port_channel_interfaces #3291

Conversation

ClausHolbechArista
Copy link
Contributor

@ClausHolbechArista ClausHolbechArista commented Oct 24, 2023

Change Summary

Fix l2_mtu under port_channel_interfaces

Related Issue(s)

Fixes #3290

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

Feature was never implemented for port-channel interfaces, but "sneaked" in to the docs during the work on schemas. Since it was never working, the tests did not show a change at the time.

Adding the feature and a test in eos_cli_config_gen. Also rerunning molecule for a few scenarios for eos_designs where the use of port_profiles caused the l2_mtu to be set on the port_channel_interfaces. (This is what caused us to assume it was there when we built schemas).

How to test

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)

@github-actions github-actions bot added role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR labels Oct 24, 2023
@ClausHolbechArista ClausHolbechArista added the type: bug Something isn't working label Oct 24, 2023
@ClausHolbechArista ClausHolbechArista added this to the v4.5.0-dev1 milestone Oct 24, 2023
Copy link
Contributor

@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 - thanks for the explanation!

@gmuloc gmuloc requested a review from a team October 24, 2023 08:54
@gmuloc gmuloc added the one approval This PR has one approval and is only missing one more. label Oct 24, 2023
Copy link
Contributor

@jonxstill jonxstill left a comment

Choose a reason for hiding this comment

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

Tested with a customer repo using structured_config on a Po. LGTM!

@gmuloc gmuloc merged commit f854440 into aristanetworks:devel Oct 24, 2023
42 checks passed
@carlbuchmann carlbuchmann removed the one approval This PR has one approval and is only missing one more. label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn: Fix(eos_cli_config_gen) role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

l2_mtu on port-channel in eos_cli_config_gen role not working
4 participants