Skip to content
Snippets Groups Projects

Add iBGP workflow and LibreNMS client

Merged Karel van Klink requested to merge feature/add-ibgp-workflow into develop
All threads resolved!
4 files
+ 75
34
Compare changes
  • Side-by-side
  • Inline
Files
4
  • 63bd84c7
    Various updates · 63bd84c7
    Karel van Klink authored
    reformat some code
    add PyYAML type hints
    update the use of the LibreNMS client in the iBGP mesh workflow
    update the conftest sample configuration fixture
"""The LibreNMS module interacts with the inventory management system of :term:`GAP`."""
import logging
from http import HTTPStatus
from importlib import metadata
Loading