From 77178f54f7fe7a666830b67351df108076e70909 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 5 Sep 2025 13:42:21 +0200 Subject: net-mgmt/peering-manager: New port Peering Manager was originally and still is developed by its lead maintainer, Guillaume Mazoyer in 2017 as part of an effort to automate BGP peering provisionning. Since then, many organisations around the world have used Peering Manager as their central network source of truth to empower both network operators and automation. Key Features Peering Manager was built specifically to serve the needs of network engineers and operators operating BGP networks. Below is a very brief overview of the core features it provides. - Autonomous system management - BGP groups - Internet Exchange Points - BGP sessions with with differences between classic ones and IXP ones - BGP communities and routing policies - Devices and configuration rendering leveraging Jinja2 - Configuration installation for NAPALM supported platforms - Detailed, automatic change logging - Global search engine - Event-driven webhooks - Interoperability with other tools such as PeeringDB, IX-API, and more WWW: https://peering-manager.net/ --- .../files/patch-peering__manager_configuration.example.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-mgmt/peering-manager/files/patch-peering__manager_configuration.example.py (limited to 'net-mgmt/peering-manager/files/patch-peering__manager_configuration.example.py') diff --git a/net-mgmt/peering-manager/files/patch-peering__manager_configuration.example.py b/net-mgmt/peering-manager/files/patch-peering__manager_configuration.example.py new file mode 100644 index 000000000000..1865973e0e30 --- /dev/null +++ b/net-mgmt/peering-manager/files/patch-peering__manager_configuration.example.py @@ -0,0 +1,11 @@ +--- peering_manager/configuration.example.py.orig 2025-09-05 10:59:41 UTC ++++ peering_manager/configuration.example.py +@@ -9,7 +9,7 @@ ALLOWED_HOSTS = ["*"] + # A random one can be generated with Python in the Peering Manager venv with + # from django.core.management.utils import get_random_secret_key + # get_random_secret_key() +-SECRET_KEY = "ef7npku*djrj_r4jt4cojo8^j@2($$@05e(eq_mn!ywx*jg0vy" ++#SECRET_KEY = "" + + # Base URL path if accessing Peering Manager within a directory. + BASE_PATH = "" -- cgit v1.2.3