You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beaker provides a repo for each distro that it supports which provides various packages that it requires to run regular tasks (https://beaker-project.org/yum/harness/). For newer Fedora versions (specifically, any version after 35) beaker has stopped shipping the restraint-rhts package, which is the version of restraint that still provides support for legacy commands.
Restraint is Beaker's default harness of choice, and the reason that the missing rhts version is important in our case is because all of the beaker built-in tasks (including things like check-install and reservesys) require restraint-rhts rather than restraint. People have raised this as an issue in the past with the beaker developers and it seems as though they are not looking to upgrade the built in tasks because of some features the legacy version supports, and this leaves us with only a few options:
Find versions of restraint-rhts that are supported on Fedora 36+ and add them to our harness repositories on the beaker server
Rewrite the built-in tasks ourselves using restraint so that they can be used on newer versions
(More ideal than the one above) Find a repository where someone has already done this for the same reason we are looking into it as it seems other people using beaker have also run into this problem.
The text was updated successfully, but these errors were encountered:
Need to find out how to get check-install and reservsys and other standard beaker tasks to work with the new restraint harness instead of the old restraint-rhts harness. That or we need the old retraint-rhts for the latest beaker, possibly from inside Red Hat.
Beaker provides a repo for each distro that it supports which provides various packages that it requires to run regular tasks (https://beaker-project.org/yum/harness/). For newer Fedora versions (specifically, any version after 35) beaker has stopped shipping the restraint-rhts package, which is the version of restraint that still provides support for legacy commands.
Restraint is Beaker's default harness of choice, and the reason that the missing rhts version is important in our case is because all of the beaker built-in tasks (including things like check-install and reservesys) require restraint-rhts rather than restraint. People have raised this as an issue in the past with the beaker developers and it seems as though they are not looking to upgrade the built in tasks because of some features the legacy version supports, and this leaves us with only a few options:
The text was updated successfully, but these errors were encountered: