Difference between revisions of "Ovirt CentOS 7"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==Installing Ovirt 41== WIP <br> After base installation of CentOS 7 <pre> yum install epel-release yum update -y reboot yum install -y http://resources.ovirt.org/pub/yum-repo...")
 
Line 9: Line 9:
 
yum install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm
 
yum install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm
 
yum install -y ovirt-hosted-engine-setup
 
yum install -y ovirt-hosted-engine-setup
 +
hosted-engine --deploy
 
</pre>
 
</pre>

Revision as of 10:50, 3 July 2017

Installing Ovirt 41

WIP
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