CI: use correct URLs for CI artifacts

When Zuul provides no artifact from a preceding job in the queue (i.e.,
there's no Depeds-on on a CzechLight/dependencies repo), this projects
needs an out-of-band method for fetching a matching artifact. Recently,
the paths for these artifacts has changed for technical reasons -- and
the changed URLs only became a problem once the changes in question were
merged. Yay.

Change-Id: Iff101660f0425149aa3e6d203443fdebf0a0a52f
Fixes: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/5608
1 file changed
tree: 5d53c43ea8a90244fbe5c7c5b5cccaecb33e5523
  1. .clang-format
  2. .gitmodules
  3. .zuul.yaml
  4. CMakeLists.txt
  5. Doxyfile.in
  6. LICENSE
  7. LICENSE.md
  8. README.md
  9. ci/
  10. cmake/
  11. docs/
  12. src/
  13. tests/
  14. yang/
README.md

YANG System management for embedded devices running Linux

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.

Health tracking

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.

System management

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.

Supported YANG models

For a full list, consult the yang/ directory in this repository.