commit | 498e91cfd5a38d78f5e3b9f34788b1f022ea1742 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Tue Mar 02 17:46:47 2021 +0100 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Sun Mar 07 13:21:03 2021 +0100 |
tree | 29a2e35e6b7940b9fcf7a9e1ef3a821d7cd222de | |
parent | d53420fe14474cd759e61ac1eeeb55e95362b5c2 [diff] |
utils: Allow to remove values from sysrepo Allow removing nodes in valuesPush so we can change and/or remove some values from Sysrepo in one go. The deletion of a node is implemented as NETCONF (RFC 6241 [1]) "remove" operation. The remove operation deletes the data if present. If not, the operation is a no-op. If "delete" operation was used, the data would be removed (if present) too. But if the data are not present it would result in an error [1]. We'd like to avoid the error without implementing a function that checks if the data are present (see next commits). [1] https://tools.ietf.org/html/rfc6241#page-38 Change-Id: Id4a0a83265f36a7bdac30a1c2d8247d25551d598
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.