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

Refactor(eos_cli_config_gen): Rearrange eos_cli_config_gen commands to match with EOS sequence - Part 5 #4549

Conversation

laxmikantchintakindi
Copy link
Contributor

@laxmikantchintakindi laxmikantchintakindi commented Oct 4, 2024

Change Summary

Rearrange eos_cli_config_gen commands to match with EOS sequence - Part 5

Templates router-ospf and interface-ip-nat and roles have been touched in this PR.

Related Issue(s)

Fixes #

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

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)

Copy link

github-actions bot commented Oct 4, 2024

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-4549
# Activate the virtual environment
source test-avd-pr-4549/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@refactor/eos_cli_sequence4#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/laxmikantchintakindi/avd.git#/ansible_collections/arista/avd/,refactor/eos_cli_sequence4 --force
# Optional: Install AVD examples
cd test-avd-pr-4549
ansible-playbook arista.avd.install_examples

@github-actions github-actions bot added the state: CI Updated CI scenario have been updated in the PR label Oct 4, 2024
Laxmikant Chintakindi added 2 commits October 4, 2024 12:15
@laxmikantchintakindi laxmikantchintakindi force-pushed the refactor/eos_cli_sequence4 branch from 7646565 to 4d7e9fe Compare October 4, 2024 07:23
@laxmikantchintakindi laxmikantchintakindi added this to the v5.0.0 milestone Oct 4, 2024
@Shivani-gslab Shivani-gslab marked this pull request as ready for review October 9, 2024 06:31
@Shivani-gslab Shivani-gslab requested review from a team as code owners October 9, 2024 06:31
@laxmikantchintakindi laxmikantchintakindi force-pushed the refactor/eos_cli_sequence4 branch from 68b5c05 to 240e30c Compare October 9, 2024 08:41
@laxmikantchintakindi laxmikantchintakindi force-pushed the refactor/eos_cli_sequence4 branch from 7af47d8 to e0d39c1 Compare October 9, 2024 11:35
Copy link

@ClausHolbechArista ClausHolbechArista merged commit ede588d into aristanetworks:devel Oct 11, 2024
42 of 43 checks passed
nathanmusser pushed a commit to nathanmusser/avd that referenced this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn: Refactor(eos_cli_config_gen) state: CI Updated CI scenario have been updated in the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants