CESNET / velia

YANG System management for embedded devices running Linux

Home Page:https://gerrit.cesnet.cz/q/project:CzechLight/velia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YANG System management for embedded devices running Linux

Together with sysrepo, this software provides "general system management" of embedded devices. The target platform is anything that runs Linux with systemd. This runs in production on CzechLight SDN DWDM devices.

Health tracking

This component tracks the overal health state of the system, including various sensors, or the state of systemd units. As an operator-friendly LED at the front panel of the appliance shows the aggregated health state.

System management

Firmware can be updated via RAUC, and various aspects of the system's configuration can be adjusted. This includes a firewall, basic network settings, and authentication management.

Supported YANG models

For a full list, consult the yang/ directory in this repository.

Installation

For building, one needs:

The build process uses CMake. A quick-and-dirty build with no fancy options can be as simple as mkdir build && cd build && cmake .. && make && make install.

About

YANG System management for embedded devices running Linux

https://gerrit.cesnet.cz/q/project:CzechLight/velia

License:Apache License 2.0


Languages

Language:C++ 93.7%Language:CMake 4.9%Language:Shell 1.2%Language:C 0.2%