Ovirt: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 21: Zeile 21:
 
=all in one=
 
=all in one=
 
*http://www.hacktheory.org/index.php/projects/projects-by-eureka/ovirt-32-setup-all-required-bug-fixes/
 
*http://www.hacktheory.org/index.php/projects/projects-by-eureka/ovirt-32-setup-all-required-bug-fixes/
 +
 +
=example=
 +
*http://community.redhat.com/blog/2014/03/up-and-running-with-ovirt-3-4/

Version vom 17. März 2015, 18:49 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

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

example