<div dir="ltr">Here is a summary of my ovirt 3.5 to 3.6 upgrade. I am not using hosted-engine. The engine machine is EL6.<div><br></div><div><div>after upgrade to ovirt 3.6, the ovirt-release35 repo remains on the manager machine (non-hosted engine). There is also a list of rpms from the 3.5 repo.</div><div><br></div><div>Here is a list of 3.5 repo rpms still installed:</div><div><br></div><div># yum list installed |grep ovirt-3.5</div><div>ovirt-engine-jboss-as.x86_64 7.1.1-1.el6 @ovirt-3.5 </div><div>patternfly1.noarch 1.3.0-1.el6 @ovirt-3.5-patternfly1-noarch-epel</div><div>python-daemon.noarch 1.5.2-1.el6 @ovirt-3.5-epel </div><div>python-kitchen.noarch 1.1.1-1.el6 @ovirt-3.5-epel </div><div>python-lockfile.noarch 0.8-3.el6 @ovirt-3.5-epel </div><div>python-ply.noarch 3.4-4.el6 @ovirt-3.5-epel </div><div>python-websockify.noarch 0.6.0-3.el6 @ovirt-3.5-epel </div><div>xalan-j2.noarch 2.7.1-8.jbossorg_1.jpp6 @ovirt-3.5-jpackage-6.0-generic</div><div><br></div><div>======================================</div><div><br></div><div>I removed to 3.5 repo and release35 rpm, as described here. Then, I re-installed the 3.5 rpms with the 3.6 rpms from the 3.6 repo. These rpms did not change from 3.5 to 3.6. I just want them marked as from the 3.6 repo.</div><div><br></div><div># yum remove ovirt-release35</div><div><br></div><div># rm /etc/yum.repos.d/ovirt-3.5*</div><div><br></div><div># yum reinstall ovirt-engine-jboss-as.x86_64 patternfly1.noarch python-daemon.noarch python-kitchen.noarch python-lockfile.noarch python-ply.noarch python-websockify.noarch xalan-j2.noarch</div><div><br></div><div>======================================</div><div><br></div><div>I also removed ovirt-engine-jboss-as.x86_64, since I am not using ovirt-engine-reports.</div><div><br></div><div># yum remove ovirt-engine-jboss-as.x86_64<br></div><div><br></div><div>======================================</div></div><div><br></div><div>Hope this document helps. I had loads of problems earlier, relating to trying to use a EL6 virtualization host, when ovirt 3.6 did not support it.</div><div><br></div><div>Thanks, Paul</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 31, 2016 at 12:29 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, Mar 30, 2016 at 5:31 PM, Paul Dyer <<a href="mailto:pmdyermms@gmail.com">pmdyermms@gmail.com</a>> wrote:<br>
> No, I didn't. It is also in the el6 repo for ovirt-3.6:<br>
><br>
> ovirt-engine-jboss-as.x86_64 7.1.1-1.el6 @ovirt-3.6<br>
<br>
</span>Right. It's a requirement of ovirt-engine-reports. If you don't use<br>
that you can safely remove it. Just try 'yum remove<br>
ovirt-engine-jboss-as' and see that there are no dependencies.<br>
<br>
Once finished, perhaps you can post a reply to the mailing list with a<br>
summary, for others to be able to find it. Thanks.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> On Wed, Mar 30, 2016 at 9:28 AM, Yedidyah Bar David <<a href="mailto:didi@redhat.com">didi@redhat.com</a>> wrote:<br>
>><br>
>> On Wed, Mar 30, 2016 at 5:26 PM, Paul Dyer <<a href="mailto:pmdyermms@gmail.com">pmdyermms@gmail.com</a>> wrote:<br>
>> > thanks. I did as you described.<br>
>> ><br>
>> > # yum remove ovirt-release35<br>
>> > # rm /etc/yum.repos.d/ovirt-3.5*<br>
>> > # yum reinstall ovirt-engine-jboss-as.x86_64 patternfly1.noarch<br>
>> > python-daemon.noarch python-kitchen.noarch python-lockfile.noarch<br>
>> > python-ply.noarch python-websockify.noarch xalan-j2.noarch<br>
>> ><br>
>><br>
>> Sorry, forgot to mention that ovirt-engine-jboss-as is no longer needed,<br>
>> replaced with ovirt-engine-wildfly. Didn't you get a warning or something?<br>
>><br>
>> ><br>
>> ><br>
>> > On Wed, Mar 30, 2016 at 9:06 AM, Yedidyah Bar David <<a href="mailto:didi@redhat.com">didi@redhat.com</a>><br>
>> > wrote:<br>
>> >><br>
>> >> On Wed, Mar 30, 2016 at 5:00 PM, Paul Dyer <<a href="mailto:pmdyermms@gmail.com">pmdyermms@gmail.com</a>> wrote:<br>
>> >> > Hi,<br>
>> >> ><br>
>> >> > after upgrade to ovirt 3.6, the ovirt-release35 repo remains on the<br>
>> >> > manager<br>
>> >> > machine (non-hosted engine). There is also a list of rpms from the<br>
>> >> > 3.5<br>
>> >> > repo.<br>
>> >> ><br>
>> >> > Should the 3.5 repo be removed?<br>
>> >><br>
>> >> In principle, yes.<br>
>> >><br>
>> >> > What about the rpms from the 3.5 repo?<br>
>> >> > Should they stay or go?<br>
>> >><br>
>> >> In principle it means that the version from 3.6 is identical to the one<br>
>> >> you had from 3.5, so yum didn't update them.<br>
>> >><br>
>> >> You can try removing the 3.5 repo, then yum reinstall each package, to<br>
>> >> make sure. Or just keep them.<br>
>> >><br>
>> >> ><br>
>> >> > Here is a list of 3.5 repo rpms still installed:<br>
>> >> ><br>
>> >> > # yum list installed |grep ovirt-3.5<br>
>> >> > ovirt-engine-jboss-as.x86_64 7.1.1-1.el6 @ovirt-3.5<br>
>> >> > patternfly1.noarch 1.3.0-1.el6<br>
>> >> > @ovirt-3.5-patternfly1-noarch-epel<br>
>> >> > python-daemon.noarch 1.5.2-1.el6<br>
>> >> > @ovirt-3.5-epel<br>
>> >> > python-kitchen.noarch 1.1.1-1.el6<br>
>> >> > @ovirt-3.5-epel<br>
>> >> > python-lockfile.noarch 0.8-3.el6<br>
>> >> > @ovirt-3.5-epel<br>
>> >> > python-ply.noarch 3.4-4.el6<br>
>> >> > @ovirt-3.5-epel<br>
>> >> > python-websockify.noarch 0.6.0-3.el6<br>
>> >> > @ovirt-3.5-epel<br>
>> >> > xalan-j2.noarch 2.7.1-8.jbossorg_1.jpp6<br>
>> >> > @ovirt-3.5-jpackage-6.0-generic<br>
>> >> ><br>
>> >> > Thanks,<br>
>> >> > Paul<br>
>> >> ><br>
>> >> > --<br>
>> >> > Paul Dyer,<br>
>> >> > Mercury Consulting Group, RHCE<br>
>> >> > 504-302-8750<br>
>> >> ><br>
>> >> > _______________________________________________<br>
>> >> > Devel mailing list<br>
>> >> > <a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
>> >> > <a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/devel</a><br>
>> >><br>
>> >><br>
>> >><br>
>> >> --<br>
>> >> Didi<br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > --<br>
>> > Paul Dyer,<br>
>> > Mercury Consulting Group, RHCE<br>
>> > <a href="tel:504-302-8750" value="+15043028750">504-302-8750</a><br>
>><br>
>><br>
>><br>
>> --<br>
>> Didi<br>
><br>
><br>
><br>
><br>
> --<br>
> Paul Dyer,<br>
> Mercury Consulting Group, RHCE<br>
> <a href="tel:504-302-8750" value="+15043028750">504-302-8750</a><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Didi<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Paul Dyer,<br>Mercury Consulting Group, RHCE<br>504-302-8750</div>
</div>