Ovirt
oVirt is an open-source distributed virtualization solution, designed to manage your entire enterprise infrastructure. oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, Gluster, PatternFly, and Ansible.
Go to Ovirtto see how to install Ovirt.
oVirt Engine and a Host are installed together with the Engine running as a Virtual Machine on that Host.I use cockpit wizard to install Ovirt on CentOS.
Two types hosts
- oVirt node, other name ‘thin host’, it is a minimal OS, contains the only packagesrequired for the machine to act as a host.
- centOS or RHEL host
I use centOS 7 as a host.Add the official oVirt repository:1
yum update -y
I use cockpit wizard to install Ovirt on CentOS.1
yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm
Install Cockpit and the cockpit-ovirt-dashboard plugin:Enable Cockpit:1
yum install cockpit cockpit-ovirt-dashboard -y
Open the firewall:1
systemctl enable --now cockpit.socket