-
Notifications
You must be signed in to change notification settings - Fork 235
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): Move eos_cli_config_gen to pyavd #4117
Refactor(eos_cli_config_gen): Move eos_cli_config_gen to pyavd #4117
Conversation
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-4117
# Activate the virtual environment
source test-avd-pr-4117/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/gmuloc/avd.git@move-eos-cli-config-gen-pyavd#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/gmuloc/avd.git#/ansible_collections/arista/avd/,move-eos-cli-config-gen-pyavd --force
# Optional: Install AVD examples
cd test-avd-pr-4117
ansible-playbook arista.avd.install_examples |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
...ble_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/custom-templates.cfg
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/plugins/plugin_utils/utils/python_to_ansible_logging_handler.py
Outdated
Show resolved
Hide resolved
|
ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/MOVED_TO_PYAVD.txt
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/MOVED_TO_PYAVD.txt
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/tasks/main.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/tasks/main.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/plugins/action/eos_cli_config_gen.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/plugins/modules/eos_cli_config_gen.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/plugins/plugin_utils/utils/python_to_ansible_logging_handler.py
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
...vd/molecule/eos_cli_config_gen_negative_unit_tests/inventory/host_vars/hardware-counters.yml
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/MOVED_TO_PYAVD.txt
Outdated
Show resolved
Hide resolved
…tes/MOVED_TO_PYAVD.txt Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Change Summary
Move eos_cli_config_gen to PyAVD
Component(s) name
pyavd
Proposed changes
How to test
molecule goes through
Checklist
User Checklist
introduced a pre-commit hook. Probably need to document how to use it as it has some caveat (e.g. if you make a change, compile via the hook, rollback the change and use pre-commit, nothing happens because no change to j2 as compared to HEAD)
Repository Checklist