oVirtサーバーのインストール on Fedora10

RPMパッケージをyumでインストール

# rpm -ivh http://ovirt.org/repos/ovirt/ovirt-release-LATEST.noarch.rpm
# yum update --enablerepo=ovirt
# yum install --enablerepo=ovirt ovirt-server ovirt-server-installer \
 ovirt-node-image ovirt-node-image-pxe

インストーラを起動。/etc/hostsにホスト名が設定されていると怒られるので消す。

# ovirt-installer
This installer will configure the ovirt installation based on a series
of questions. When complete, you will be asked to install oVirt or
do the installation manually. Would you like to continue? |y| y

SELinuxはPermissiveに設定されていないといけないらしい。

SELinux enforcing, would you like to set it to permissive? |y| y
Setting SELinux permissive

つづく。