Giter VIP home page Giter VIP logo

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.

leitstand's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.