aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 186 forks source link

Refactor(plugins): Move jinja filter code for arista.avd.range_expand to PyAVD #4137

Closed laxmikantchintakindi closed 1 week ago

laxmikantchintakindi commented 1 week ago

Enhancement summary

Move jinja filter code for arista.avd.range_expand to PyAVD

Which component of AVD is impacted

plugins

Use case example

-

Describe the solution you would like

The code and unit tests for range_expand filter should be moved to pyavd/j2filters and imported inside plugins/filter using pyavd wrapper.

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide