Skip to content

leitstand/leitstand

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 

Leitstand in a Nutshell

Leitstand aims to create a disaggregated management system for disaggregated access networks by means of providing the foundation to model the resources forming the network and an environment to implement network management applications supplying network management functions. The scope of an application ranges from small applications that address a single management aspect for a certain element role to generic applications that can be used for all element roles of an access network.

Leitstand Overview

Leitstand relies on service-oriented architecture , loose coupling through REST APIs and service encapsulation in docker containers. Leitstand is also influenced by Eric Evans Domain-Driven Design, in the sense of putting the focus on the network management domain and leveraging open-source software for general management aspects like log management, telemetry streaming, or time series visualization.

Integration of third-party components is provided by Leitstand applications. For example, a log management application connects Leitstand with a specialized log management system. The integration of the third-party component is typically encapsulated in a dedicated connector service. The connector implements a REST-API defined by the Leitstand application and translates Leitstand REST-API calls to API calls of the component to be integrated. In addition, the connector implements resiliency patterns to guarantee a robust integration of the third-party component and to minimize the blast radius if the third-party component is temporarily unavailable. Last but not least, the segregation of business logic and integration allows to reuse the business logic when integrating an alternative third-party component supplier. Say the business logic of the log management component creates a query to search for all log events of a particular element or group of elements and the connector merely translates this query to a query of the underlying log management system, then just one more connector is needed to support an additional log management system. This segreggation also simplifies the support of different versions of the same log management system.

The Leitstand Web User Interface enables a user to work with the REST APIs provided by the Leitstand application and platform services. Each application can contribute new views to the Leistand UI.

Repositories

Leitstand Platform

  • The leitstand-inventory repository contains the Leitstand Resource Inventory to store all elements of a disaggregated access network.
  • The leitstand-job repository contains the Leitstand Job Scheduler to execute management jobs.
  • The leitstand-events repository contains transactual domain event support to subscribe for resource inventory or job state changes.
  • The leitstand-security repository contains a built-in user repository, access key support for inter-system authentication, encryption utilities, and OAuth 2.0 support.
  • The leitstand-ui repository contains the Leitstand UI framework and cross-cutting UI functions (e.g. login/logout).
  • The leitstand-commons repository contains Leitstand module foundation classes.

Leitstand Connectors

  • The leitstand-powerdns connector forwards DNS record changes to PowerDNS. PowerDNS can either be used as DNS server or as gateway to manage DNS records in the actual DNS server.

Leitstand Applications

The following Leitstand Applications are in the pipeline for being open-sourced:

  • Log Application, the log application connects Leitstand with elasticsearch and provides context-sensitive log event list views by means of generating log event queries from inventory records. This simplifies the search for log messages for a certain element or group of elements.
  • Telemetry Application, the telemetry application allows to configure metrics that can be sampled from the elements including their visualization and monitoring rules. It also includes Leitstand Connectors for Prometheus and Grafana.
  • Topology Application, the topology application visualizes the link-state graph of the disaggregated network.

About

Leitstand Community Resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published