Actions
Issue #6509
closedpulp_installer devel role CI is failing on CentOS 8 Stream with a module metadata error
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Sprint 70
Quarter:
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
Actions
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