commit | 2a4ea7bef272e45af4ff2d06505f022b19b3dda8 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Tue Mar 30 17:01:37 2021 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Mar 31 18:42:14 2021 +0200 |
tree | 3d56b29480a72f4514f8d74dacb471bb44f42a46 | |
parent | 441312909d84915f26e9bdd344759a589b36d0d5 [diff] |
yang: Introduce ietf-routing module with dependencies We are also going to implement a model dealing with network routing tables. Such model (ietf-routing) is published in in RFC 8349 [1]. It needs to be augmented for ipv4/ipv6 routing. All the models are downloaded from YangModels GitHub repository [2] (commit 8dd16482bb74c6add0b187a0e7755f5549da1ccb). Also note that ietf-routing (as well as ietf-interfaces) also model *-state containers which are supposed to be `config false;`. We are actually using config false too but on the configuration containers. This is done via augmentation in czechlight-network model. This, however, led to unpleasant situation where I have not realized that ietf-routing:routing-state depends on ietf-interfaces:interface-state and the model could not be installed into sysrepo (see https://github.com/sysrepo/sysrepo/issues/2384). The augmentation in czechlight-network model had to be altered as well. [1] https://tools.ietf.org/html/rfc8349 [2] https://github.com/YangModels/yang/tree/8dd16482bb74c6add0b187a0e7755f5549da1ccb/standard/ietf/RFC Change-Id: I7b7d51b5c67e34acb3fa05c3745335b0ee4957d0
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.