----- Original Message ----- > From: "Christopher Pereira" <[email protected]> > To: [email protected] > Sent: Monday, April 20, 2015 8:44:02 AM > Subject: Re: [ovirt-devel] Installing host from engine fails (master) > > On 20-04-2015 2:05, Christopher Pereira wrote: > > > > On 20-04-2015 0:57, Christopher Pereira wrote: > > > Engine in master is having problems activating a CentOS 7 host. > The cause seems to be related with "missing" plugins: > > > 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 > > 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'. > There is no 'setup' plugin. > Maybe it was renamed? Or the tar is missing a symbolic link? > > Fixed locally with a workarround by patching > '/usr/lib/python2.7/site-packages/otopi/context.py' > > ... > needgroups.add('otopi') # always load us > > # Workarround > needgroups.remove('setup') > needgroups.add('ovirt-host-deploy') > ...
Thanks for report! I fixed that. Please reinstall otopi to revert your changes and install this[1] ovirt-host-deploy package when job completes or wait for the next snapshot. Regards, Alon [1] http://jenkins.ovirt.org/job/ovirt-host-deploy_3.5_create-rpms-el7-x86_64_merged/19/ _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
