-
Notifications
You must be signed in to change notification settings - Fork 219
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(eos_cli_config_gen): Restructure molecule host vars part6 #4712
base: devel
Are you sure you want to change the base?
CI(eos_cli_config_gen): Restructure molecule host vars part6 #4712
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-4712
# Activate the virtual environment
source test-avd-pr-4712/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@refactor/molecule-2#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/molecule-2 --force
# Optional: Install AVD examples
cd test-avd-pr-4712
ansible-playbook arista.avd.install_examples |
8c75ff7
to
404ee49
Compare
...collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/host1/router-isis.yml
Outdated
Show resolved
Hide resolved
...llections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/host3/spanning-tree.yml
Show resolved
Hide resolved
...collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/host2/router-isis.yml
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
7e50aa5
to
554b228
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
077db20
to
e5d89f9
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
e5d89f9
to
2b9c12c
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
6a8ac61
to
42cc115
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
42cc115
to
6d49e54
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Quality Gate passedIssues Measures |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
...ions/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/host1/spanning-tree-bpdu.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/host2.cfg
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/host2.cfg
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/host2.cfg
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/host1.cfg
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/host1.cfg
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/host1.cfg
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/host1.cfg
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/host1.cfg
Show resolved
Hide resolved
6d49e54
to
b02f541
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Change Summary
Restructure molecule host vars for below hosts.
Related Issue(s)
Fixes #
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Restructure molecule host vars part6
How to test
Checklist
User Checklist
Repository Checklist