commit | af7b7045ad1cf8efa5891c050f25ba8b8266cebc | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Tue Apr 20 20:14:13 2021 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Mon Apr 26 14:47:35 2021 +0200 |
tree | add0d147fbd8275b54ff6b3c95ca535c74b7071f | |
parent | b6c06e17f796187fc05ce5b39a9d4f62cf2448a1 [diff] |
system: Report LED state via sysrepo In the previous commits czechlight-system YANG model was extended with container for LED status reporting. This commit introduces implementation of the model. Currently we use pull ops data subscription. Maybe we can refactor this to push in the future? Change-Id: Ie2d257737f144085306d6c157d14ac500b3dee71
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.
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.
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.
For a full list, consult the yang/
directory in this repository.