You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running virsh plugin on RHEL 8.2 is failing with below errors. RHEL8 is not having support for bridge-utils. infrared has to use alternative tools to manage linux bridges for RHEL8 hypervisors.
TASK [install bridge utils] *************************************************************************************************************************************************
task path: /root/.infrared/plugins/virsh/tasks/bridged_network.yml:23
fatal: [hypervisor-0]: FAILED! => {"changed": false, "failures": ["bridge-utils No match for argument: bridge-utils"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
fatal: [hypervisor-1]: FAILED! => {"changed": false, "failures": ["bridge-utils No match for argument: bridge-utils"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
The text was updated successfully, but these errors were encountered:
Running virsh plugin on RHEL 8.2 is failing with below errors. RHEL8 is not having support for bridge-utils. infrared has to use alternative tools to manage linux bridges for RHEL8 hypervisors.
TASK [install bridge utils] *************************************************************************************************************************************************
task path: /root/.infrared/plugins/virsh/tasks/bridged_network.yml:23
fatal: [hypervisor-0]: FAILED! => {"changed": false, "failures": ["bridge-utils No match for argument: bridge-utils"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
fatal: [hypervisor-1]: FAILED! => {"changed": false, "failures": ["bridge-utils No match for argument: bridge-utils"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
The text was updated successfully, but these errors were encountered: