Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2166460 - unable to install satellite 6.12 on rhel8.8 - ansible-core version is too new
Summary: unable to install satellite 6.12 on rhel8.8 - ansible-core version is too new
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Packaging
Version: 6.11.4
Hardware: Unspecified
OS: Linux
high
high
Target Milestone: 6.12.4
Assignee: satellite6-bugs
QA Contact: Lukas Pramuk
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-02-01 21:10 UTC by Odilon Sousa
Modified: 2023-04-27 14:30 UTC (History)
8 users (show)

Fixed In Version: satellite-6.12.3-1,ansible-collection-redhat-satellite-3.7.0-3,rubygem-smart_proxy_ansible-3.5.4
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2155527
: 2190195 (view as bug list)
Environment:
Last Closed: 2023-04-27 14:30:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SAT-15603 0 None None None 2023-02-01 21:12:48 UTC
Red Hat Product Errata RHBA-2023:2052 0 None None None 2023-04-27 14:30:49 UTC

Comment 3 Lukas Pramuk 2023-03-29 14:47:31 UTC
FailedQA.

@Satellite 6.12.3 Snap3

by quick requirements check:

# for pkg in $(rpm -q --whatrequires ansible-core | sort -u); do
    echo -e "\n$pkg"
    rpm -qR $pkg | grep ansible-core
done

ansible-collection-redhat-satellite-3.7.0-2.el8sat.noarch
(ansible >= 2.9 or ansible-core)
(python38-pyyaml if ansible-core)
(python38-requests if ansible-core)
...

rubygem-smart_proxy_ansible-3.4.1-2.el8sat.noarch
(ansible or ansible-core)
(python38-psutil if ansible-core < 2.13)
(python39-psutil if ansible-core >= 2.13)

>>> rubygem-smart_proxy_ansible and ansible-collection-redhat-satellite rpms have no adjustments for RHEL8.8 dependencies (python3.11):

(python3.11-XXXXX if ansible-core >= 2.14.2-3)

Comment 6 Lukas Pramuk 2023-03-31 13:28:08 UTC
FailedQA.

@Satellite 6.12.3 Snap4
rubygem-smart_proxy_ansible-3.4.1-5.el8sat.noarch

by quick requirements check:

# for pkg in $(rpm -q --whatrequires ansible-core | sort -u); do
    echo -e "\n$pkg"
    rpm -qR $pkg | grep ansible-core
done

ansible-collection-redhat-satellite-3.7.0-4.el8sat.noarch
(ansible >= 2.9 or ansible-core)
(python3.11-pyyaml if ansible-core >= 2.14.2-3)
(python3.11-requests if ansible-core >= 2.14.2-3)
(python38-pyyaml if ansible-core < 2.13)
(python38-requests if ansible-core < 2.13)
(python39-pyyaml if (ansible-core >= 2.13 and ansible-core < 2.14.2-3))
(python39-requests if (ansible-core >= 2.13 and ansible-core < 2.14.2-3))

>>> ansible-collection-redhat-satellite has requires fixed now

rubygem-smart_proxy_ansible-3.4.1-5.el8sat.noarch
(ansible or ansible-core)
(python38-psutil if ansible-core < 2.13)
(python39-psutil if (ansible-core >= 2.13 and ansible-core < 2.14.2-3))

>>> rubygem-smart_proxy_ansible still lacks adjustments for RHEL8.8 dependencies (python3.11):

To be very clear I expect this requires from rubygem-smart_proxy_ansible:
(python3.11-psutil if ansible-core >= 2.14.2-3)

Comment 10 Lukas Pramuk 2023-04-20 18:34:09 UTC
VERIFIED.

@Satellite 6.12.4 Snap2
rubygem-smart_proxy_ansible-3.5.4-1.el8sat.noarch
ansible-runner-2.2.1-3.el8sat.noarch

by quick requirements check:

# rpm -qR rubygem-smart_proxy_ansible | grep ansible
(ansible or ansible-core)
ansible-collection-theforeman-foreman
ansible-runner >= 2
config(rubygem-smart_proxy_ansible) = 3.5.4-1.el8sat

>>> with ansible-runner-2.2.1 there is no need to require pythonX-psutil by rubygem (rubygem python dependency hack)

Comment 18 errata-xmlrpc 2023-04-27 14:30:36 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Satellite 6.12.4 Async Update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2023:2052


Note You need to log in before you can comment on or make changes to this bug.