Installing and Deploying oVirt-host
To install and deploy oVirt-host on compute nodes, you need to modify the /usr/libexec/vdsm/hooks/before_vm_start/50_hostedengine file.
- Install oVirt-host.
yum install -y ovirt-host glibc ovirt-hosted-engine-setup
- Manually load the Open vSwitch kernel driver.
modprobe openvswitch
- Open the /usr/libexec/vdsm/hooks/before_vm_start/50_hostedengine file.
vim /usr/libexec/vdsm/hooks/before_vm_start/50_hostedengine
- Press i to enter the insert mode and change python3 in the file header to /usr/bin/python3.

- Press Esc to exit the insert mode. Type :wq! and press Enter to save the file and exit.