aristanetworks / ansible-cvp

Ansible modules for Arista CloudVision
http://cvp.avd.sh
Apache License 2.0
65 stars 61 forks source link

Doc: Migrating documentation to MD and within modules #678

Closed JulioPDX closed 7 months ago

JulioPDX commented 9 months ago

Change Summary

Related Issue(s)

Fixes #673 Fixes #674 Fixes #636 Fixes #643

Component(s) name

Docs

Proposed changes

Proposed changes listed under summary.

How to test

Locally install requirements and run mkdocs serve

Checklist

Repository Checklist

sugetha24 commented 8 months ago

Can we bump the min supported CVP version to 2021.2 according to EOL notice. @carlbuchmann maybe a PSA to the field might be needed?

JulioPDX commented 8 months ago

Can we bump the min supported CVP version to 2021.2 according to EOL notice. @carlbuchmann maybe a PSA to the field might be needed?

It may need to be higher, since 2021.2 reached EOL on Sep 2023

sugetha24 commented 8 months ago

Can we bump the min supported CVP version to 2021.2 according to EOL notice. @carlbuchmann maybe a PSA to the field might be needed?

It may need to be higher, since 2021.2 reached EOL on Sep 2023

yes. My bad, I meant to say we need to bump supported version to 2021.3 and up!

carlbuchmann commented 7 months ago

Only found one where the configlet_v3 example references v1 in https://github.com/aristanetworks/ansible-cvp/blob/devel/ansible_collections/arista/cvp/plugins/modules/cv_configlet_v3.py#L75

fixed in: 124908f