redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
99 stars 96 forks source link

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

Open venkataanil opened 4 years ago

venkataanil commented 4 years ago

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