commit | 7acf3927b20289afc821ea895356d5891913385b | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Tue Aug 10 11:16:57 2021 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Mon Sep 27 11:23:25 2021 +0200 |
tree | fdcc9546f083fd66e2b27c8c000962da3b7d1867 | |
parent | 08c1aa4fe1315f03ae34c14ef7a4e4607627b331 [diff] |
system: Move lldp-systemd-networkd-sysrepo to velia We agreed that maintaining standalone lldp-systemd-networkd-sysrepo project is excessive. For example, many compilation units in the project are copied from velia. Also, velia manages a lot of system (and network) related things so why should the access to LLDP neighbours via sysrepo be a standalone project? This commit copies lldp-systemd-networkd-sysrepo project into velia. The source repository commit is 39bd89ff7e57cd7bf4ebfdab5fce41fb4fdedcf0. Only necessary stuff was changed (some naming and compilation issues). We *might* be changing this code soon if our patch for LLDP neighbours extraction in JSON format[1] is merged into systemd. Of course, this also needs a br2-external update because this commit effectively deprecates lldp-systemd-networkd-sysrepo project and it should not be used in br2-external anymore. [1] https://github.com/systemd/systemd/pull/20333 Change-Id: Ide2ed4e5eb8f1c3b10f0e2af7820f83c04cb81e8
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.