commit | 0eefdf13b13ebdecc2392d21f045f3bee867c539 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Feb 17 19:28:13 2021 +0100 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Feb 17 19:28:13 2021 +0100 |
tree | b15dc6bc109251c8d74c16a20919e215ec67df5e | |
parent | f614c1bf11ccdc9ee48a60696bcdac0ba838a265 [diff] |
system: Clear old install message in firmware updates This patch implements clearing the old install message if new installation is started. This could be confusing because it is not clear to which installation the message refers. Consider the scenario with two consecutive installations via RAUC. The first installation fails and an error message is set into /czechlight-system:firmware/installation/message leaf. Then another installation could be started and while /czechlight-system:firmware/installation/status correctly contains value "in-progress", the message leaf still contains the old error message. Change-Id: I5bcc12bd7a700aa846ea9f725e7c0e52880c5ec1
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.