Adding a Fedora Host to RHEV-M ============================== On fedora 15 hosts: # wget https://fedoraproject.org/static/A82BA4B7.txt # rpm --import A82BA4B7.txt On both fedora 15 and 16 hosts: # wget -P /etc/yum.repos.d/ http://fsimonce.fedorapeople.org/vdsm/fedora-vdsm.repo # systemctl stop NetworkManager.service # systemctl disable NetworkManager.service # service network start # chkconfig network on # yum install --releasever=16 vdsm vdsm-cli seabios (On fedora 16 you can omit the releasever option) The packages were built from the fedora branch in: http://fedorapeople.org/gitweb?p=fsimonce/public_git/vdsm.git;a=summary On the rhev-m machine you need to modify the installer and bootstrap scripts with the patches: * vds_bootstrap.py.patch * vds_installer.py.patch # patch /usr/share/vdsm-bootstrap/vds_bootstrap.py < vds_bootstrap.py.patch # patch /usr/share/rhevm/scripts/vds_installer.py < vds_installer.py.patch Proceed with the normal installation.