katello-nightly-rpm-pipeline 956 failed

Katello nightly pipeline failed:

https://ci.theforeman.org/job/katello-nightly-rpm-pipeline/956/

foreman-pipeline-katello-nightly-centos8-stream-install (failed) (remote job)
foreman-pipeline-katello-nightly-centos8-install (passed) (remote job)
foreman-pipeline-katello-nightly-centos8-upgrade (passed) (remote job)
foreman-pipeline-katello-nightly-centos7-install (failed) (remote job)
foreman-pipeline-katello-nightly-centos7-upgrade (passed) (remote job)

There are two issues affecting nightly:

  1. The Pulp 3 intermittent issue. This has been fixed by Pulp and they are working on a release. @Justin_Sherrill has proposed including a patch to unblock nightlies during stabilization week: patch pulpcore for issue 8603 by jlsherrill · Pull Request #150 · theforeman/pulpcore-packaging · GitHub

  2. Katello agent reports a failure only on CentOS 8 stream:

# hammer host package install --host $HOSTNAME --packages gorilla
[.............................................................................................................................................................................................................                                                                     ] [75%]
Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist

After some searching around, this issue anaconda had reads to be of a similar nature: 1920735 – Variables in /etc/dnf/vars are not expanded in the Installer environment

This would imply we need to do a fix in the katello-agent code.

This was merged and released until Pulp can get a proper fix released (and allows us to test it ahead of time).

The propsed fix (thanks @Justin_Sherrill ) Fixes #32450: Load system configuration when calling dnf by ehelms · Pull Request #114 · Katello/katello-host-tools · GitHub

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.