commit | a936ee77bb8ef3a18b70050ef3fa631e8c1ca0fc | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Mon Feb 15 21:37:10 2021 +0100 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Feb 17 13:56:04 2021 +0100 |
tree | a6328d05485cc75f50c1653e4b63ccfd1b8e87e2 | |
parent | 5c19e72a8b5a7fbf567d08ef008081642ffda8a5 [diff] |
system: Configure eth1 interface (persist the configuration) This commit is a part of implementation of network configuration for eth1 interface through Sysrepo and velia-system. On a change to czechlight-system:networking/standalone-eth1 presence container in *startup* datastore, persist the configuration (systemd .network file [1]) into /cfg tree. On the next boot, this configuration will be copied into /run by a service in czechlight-cfg-fs package from br2-external project. [1] https://www.freedesktop.org/software/systemd/man/systemd.network.html Change-Id: I75933bd333c795527eab1470cb89108b2240dad0
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.