<p dir="ltr"></p>
<p dir="ltr">On Sep 30, 2016 2:17 PM, &quot;Nicolas Ecarnot&quot; &lt;<a href="mailto:nicolas@ecarnot.net">nicolas@ecarnot.net</a>&gt; wrote:<br>
&gt;<br>
&gt; Le 30/09/2016 à 11:04, Nicolas Ecarnot a écrit :<br>
&gt;&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt;<br>
&gt;&gt; After having succeed in installing Lago and running a very basic oVirt<br>
&gt;&gt; 3.6 on a 4G RAM system, I now start it from scratch on a new 64G real<br>
&gt;&gt; server.<br>
&gt;&gt;<br>
&gt;&gt; Following the same path, but with some better knowledge, I&#39;m facing some<br>
&gt;&gt; similar issues, and not understanding how I coped with them previously :<br>
&gt;&gt;<br>
&gt;&gt; On the deploy stage, the VMs are trying to chat with the repository<br>
&gt;&gt; server on the 8585 port.<br>
&gt;&gt;<br>
&gt;&gt; Digging around, I see that there should be an http server listening on<br>
&gt;&gt; tcp/8585, as I can see here :<br>
&gt;&gt;<br>
&gt;&gt; /usr/lib/python2.7/site-packages/ovirtlago/constants.py<br>
&gt;&gt;<br>
&gt;&gt; LIBEXEC_DIR = &#39;/usr/libexec/ovirtlago/&#39;<br>
&gt;&gt; DATA_DIR = &#39;/usr/share/ovirtlago/&#39;<br>
&gt;&gt; ANSWER_FILES_DIR = os.path.join(DATA_DIR, &#39;config&#39;, &#39;answer-files&#39;)<br>
&gt;&gt;<br>
&gt;&gt; REPO_SERVER_PORT = 8585<br>
&gt;&gt; ENGINE_USER = &#39;admin@internal&#39;<br>
&gt;&gt; ENGINE_PASSWORD = &#39;123&#39;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; But the problem is that :<br>
&gt;&gt;<br>
&gt;&gt; root@serv-hv-dev02:/usr/lib/python2.7/site-packages/ovirtlago# LANG=C ls<br>
&gt;&gt; -la /usr/libexec/ovirtlago/<br>
&gt;&gt; ls: cannot access &#39;/usr/libexec/ovirtlago/&#39;: No such file or directory<br>
&gt;&gt;<br>
&gt;&gt; And I get the same error on my previous tiny server.<br>
&gt;&gt;<br>
&gt;&gt; So, I have no clue how I got past it previously, and no idea how to<br>
&gt;&gt; solve that.<br>
&gt;&gt;<br>
&gt;&gt; The only thing I changed between the two servers is that on the new one,<br>
&gt;&gt; I installed :<br>
&gt;&gt; yum install -y <a href="http://resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm">http://resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm</a><br>
&gt;&gt;<br>
&gt;&gt; when I installed release36 on the first one.<br>
&gt;&gt;<br>
&gt;&gt; This is no firewall error as stated below.<br>
&gt;&gt; Some pieces seem to be missing.<br>
&gt;&gt;<br>
&gt;<br>
&gt; Wow, I&#39;m getting puzzled : Without changing anything, just destroying the deployed prefix, then running again, everything seem to have worked, though I&#39;ve been doing the exact same thing maybe 7 times before.<br>
&gt;<br>
&gt; What<br>
&gt; is<br>
&gt; happening<br>
&gt; ?</p>
<p dir="ltr">When lago is executing a suite, it is making sure the web server is running and serving the repo. When it&#39;s not, if you wish to run it outside the suite, execute &#39;lago ovirt serve&#39;. <br>
Or you can enable the regular repos of the VMs and exclude the internal ones when calling yum commands. <br>
Y.<br>
&gt;<br>
&gt; -- <br>
&gt; Nicolas ECARNOT<br>
&gt; _______________________________________________<br>
&gt; lago-devel mailing list<br>
&gt; <a href="mailto:lago-devel@ovirt.org">lago-devel@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/lago-devel">http://lists.ovirt.org/mailman/listinfo/lago-devel</a><br></p>