SUNET / cnaas-nms

Campus Network as-a-Service - Network Management System (Campus network automation software)
Other
71 stars 16 forks source link

Jinja function get section of running config #376

Open indy-independence opened 1 week ago

indy-independence commented 1 week ago

Before pushing config, get running config and parse sections, add jinja function to insert one of those section in a template

To be used for firewalls where firewall rules are managed outside of cnaas-nms

Double check config hash check works as expected

Get config sections via: https://netutils.readthedocs.io/en/latest/user/lib_use_cases/ config parsing

indy-independence commented 1 week ago

PR #369 should fix this