Skip to content

Releases: aristanetworks/ansible-cvp

Release v1.0.2

16 Dec 07:47
Compare
Choose a tag to compare

Supported CloudVision version:

  • 2018.2.5
  • 2019.1.0
  • 2019.1.1

Enhancement:

  • Use CloudVision JSON in facts (#30)
  • Refactor cv_facts (#95)
  • Implement subset and facts in cv_facts
  • Implement mode in cv_container
  • Implement state=absent in cv_configlet and cv_device
  • Integration with Arista Validated Design project

Fixed issues:

  • Tasks not captures by cv_task from cv_device (#79)
  • Remove duplicate taskIDs (#82)
  • Fix some code quality
  • Update documentation

Release v1.0.1

22 Nov 20:42
23272f9
Compare
Choose a tag to compare

Ansible Collection update

  • Improve documentation (#70)
  • Validate code with ansible-test for galaxy integration (#64)
  • Fix an issue where inactive devices could break cv_facts (#61)
  • Implement mode mechanism in cv_container (#58)
  • Fix issue where tasks appeared multiple times causing cv_task error (#82)
  • cv_task not catching tasks returned by cv_device (#79)

Repository Update

  • Create Dockerfile for both python 2.7 and 3.x (#56)
  • Create Makefile to reduce manual overhead (#34)
  • Update collection path to allow local development (#73)
  • Create dev unit testing with Makefile

Release v1.0.0

30 Oct 07:34
cc99261
Compare
Choose a tag to compare

First public version of the collection.

New Features:

  • Support for CVP 2018.2.x and CVP 2019.1.x
  • Implement cv_facts module for information gathering
  • Implement cv_container and cv_device to manage provisioning topology
  • Implement cv_configlet to manage configlet content on CloudVision platform
  • Use Ansible collection approach

Documentation

  • Modules documentation: docs/ folder
  • Example playbooks available in examples/ folder