Bug 2087064
| Summary: | [OSP17]overcloud update forces container-tools:3.0 stream on RHEL9 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Khomesh Thakre <kthakre> |
| Component: | openstack-tripleo-heat-templates | Assignee: | OSP Team <rhos-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Khomesh Thakre <kthakre> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 17.0 (Wallaby) | CC: | jschluet, mburns, mciecier, sathlang |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-06-21 14:28:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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 *** |
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: