<div dir="ltr"><div><div><div><div>Hi Yedidyah,<br><br></div>It is installed (otopi-1.5.2-1.fc23.noarch). <br><br></div>On a separate note, in general, is there any issue joining a FC23 node to a cluster running RHEL 7.2 nodes? The tools will be slightly different (e.g., virt-v2v), but I'm joining this node to do the conversions of Windows 2012 VMs, and I'll remove it from the cluster when done.<br><br></div>Thanks,<br><br></div>Cam<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 1, 2016 at 7:54 AM, Yedidyah Bar David <span dir="ltr"><<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Aug 31, 2016 at 10:41 AM, Cam Mac <<a href="mailto:iucounu@gmail.com">iucounu@gmail.com</a>> wrote:<br>
> Hi Sandro,<br>
><br>
> The following are enabled:<br>
><br>
> fedora-updates.repo<br>
> ovirt-4.0-dependencies.repo<br>
> ovirt-4.0.repo<br>
<br>
</span>Can you please check rpm -q otopi?<br>
<div><div class="h5"><br>
><br>
> Thanks,<br>
><br>
> Cam<br>
><br>
> On Tue, Aug 30, 2016 at 7:01 PM, Sandro Bonazzola <<a href="mailto:sbonazzo@redhat.com">sbonazzo@redhat.com</a>><br>
> wrote:<br>
>><br>
>> Which repositories have you enabled on the node?<br>
>><br>
>><br>
>> Il 30/Ago/2016 19:55, "Cam Mac" <<a href="mailto:iucounu@gmail.com">iucounu@gmail.com</a>> ha scritto:<br>
>><br>
>> Hi,<br>
>><br>
>> I'm trying to add a Fedora 23 node to an existing cluster, but it fails<br>
>> with the errors below. I installed python2-dnf (and I saw that there was bug<br>
>> report <a href="https://bugzilla.redhat.com/1297835" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/<wbr>1297835</a>)<br>
>> but it still does not work.<br>
>><br>
>> Does anyone know what needs to be done to get this to work?<br>
>><br>
>> Thanks in advance.<br>
>><br>
>> -C<br>
>><br>
>> 2016-08-30 18:35:31 DEBUG otopi.plugins.otopi.packagers.<wbr>dnfpackager<br>
>> dnfpackager._boot:163 Cannot initialize minidnf<br>
>> Traceback (most recent call last):<br>
>> File<br>
>> "/tmp/ovirt-HkQ2OFjPOg/otopi-<wbr>plugins/otopi/packagers/<wbr>dnfpackager.py", line<br>
>> 157, in _boot<br>
>> self._minidnf.selinux_role()<br>
>> File "/tmp/ovirt-HkQ2OFjPOg/<wbr>pythonlib/otopi/minidnf.py", line 479, in<br>
>> selinux_role<br>
>> self.processTransaction()<br>
>> File "/tmp/ovirt-HkQ2OFjPOg/<wbr>pythonlib/otopi/minidnf.py", line 646, in<br>
>> processTransaction<br>
>> self._processTransaction(base=<wbr>self._base)<br>
>> File "/tmp/ovirt-HkQ2OFjPOg/<wbr>pythonlib/otopi/minidnf.py", line 627, in<br>
>> _processTransaction<br>
>> result, errmsg = base.sigCheckPkg(po)<br>
<br>
</div></div>Another known issue, fixed in otopi-1.5.1:<br>
<br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1343382" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/<wbr>show_bug.cgi?id=1343382</a><br>
<div class="HOEnZb"><div class="h5"><br>
>> TypeError: 'NoneType' object is not iterable<br>
>> 2016-08-30 18:35:31 DEBUG otopi.plugins.otopi.packagers.<wbr>yumpackager<br>
>> yumpackager._boot:184 Cannot initialize miniyum<br>
>> Traceback (most recent call last):<br>
>> File<br>
>> "/tmp/ovirt-HkQ2OFjPOg/otopi-<wbr>plugins/otopi/packagers/<wbr>yumpackager.py", line<br>
>> 176, in _boot<br>
>> self._refreshMiniyum()<br>
>> File<br>
>> "/tmp/ovirt-HkQ2OFjPOg/otopi-<wbr>plugins/otopi/packagers/<wbr>yumpackager.py", line<br>
>> 134, in _refreshMiniyum<br>
>> constants.PackEnv.YUM_ENABLED_<wbr>PLUGINS<br>
>> File<br>
>> "/tmp/ovirt-HkQ2OFjPOg/otopi-<wbr>plugins/otopi/packagers/<wbr>yumpackager.py", line<br>
>> 61, in _getMiniYum<br>
>> from otopi import miniyum<br>
>> File "/tmp/ovirt-HkQ2OFjPOg/<wbr>pythonlib/otopi/miniyum.py", line 17, in<br>
>> <module><br>
>> import rpmUtils.miscutils<br>
>> ImportError: No module named rpmUtils.miscutils<br>
>> 2016-08-30 18:35:32 DEBUG otopi.context context._executeMethod:142 method<br>
>> exception<br>
>> Traceback (most recent call last):<br>
>> File "/tmp/ovirt-HkQ2OFjPOg/<wbr>pythonlib/otopi/context.py", line 132, in<br>
>> _executeMethod<br>
>> method['method']()<br>
>> File "/tmp/ovirt-HkQ2OFjPOg/otopi-<wbr>plugins/otopi/network/<wbr>hostname.py",<br>
>> line 54, in _internal_packages<br>
>> self.packager.install(<wbr>packages=('iproute',))<br>
>> File "/tmp/ovirt-HkQ2OFjPOg/<wbr>pythonlib/otopi/packager.py", line 98, in<br>
>> install<br>
>> raise NotImplementedError(_('<wbr>Packager install not implemented'))<br>
>> NotImplementedError: Packager install not implemented<br>
>> 2016-08-30 18:35:32 ERROR otopi.context context._executeMethod:151 Failed<br>
>> to execute stage 'Environment packages setup': Packager install not<br>
>> implemented<br>
>><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> Users mailing list<br>
>> <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
>> <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
>><br>
>><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Users mailing list<br>
> <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
> <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Didi<br>
</font></span></blockquote></div><br></div>