RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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 1996616 - nothing provides ansible-core needed by ansible-freeipa-0.3.8-3.el9.noarch
Summary: nothing provides ansible-core needed by ansible-freeipa-0.3.8-3.el9.noarch
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: ansible-freeipa
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Thomas Woerner
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-23 10:22 UTC by Chandan Kumar
Modified: 2021-09-15 10:14 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-09-15 10:14:34 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-94415 0 None None None 2021-08-23 10:23:41 UTC

Description Chandan Kumar 2021-08-23 10:22:12 UTC
Description of problem:
https://review.rdoproject.org/r/c/testproject/+/18953 are trying to build openstack services containers on CentOS Stream 9.

While installing python-tripleoclient, it failed with following error[1]:

Depsolve Error occured: \n Problem: package openstack-tripleo-common-16.1.1-0.20210727033737.f277862.el9.noarch requires ansible-tripleo-ipa, but none of the providers can be installed\n  - package python3-tripleoclient-17.0.1-0.20210727192058.78e148f.el9.noarch requires openstack-tripleo-common >= 15.2.0, but none of the providers can be installed\n  - package ansible-tripleo-ipa-0.2.2-0.20210521132335.9159108.el9.noarch requires ansible-freeipa, but none of the providers can be installed\n  - conflicting requests\n  - nothing provides ansible-core needed by ansible-freeipa-0.3.8-3.el9.noarch",

Version-Release number of selected component (if applicable):
ansible-freeipa-0.3.8-3.el9

How reproducible:
By looking at build for ansible-freeipa-0.3.8-3.el9: https://kojihub.stream.centos.org/koji/buildinfo?buildID=13503

Add requirement for ansible-core was added. But ansible-core does not exists for CentOS Stream 9. 
https://kojihub.stream.centos.org/koji

Here is the list of repos used:
https://logserver.rdoproject.org/53/18953/92/check/tripleo-build-containers-stream9-development/396f61f/etc/yum.repos.d/centos9.repo
```
[baseos]
name = CentOS Stream $releasever - BaseOS
baseurl = https://composes.stream.centos.org/production/latest-CentOS-Stream/compose/BaseOS/x86_64/os/
failovermethod = priority
gpgcheck = 0
enabled = 1
skip_if_unavailable = False

[appstream]
name = CentOS Stream $releasever - AppStream
baseurl = https://composes.stream.centos.org/production/latest-CentOS-Stream/compose/AppStream/x86_64/os/
gpgcheck = 0
enabled = 1
gpgkey = file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official

[powertools]
name = CentOS Stream $releasever - PowerTools
baseurl = https://composes.stream.centos.org/production/latest-CentOS-Stream/compose/CRB/x86_64/os/
gpgcheck = 0
enabled = 1
gpgkey = file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official

[ha]
name = CentOS Stream $releasever - HighAvailability
baseurl = https://composes.stream.centos.org/production/latest-CentOS-Stream/compose/HighAvailability/x86_64/os/
gpgcheck = 1
enabled = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

[cs9-missing-temp]
name = centos9-missing-temporal
baseurl = https://trunk.rdoproject.org/centos9-master-preview/deps/temp-missing-centos/
enabled = 1
gpgcheck = 0
module_hotfixes = 1

[9-HighAvailability]
baseurl = https://composes.stream.centos.org/test/latest-CentOS-Stream/compose/HighAvailability/x86_64/os
enabled = 1
gpgcheck = 0
gpgkey = file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official
name = CentOS-Stream - HighAvailability
```
and here are other repos used:
https://logserver.rdoproject.org/53/18953/92/check/tripleo-build-containers-stream9-development/396f61f/etc/yum.repos.d/delorean-deps.repo

and https://logserver.rdoproject.org/53/18953/92/check/tripleo-build-containers-stream9-development/396f61f/etc/yum.repos.d/delorean.repo

Expected results:
ansible-freeipa-0.3.8-3.el9 should be installed successfully.

Links:
[1]. https://logserver.rdoproject.org/53/18953/92/check/tripleo-build-containers-stream9-development/396f61f/job-output.txt

Comment 1 Chandan Kumar 2021-08-23 10:34:38 UTC
From https://composes.stream.centos.org/production/latest-CentOS-Stream/logs/x86_64/repoclosure-AppStream.x86_64.log
```
Problem 1 / 1:
  - conflicting requests
  - nothing provides ansible-core needed by ansible-freeipa-0.3.8-3.el9.noarch
Problem 1 / 1:
  - package ansible-freeipa-tests-0.3.8-3.el9.noarch requires ansible-freeipa = 0.3.8-3.el9, but none of the providers can be installed
  - conflicting requests
  - nothing provides ansible-core needed by ansible-freeipa-0.3.8-3.el9.noarch
```

We can see the above issue here.

Comment 6 Alan Pevec 2021-09-15 10:14:34 UTC
ansible-core is now available in the latest CentOS Stream 9 composes, thanks Josh!
https://composes.stream.centos.org/production/CentOS-Stream-9-20210914.2/compose/AppStream/x86_64/os/Packages/ansible-core-2.11.3-3.el9.x86_64.rpm


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