-
Bug
-
Resolution: Done
-
Blocker
-
None
-
rhos-18.0 FR 2 (Mar 2025)
-
None
-
1
-
False
-
-
False
-
?
-
None
-
-
-
RelDel Sprint 8, RelDel Sprint 9
-
2
-
Critical
To Reproduce
Steps to reproduce the behavior:
- Attempt greenfield deployment of 18.0.6/FR2
- During the configure-network-openstack OpenStackDataplaneService:
│ TASK [osp.edpm.edpm_ovs : Downloading required packages] *********************** │ │ task path: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_ovs/tasks/download_cache.yml:2 │ │ FAILED - RETRYING: [edpm-compute-0]: Downloading required packages (5 retries left). │ │ FAILED - RETRYING: [edpm-compute-0]: Downloading required packages (4 retries left). │ │ FAILED - RETRYING: [edpm-compute-0]: Downloading required packages (3 retries left). │ │ FAILED - RETRYING: [edpm-compute-0]: Downloading required packages (2 retries left). │ │ FAILED - RETRYING: [edpm-compute-0]: Downloading required packages (1 retries left). │ │ fatal: [edpm-compute-0]: FAILED! => {"ansible_facts": {"pkg_mgr": "dnf"}, "attempts": 5, "changed": false, "failures": [], "msg": "Depsolve Error occurred: \n Problem: package rhoso-openvswitch-3.5-1.el9ost.noarch from rhoso-18.0-for-rhel-9- │ │ x86_64-rpms requires rhoso-network-scripts-openvswitch = 3.5-1.el9ost, but none of the providers can be installed\n - cannot install the best candidate for the job\n - nothing provides network-scripts-openvswitch3.5 needed by rhoso-network │ │ -scripts-openvswitch-3.5-1.el9ost.noarch from rhoso-18.0-for-rhel-9-x86_64-rpms", "rc": 1, "results": []}
In the compute:
[root@edpm-compute-0 ~]# dnf install rhoso-openvswitch-3.5-1.el9ost.noarch Updating Subscription Management repositories. Last metadata expiration check: 0:07:00 ago on Thu Mar 20 16:56:21 2025. Error: Problem: package rhoso-openvswitch-3.5-1.el9ost.noarch from rhoso-18.0-for-rhel-9-x86_64-rpms requires rhoso-network-scripts-openvswitch = 3.5-1.el9ost, but none of the providers can be installed - conflicting requests - nothing provides network-scripts-openvswitch3.5 needed by rhoso-network-scripts-openvswitch-3.5-1.el9ost.noarch from rhoso-18.0-for-rhel-9-x86_64-rpms (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Expected behavior
- rhoso-openvswitch-3.5 installs successfully and the deployment can continue.
Bug impact
- All greenfield deployments of 18.0.6/FR2 and updates to it are broken.
Known workaround
- None at this time.