Dr. X
Dr. X
Functions to be added: def find_blocks(): def find_children(): def find_children_w_parents(): def find_interface_objects(): def find_lineage(): def find_lines(): def find_object_branches(): def find_objects(): def find_objects_dna(): def find_objects_w_all_children(): def find_objects_w_child(): def find_objects_w_missing_children(): def find_objects_w_parents():...
> We try to avoid dependencies, any change we can do this without CiscoConfParse? Any dependency would be optional. I can implement something similar to CiscoConfParse from scratch. It would...
> @mundruid is this one still required? @jeffkala Please leave this open until @chadell is back, if that is OK. I think he will move this to completion. Thank you!
We propose an implementation of config deployment as follows: ## Solution `config_provision.py` nornir play that provides the option of a dry run and full configuration replacement using nornir_netmiko commands called...
We have a proposed implementation that has gotten extensive testing for the past 1.5 months by client. ## Proposal `get_secret` jinja Nautobot filter that will be added in `helper.py` ##...
@itdependsnetworks, I think @chadell covered the point about Nautobot core: the filter seems GC specific for now so we suggest to keep int in the plugin and if we find...
I just ran into this error as well. You can pin elasticsearch to an older library: `elasticsearch==8.4.2`, then eland works. This is a temporary fix for sure. I agree the...
@C0nneR I have addressed this issue in the following PR: https://github.com/danieluhricek/LiSa/pull/41