-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support again EL7 #151
Conversation
[citest] |
missing some cleanup somewhere in some test? |
[citest bad] |
@ptoscano maybe a difference of behavior of For example, here is the
and here is rhel 7:
That is - on rhel9, the candlepin container is recreated and restarted, but not on rhel7. Looking at the documentation - https://docs.ansible.com/ansible/latest/collections/containers/podman/podman_container_module.html#parameter-recreate - you could try adding What's odd is that the behavior on RHEL8 and 9 seems to be |
Hm is it really the case? Looking at the output of each test that actually runs (e.g. not the Insights-related tests), it seems to install Regarding the behaviour of
|
[citest] |
I guess the version of podman on el7 is just too old for the module :-( This is how I get all of the tests to pass:
testing on centos-9 now |
centos-9 passes - so it looks like the right way is to set the container |
Let try then: #153. |
merged |
After yet another internal discussion, re-enable the support for EL7; no other changes are needed in the role. Signed-off-by: Pino Toscano <[email protected]>
[citest] |
Enhancement:
After yet another internal discussion, re-enable the support for EL7; no other changes are needed in the role.
Issue Tracker Tickets (Jira or BZ if any):
https://issues.redhat.com/browse/RHEL-16976
https://issues.redhat.com/browse/RHEL-16977