Description of problem: There is a bug in OCP 4.6 with agent tokens that is resolved upstream. The bug is being tracked here https://bugzilla.redhat.com/show_bug.cgi?id=1883569 and it includes the 2 fixes. Ironic-image is currently using the ironic packages from openstack-ironic-conductor-1:15.1.1-0.20200724075308.3e92fd0.el8ost (https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1266093). They should be upgraded to openstack-ironic-15.2.1-0.20200929104811.fb90ed4.el8ost (https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1334423) to pick up these 2 fixes. Testing these new packages has uncovered two dependency issues: Problem 1: conflicting requests - nothing provides python3-alembic >= 1.4.2 needed by openstack-ironic-common-1:15.2.1-0.20200929104811.fb90ed4.el8ost.noarch - nothing provides python3-oslo-db >= 6.0.0 needed by openstack-ironic-common-1:15.2.1-0.20200929104811.fb90ed4.el8ost.noarch It looks like there is a newer version in brew for oslo-db that will satisfy this requirement - https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1325680. It would need to be tagged. However there is no python-alembic available in brew, the latest is python-alembic-1.3.1-1.el8ost.
The change that introduced the dependency issues is https://review.opendev.org/#/c/750908/
The ironic pkg and dependencies have been tagged successfully: [stack@host01 ~]$ brew tag-build rhaos-4.6-rhel-8-candidate python-alembic-1.4.2-5.el8ost ... 31648896 tagBuild (noarch) completed successfully [stack@host01 ~]$ brew tag-build rhaos-4.6-rhel-8-candidate python-oslo-db-8.4.0-0.20200918104110.e42c733.el8ost ... 31648931 tagBuild (noarch) completed successfully [stack@host01 ~]$ brew tag-build rhaos-4.6-rhel-8-candidate openstack-ironic-15.2.1-0.20200929104811.fb90ed4.el8ost ... 31649029 tagBuild (noarch) completed successfully
1. I checked on brew https://brewweb.engineering.redhat.com/brew/ 2. I searched for ironic-container https://brewweb.engineering.redhat.com/brew/packageinfo?packageID=72194 3. I opened one of the v4.6.0 link with the green check: https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1336575 4. I checked x86_64-build.log logs of the build http://download.eng.bos.redhat.com/brewroot/packages/ironic-container/v4.6.0/202009301654.p0/data/logs/x86_64-build.log 5. I confronted the versions with the versions in the bug. They are the same. Version from the x86_64-build.log - python3-alembic-1.4.2-5.el8ost.noarch Version from the bug - python-alembic-1.4.2-5.el8ost Version from the x86_64-build.log - python3-oslo-db-8.4.0-0.20200918104110.e42c733.el8ost.noarch Version from the bug - python-oslo-db-8.4.0-0.20200918104110.e42c733.el8ost Version from the x86_64-build.log - openstack-ironic-api-1:15.2.1-0.20200929104811.fb90ed4.el8ost.noarch Version from the bug - openstack-ironic-15.2.1-0.20200929104811.fb90ed4.el8ost
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 (OpenShift Container Platform 4.6 GA Images), 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-2020:4196