aristanetworks / avd

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

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

Closed Vibhu-gslab closed 3 months ago

Vibhu-gslab commented 3 months ago

Enhancement summary

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

Which component of AVD is impacted

plugins

Use case example

-

Describe the solution you would like

The code and unit tests for convert_dicts 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