Bundled Installation Instructions

This document describes how to set up the bundled oVirt appliance. If you want to manage physical hosts with oVirt, these are the instructions you should use. If you just want to develop on the web front-end, or just see what oVirt can do, it is recommended that you follow the developer instructions here. The developer instructions are slightly simpler and require less hardware, and will get you up and running faster.

Throughout this document, we give commands to type at a shell prompt. By convention, if a command is meant to be run by a non-privileged user, we will precede it with a $ prompt. If a command is meant to be run by the root user, we will precede it with a #.

Prerequisites

There are a number of prerequisites for the bundled install:

  1. A machine that supports hardware virtualization and has at least two network interfaces. This machine will be referred to as the "management host" throughout the rest of this document. It will run the management console as a KVM guest, and will take over the second network card (eth1) for a private oVirt network.
  2. One or more additional machines that support hardware virtualization. These machines will be the physical machines where VMs are run, and will be referred to as the "managed nodes" throughout the rest of the document. These machines should be physically cabled to the same network as the second network interface on the management host.
  3. Fedora 9 installed on the host machine with latest updates, kvm, libvirt, virt-manager and virt-viewer.
  4. The Fedora 9 installation tree or boot ISO

Installation