commit | 7eb0c424b53a51e849f4763d669f9c43f8e0e515 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Fri Apr 21 15:36:33 2023 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Apr 27 18:30:40 2023 +0200 |
tree | 1f42deb560055acf19784af98f832b637c628723 | |
parent | cb089acef48052b3847329e1afac3b3f03851bb7 [diff] |
hardware: support component/state container in ietf-hardware Our PSU can be plugged or unplugged when the system is running. When this happens whole PSU subtree is not returned to sysrepo from ietf-hardware. We decided to change that and use state container with oper-state leaf in ietf-hardware[1] that reports the operational status of a component. In this commit, we set every oper-state leaf to enabled but in the next commit we implement setting oper-state of our PSU to enabled/disabled depending on whether it is/isn't currently present. [1] https://www.rfc-editor.org/rfc/rfc8348 Change-Id: I27d8e3d2bf66592fdcfdaaca992a4b5b5f10cb73
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