Description of problem: OSP 17.0 on rhel 9, overcloud update failing on "Ensure DNF modules have the right stream" with failure "No group container-tools:3.0" Version-Release number of selected component (if applicable): RHOS-17.0-RHEL-9-20220511.n.1/ How reproducible: 100% Steps to Reproduce: 1. Deploy osp17.0 on rhel9 2. upgrade undercloud 3. Overcloud prepare 4. Run controller upgrade ~~~ openstack overcloud update run --yes --stack qe-Cloud-0 --limit Controller --playbook all 2>&1 ~~~ Actual results: ~~~ 2022-05-14 23:59:07 | 2022-05-14 23:59:07.228289 | 52540072-b4d2-cc97-6053-000000000041 | TASK | Ensure DNF modules have the right stream 2022-05-14 23:59:09 | [0;31m2022-05-14 23:59:09.000697 | 52540072-b4d2-cc97-6053-000000000041 | FATAL | Ensure DNF modules have the right stream | controller-0 | item={'module': 'container-tools', 'stream': '3.0'} | error={"ansible_loop_var": "item", "changed": false, "item": {"module": "container-tools", "stream": "3.0"}, "msg": "No group container-tools:3.0/common available.", "results": []}[0m 2022-05-14 23:59:09 | [1;30m2022-05-14 23:59:09.002886 | 52540072-b4d2-cc97-6053-000000000041 | TIMING | Ensure DNF modules have the right stream | controller-0 | 0:00:30.487630 | 1.77s[0m 2022-05-14 23:59:09 | [1;30m2022-05-14 23:59:09.005777 | 52540072-b4d2-cc97-6053-000000000041 | TIMING | Ensure DNF modules have the right stream | controller-0 | 0:00:30.490546 | 1.78s[0m ~~~ Expected results: Additional info:
Same as https://bugzilla.redhat.com/show_bug.cgi?id=2071974 but for the overcloud.
RHEL 9.0.0 has no modules.
The problem from bz will be solved in https://bugzilla.redhat.com/show_bug.cgi?id=2086727 Closing as duplicate of 2086727 *** This bug has been marked as a duplicate of bug 2086727 ***