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(eos_designs): Remove adapter native_vlan_tag unused default value #4602

Merged

Conversation

gmuloc
Copy link
Contributor

@gmuloc gmuloc commented Oct 16, 2024

Change Summary

The default value is not used in code and is not correct

Related Issue(s)

Found during refactoring effort

Component(s) name

arista.avd.eos_designs

Proposed changes

Remove default value

How to test

No change expected to any test

Checklist

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)

@gmuloc gmuloc requested review from a team as code owners October 16, 2024 09:33
@gmuloc gmuloc added this to the v5.0.0 milestone Oct 16, 2024
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-4602
# Activate the virtual environment
source test-avd-pr-4602/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/gmuloc/avd.git@fix-native-vlan-schema-connected-endpoint#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/,fix-native-vlan-schema-connected-endpoint --force
# Optional: Install AVD examples
cd test-avd-pr-4602
ansible-playbook arista.avd.install_examples

@ClausHolbechArista ClausHolbechArista requested a review from a team October 16, 2024 14:34
@ClausHolbechArista ClausHolbechArista added the one approval This PR has one approval and is only missing one more. label Oct 17, 2024
Copy link
Contributor

@Shivani-gslab Shivani-gslab left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link

sonarcloud bot commented Oct 17, 2024

@gmuloc gmuloc merged commit b799d09 into aristanetworks:devel Oct 17, 2024
40 checks passed
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
one approval This PR has one approval and is only missing one more. rn: Doc(eos_designs) role: eos_designs issue related to eos_designs role state: Documentation role Updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants