Difference between revisions of "Ovirt CentOS 7"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) |
Michael.mast (talk | contribs) |
||
Line 19: | Line 19: | ||
hosted-engine --deploy | hosted-engine --deploy | ||
</pre> | </pre> | ||
+ | ===Add Host=== | ||
+ | After a base install of CentOS 7, install the same repository and have the engine install everything else over SSH. |
Revision as of 16:58, 3 July 2017
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
Add Host
After a base install of CentOS 7, install the same repository and have the engine install everything else over SSH.