Ovirt: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 22: Zeile 22:
 
=install host=
 
=install host=
 
*http://www.ovirt.org/Quick_Start_Guide#Install_Hosts
 
*http://www.ovirt.org/Quick_Start_Guide#Install_Hosts
 +
 +
=all in one=
 +
*http://www.hacktheory.org/index.php/projects/projects-by-eureka/ovirt-32-setup-all-required-bug-fixes/

Version vom 16. März 2015, 21:08 Uhr

installation

!we use centos 7.0

Importing keys Automatically

Add the official oVirt repository

Install oVirt Engine.

  • sudo yum install -y ovirt-engine

Optionally install the All-In-One plugin if you want to host VMs on your Engine Host

  • sudo yum install -y ovirt-engine-setup-plugin-allinone

data partition

  • mkdir /var/lib/images
  • echo /dev/sda3 /var/lib/images ext4 defaults 0 0 >> /etc/fstab

Set up oVirt Engine.

  • sudo engine-setup
Important for all-in-one
  • Configure VDSM on this host? (Yes, No) [No]: Yes
  • Local storage domain path [/var/lib/images-20150316153420]: /var/lib/images

install host

all in one