Skip to content

Requirements#

Arista CloudVision#

arista.cvp collection supports list of Cloudvision version as listed below:

When a CVP version is supported starting a specific version, any upcoming version will support that version until a specific announcement was made.

Python#

  • Python 3.x

Additional Python Libraries required:

  • requests >= 2.22.0
  • treelib version 1.5.5 or later

Supported Ansible Versions#

ansible 2.9 or later

Install requirements#

To install project’s requirements, use pip from the root of the repository

# Requirement to use arista.cvp collection
$ pip install -r requirements.txt

# Requirements to develop arista.cvp collection
$ pip install -r development/requirements-dev.txt