Issue #6509
closedpulp_installer devel role CI is failing on CentOS 8 Stream with a module metadata error
Description
The error is:
No available modular metadata for modular package 'criu-3.12-9.module_el8.1.0+293+ad8ef41f.x86_64', it cannot be installed on the system
Due to #6508, this was not caught initially.
This seems to be a temporary error with the repo that will be fixed before CentOS 8.2 GA is out, so I will workaround it by ignoring errors for CentOS 8.1 only (which CentOS Stream pre-8.2 reports itself as in ansible facts).
Related issues
Updated by mdepaulo@redhat.com over 4 years ago
- Related to Issue #6508: pulp_installer molecule failures in are reported as success in CI added
Added by Mike DePaulo over 4 years ago
Added by Mike DePaulo over 4 years ago
Revision 1f535c4f | View on GitHub
Problem: pulp_installer devel role CI is failing on CentOS 8 Stream
with a module metadata error for the dependency criu.
Solution: Ignore errors when ansible reports the distro OS as 8.1. We will remove this once CentOS 8.2 is GA, and this only affects the devel role, so a workaround like this will hopefully be palatable.
fixes: #6509
Updated by Anonymous over 4 years ago
- Status changed from NEW to MODIFIED
Applied in changeset ansible-pulp|1f535c4f6ed1d5e78ba9b3c4c33cf63a2824f04b.
Updated by Anonymous over 4 years ago
Applied in changeset ansible-pulp3|1f535c4f6ed1d5e78ba9b3c4c33cf63a2824f04b.
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: pulp_installer devel role CI is failing on CentOS 8 Stream
with a module metadata error for the dependency criu.
Solution: Ignore errors when ansible reports the distro OS as 8.1. We will remove this once CentOS 8.2 is GA, and this only affects the devel role, so a workaround like this will hopefully be palatable.
fixes: #6509