OpenFabrics / fsdp_docs

Other
2 stars 3 forks source link

RHEL 9 provisions but fails to start check-install task #111

Closed JSpewock closed 1 year ago

JSpewock commented 1 year ago

With the new locally added harness, when hosts are provisioned with RHEL 9 the OS is installed on the host and the installation task completes but it then stops and fails to start running the "check-install" task.

JSpewock commented 1 year ago

Likely cause is beaker failing to install restraint-rhts because the RHEL9 harness repository we're using is a copy of CentOSStream9 which doesn't include the rhts (Red Hat Test System) version of restraint in it's packages, it only contains the restraint package

JSpewock commented 1 year ago

@dledford after trying to run a RHEL9 provision with restraint as the harness rather than restraint-rhts it still fails. This seems to be because the check install task requires the rhts version rather than base restraint as seen in the harness.log of the failed job.

Is there anyway we can get the packages for restraint-rhts built for RHEL9 so we can add them or, even better, find a way to poke the maintainer of the harness package repositories and see if we can get them to create directories for the latest distros and push them to https://beaker-project.org/yum/harness/ so we can get Fedora 36 harness packages up and running as well?

JSpewock commented 1 year ago

Spoke about during team meeting, planned to get the packages for all the Fedoras and RHEL 9 to add to our local repository for next meeting which should resolve this issue

dledford commented 1 year ago

I'll send a copy of the necessary restraint files to Jeremy in email

dledford commented 1 year ago

We need Fedora36/37 and RHEL9. Will send all three in email.

JSpewock commented 1 year ago

Provisioning RHEL9 works with the new harness packages