<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 20-04-2015 2:05, Christopher Pereira wrote:<br>
    <blockquote cite="mid:5534891A.8060906@imatronix.cl" type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      <br>
      <div class="moz-cite-prefix">On 20-04-2015 0:57, Christopher
        Pereira wrote:<br>
      </div>
      <blockquote cite="mid:55347919.4030307@imatronix.cl" type="cite">
        <meta http-equiv="content-type" content="text/html;
          charset=utf-8">
        Engine in master is having problems activating a CentOS 7 host.<br>
        The cause seems to be related with "missing" plugins:<br>
        <blockquote>2015-04-20 00:32:20,955 ERROR
          [org.ovirt.engine.core.bll.InstallerMessages] (VdsDeploy)
          [50ddd3ed] Installation 'h4.imatronix.com': Internal error:
          Internal error, plugins set(['otopi', 'setup']) are missing<br>
        </blockquote>
      </blockquote>
      <br>
      Inside the ovirt-host-deploy.tar that is executed on the host,
      inside the 'otopi-plugins' directory, I only have two plugins:
      'otopi" and 'ovirt-host-deploy'.<br>
      There is no 'setup' plugin.<br>
      Maybe it was renamed? Or the tar is missing a symbolic link?<br>
    </blockquote>
    <br>
    Fixed locally with a workarround by patching
    '/usr/lib/python2.7/site-packages/otopi/context.py'<br>
    <br>
            ...<br>
            needgroups.add('otopi')   # always load us<br>
            <br>
            # Workarround<br>
            needgroups.remove('setup')<br>
            needgroups.add('ovirt-host-deploy')<br>
            ...<br>
    <br>
    <br>
  </body>
</html>