-
Notifications
You must be signed in to change notification settings - Fork 231
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
CI: cv_deploy molecule test to use new infra #4441
CI: cv_deploy molecule test to use new infra #4441
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-4441
# Activate the virtual environment
source test-avd-pr-4441/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/sugetha24/ansible-avd.git@cv_deploy-molecule-update#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/sugetha24/ansible-avd.git#/ansible_collections/arista/avd/,cv_deploy-molecule-update --force
# Optional: Install AVD examples
cd test-avd-pr-4441
ansible-playbook arista.avd.install_examples |
...ble_collections/arista/avd/molecule/cv_deploy/intended/configs/base_configs/avd-ci-leaf1.cfg
Outdated
Show resolved
Hide resolved
...ions/arista/avd/molecule/cv_deploy/intended/structured_configs/base_configs/avd-ci-leaf2.yml
Show resolved
Hide resolved
2994e4b
to
7c58a6f
Compare
aa4bc59
to
3be537b
Compare
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.
Have not tested that it runs but the PR LGTM
Please test the PR when you get a chance |
ansible_collections/arista/avd/molecule/cv_deploy/inventory/inventory.yml
Outdated
Show resolved
Hide resolved
f8aa3a7
to
e19bc32
Compare
@gmuloc and @alexeygorbunov |
14fc834
to
016d1c6
Compare
ansible_collections/arista/avd/molecule/cv_deploy/inventory/inventory.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/cv_deploy/cv_deploy.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/cv_deploy/workspace_force_false.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/cv_deploy/workspace_force_false.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/cv_deploy/workspace_force_false.yml
Outdated
Show resolved
Hide resolved
1da3eec
to
7ba1513
Compare
Co-authored-by: Alexey Gorbunov <[email protected]>
dc939fd
to
f556e9e
Compare
Recent changes LGTM |
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
Quality Gate passedIssues Measures |
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 - at some point we should try to make the workspace/cc names meaningful in CV if we can but thats a great improvement already
Change Summary
Updated molecule tests to use the new EVE-NG lab