-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
6.18.0
-
False
-
sat-jpl
-
None
-
None
-
None
-
None
Description of problem:
satellite-installer command fails to enable the OpenShift Virtualization with a dependency error.
How reproducible:
100%
Steps to Reproduce:
- Deploy RHEL 9 box
- Install the satellite 6.18
- Try to enable OpenShift Virtualization plugin for Satellite
Actual behavior:
[root@sat618 ~]# satellite-installer --enable-foreman-plugin-kubevirt
2025-08-18 18:05:42 [NOTICE] [root] Loading installer configuration. This will take some time.
2025-08-18 18:05:45 [NOTICE] [root] Running installer with log based terminal output at level NOTICE.
2025-08-18 18:05:45 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.
2025-08-18 18:05:46 [NOTICE] [checks] System checks passed
Package versions are locked. Continuing with unlock.
2025-08-18 18:05:52 [NOTICE] [configure] Starting system configuration.
2025-08-18 18:05:57 [NOTICE] [configure] 250 configuration steps out of 1549 steps complete.
2025-08-18 18:05:57 [NOTICE] [configure] 500 configuration steps out of 1552 steps complete.
2025-08-18 18:05:58 [NOTICE] [configure] 750 configuration steps out of 1554 steps complete.
2025-08-18 18:06:19 [ERROR ] [configure] Execution of '/bin/dnf -d 0 -e 1 -y install rubygem-foreman_kubevirt' returned 1: Error:
2025-08-18 18:06:19 [ERROR ] [configure] Problem: conflicting requests
2025-08-18 18:06:19 [ERROR ] [configure] - nothing provides (rubygem(fog-kubevirt) >= 1.3.3 with rubygem(fog-kubevirt) < 2) needed by rubygem-foreman_kubevirt-0.4.1-1.el9sat.noarch from satellite-6.18-for-rhel-9-x86_64-rpms
2025-08-18 18:06:19 [ERROR ] [configure] /Stage[main]/Foreman::Plugin::Kubevirt/Foreman::Plugin[kubevirt]/Package[rubygem-foreman_kubevirt]/ensure: change from 'purged' to 'present' failed: Execution of '/bin/dnf -d 0 -e 1 -y install rubygem-foreman_kubevirt' returned 1: Error:
2025-08-18 18:06:19 [ERROR ] [configure] Problem: conflicting requests
2025-08-18 18:06:19 [ERROR ] [configure] - nothing provides (rubygem(fog-kubevirt) >= 1.3.3 with rubygem(fog-kubevirt) < 2) needed by rubygem-foreman_kubevirt-0.4.1-1.el9sat.noarch from satellite-6.18-for-rhel-9-x86_64-rpms
2025-08-18 18:06:19 [NOTICE] [configure] 1000 configuration steps out of 1560 steps complete.
2025-08-18 18:06:19 [NOTICE] [configure] 1250 configuration steps out of 1560 steps complete.
2025-08-18 18:06:32 [NOTICE] [configure] 1500 configuration steps out of 1560 steps complete.
2025-08-18 18:06:33 [NOTICE] [configure] System configuration has finished.
Expected behavior:The
satellite-installer should be completed successfully