aristanetworks / avd

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

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

Closed Vibhu-gslab closed 2 weeks ago

Vibhu-gslab commented 2 weeks ago

Enhancement summary

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

Which component of AVD is impacted

plugins

Use case example

.

Describe the solution you would like

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