commit | 26b3821d6fb0ef0b194ff7d91ac71b0df101a5d9 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Tue Jan 16 17:23:31 2024 +0100 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Jan 18 17:06:04 2024 +0100 |
tree | b87f82c694de34a5e4d3ef30251696762610d715 | |
parent | b0923ecce79af4008d4830acc94827cc83ecc0e9 [diff] |
hardware: raise alarms when FspYh read failures happen When the PDU or PSU read failure happen, we should also raise an alarm. The read failures are detected inside the FspYh class which does not have access to sysrepo. Therefore during the data polling we should also pick up any alarms that data readers want to be published. Change-Id: I42b1709d59a960b7f9ef65a65b47a0ef9b4a93d8
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.
ietf-access-control-list
, RFC 8519 (with deviations)ietf-hardware
, RFC 8348ietf-system
, RFC 7317 (partial support)ietf-interfaces
, RFC 8343 (generating config for systemd-networkd
, with extensions)ietf-routing
, RFC 8349 (see above)czechlight-system
For building, one needs:
1.78
)pkg-config
libnl-route
for talking to the Linux kernellibsystemd
and systemd
at runtimelibyang-cpp
- C++ bindings for libyangsysrepo-cpp
- C++ bindings for sysrepospdlog
- a logging librarysdbus-c++
- C++ library for D-Busfmt
- C++ string formatting librarynlohmann_json
- C++ JSON librarydocopt
for CLI option parsingnft
- the netfilter tooliproute2
- the ip
tool for testingThe 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
.