YANG System management for embedded devices running Linux

Clone this repo:

Branches

  1. 9bd6127 hardware: push alarm-inventory alarms in one batch by Tomáš Pecka · 4 months ago master
  2. bbfc1c3 hardware: push new discovered alarm resources in batches by Tomáš Pecka · 4 months ago
  3. 4a0c6ea tests: replace set with vector by Tomáš Pecka · 4 months ago
  4. 52d5046 tests: allow batch resource updates in sysrepo alarm expectations by Tomáš Pecka · 4 months ago
  5. 4163c0c tests: remove alarm-qualifier form alarms expectations by Tomáš Pecka · 4 months ago

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.