Ovirt CentOS 7
Installing Ovirt 41
WIP
[1]Since this is a hosted engine install, we need to have the storage up and runnning first. In this case we needed to configure a remote NFS server to host the data.
mkdir -p /exports/data groupadd kvm -g 36 useradd vdsm -u 36 -g 36 chown -R 36:36 /exports/data
After base installation of CentOS 7
yum install epel-release yum update -y reboot yum install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm yum install -y ovirt-hosted-engine-setup hosted-engine --deploy