infrared icon indicating copy to clipboard operation
infrared copied to clipboard

infrared task failing to install bridge-utils on RHEL8.2 hypervisor

Open venkataanil opened this issue 4 years ago • 0 comments

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": []}

venkataanil avatar Aug 13 '20 09:08 venkataanil