Skip to content

Releases: aristanetworks/ansible-cvp

v1.0.3a

28 Jan 11:06
Compare
Choose a tag to compare

Supported CloudVision version:

  • 2018.2.5
  • 2019.1.0
  • 2019.1.1
  • 2019.1.2

Enhancement:

  • Support Python 3.7 and 3.8 (Issue #105)
  • Ship a development container (Issue #107)
  • Optimize docker image creation
  • Support custom name for the root container in cv_container (#113)

Fixed issues:

  • Fix an issue where cv_container did not return correct list of attached configlets (Issue #108)
  • Upgrade SSL lib in docker images (#112)
  • Remove save_topology from cv_container (#116)
  • Fix an issue where cv_facts does not create correct tasks list (#118)
  • Fix Galaxy Version from 1.0.3

Release v1.0.3

24 Jan 07:44
Compare
Choose a tag to compare

Supported CloudVision version:

  • 2018.2.5
  • 2019.1.0
  • 2019.1.1
  • 2019.1.2

Enhancement:

  • Support Python 3.7 and 3.8 (Issue #105)
  • Ship a development container (Issue #107)
  • Optimize docker image creation
  • Support custom name for the root container in cv_container (#113)

Fixed issues:

  • Fix an issue where cv_container did not return correct list of attached configlets (Issue #108)
  • Upgrade SSL lib in docker images (#112)
  • Remove save_topology from cv_container (#116)
  • Fix an issue where cv_facts does not create correct tasks list (#118)

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