Ovirt: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 26: Zeile 26:
 
=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/
 +
=virsh=
 +
*[[virsh-ovirt]]
  
 
=example=
 
=example=
 
*http://community.redhat.com/blog/2014/03/up-and-running-with-ovirt-3-4/
 
*http://community.redhat.com/blog/2014/03/up-and-running-with-ovirt-3-4/

Version vom 18. März 2015, 16:46 Uhr

installation

!we use centos 7.0

Disable

  • systemctl disable NetworkManager.service
  • systemctl disable firewalld.service
  • reboot

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

Example

Config-ovirt.jpg

install host

all in one

virsh

example