commit | fd5ebd3af4980020ef163df9a6ab594ca60ed88a | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Oct 07 09:48:13 2021 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Oct 07 13:41:31 2021 +0200 |
tree | 2d9bf09ef6f3fefbd5d44ddd987bb77d430cbd49 | |
parent | 71cd43a76a06f315ba329054cc3965eb5bdc9d65 [diff] |
utils: wrap libyang utils in velia::utils The functions in utils/libyang.cpp were not inside velia::utils namespace. This was bothering me for some time but I was too lazy. Now I am going to perform a little refactor to those two functions so perhaps the time is now. Change-Id: I077c06b700d0529515595a7b85a87550796d8b54
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.