<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 12/27/2011 09:07 AM, <a class="moz-txt-link-abbreviated" href="mailto:ovirt@qip.ru">ovirt@qip.ru</a> wrote:
    <blockquote
      cite="mid:45910fa66de62b3b0bde918beed0428b0543f910@mail.qip.ru"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=utf-8">
      Hi,<br>
      <br>
      1st host with<br>
      Linux ovirt-m 3.1.0-7.fc16.x86_64 #1 SMP Tue Nov 1 21:10:48 UTC
      2011 x86_64 x86_64 x86_64 GNU/Linux<br>
      ovirt-engine-0.0.1-4.fc16.x86_64<br>
      <br>
      2nd host with<br>
      Linux kvm01 3.1.6-1.fc16.x86_64 #1 SMP Wed Dec 21 22:41:17 UTC
      2011 x86_64 x86_64 x86_64 GNU/Linux<br>
      vdsm-4.9.1-0.37.g1895f39.fc16.x86_64<br>
      <br>
      when I try to add host to default cluster error:<br>
      <br>
      Failed to install Host kvm01. Step: INSTALLER; Details:
      Unsupported platform: Fedora.<br>
      <br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a>
<a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    I think you are looking at an old vds_installer.py, which going to
    be changed soon anyhow.<br>
    in the meanwhile you can bypass this check:<br>
    on the main function on vds_installer.py<br>
         try:<br>
            logging.debug('**** Start VDS Installation ****')<br>
            res = 0# testPlatform()<br>
    <br>
            if res == 0:<br>
    <br>
    Moran.<br>
    <br>
  </body>
</html>