<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 16, 2015 at 1:18 AM, Yedidyah Bar David <span dir="ltr">&lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">----- Original Message -----<br>
&gt; From: &quot;Greg Swift&quot; &lt;<a href="mailto:gregswift@gmail.com">gregswift@gmail.com</a>&gt;<br>
&gt; To: <a href="mailto:users@ovirt.org">users@ovirt.org</a><br>
&gt; Sent: Monday, February 16, 2015 7:37:53 AM<br>
&gt; Subject: Re: [ovirt-users] self hosted setup with answer file<br>
&gt;<br>
&gt; I&#39;m starting to get more concerned. It seems almost every time i run it off<br>
&gt; the same answer file I get a different setup.<br>
&gt;<br>
&gt; On Sun, Feb 15, 2015 at 11:45 AM, Greg Swift &lt; <a href="mailto:gregswift@gmail.com">gregswift@gmail.com</a> &gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; So i&#39;ve been playing with standing up a self hosted instance of oVirt. I&#39;m<br>
&gt; using an answer file that i generated first time I tried running it (so that<br>
&gt; I can provision w/ ansible)<br>
&gt;<br>
&gt; I&#39;ve run into 2 problems.<br>
&gt;<br>
&gt; 1: i have to specify the jboss home manually from the cli (didn&#39;t see an<br>
&gt; answer equivalent), even though the ovirt jboss package is installed.<br>
<br>
</span>Are you referring to &#39;hosted-engine --deploy&#39; on the host, to &#39;engine-setup&#39;<br>
inside the VM, both? You need a different answer file for each, and the one<br>
generated for &#39;hosted-engine --deploy&#39; is currently not enough for automatic<br>
unattended installation. For that, see [1].<br>
<br>
[1] <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1101297" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1101297</a><br></blockquote><div><br></div><div>So I was installing the allinone plugin and then running engine-setup.<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class=""><br>
&gt;<br>
&gt; 2: Generally speaking it seems to be ignoring several of the answer file<br>
&gt; config entries. My answers tell it to &#39;confirm settings&#39; and it runs<br>
&gt; non-interactively. Plus all the local storage configs seem to be ignored.<br>
&gt;<br>
&gt; I&#39;m running ovirt-engine-3.5.1.1-1.el7.centos.noarch<br>
&gt;<br>
&gt; Any suggestions?<br>
<br>
</span>In addition to the above, if you suspect a real bug, logs and answer files<br>
will help.<br></blockquote><div><br></div><div>So the problem is that at this point I&#39;ve killed the system that wasn&#39;t working and I think I found a solution.  I wish i had thought to save off the logs, but at least in theory it seemed to be re-produceable.<br><br></div><div>That being said the following changes to my original answer file (OP attachment) and I&#39;ve got a working environment<br><br>-OVESETUP_CONFIG/applicationMode=str:both<br>+OVESETUP_CONFIG/applicationMode=str:virt<br><br>-OVESETUP_CONFIG/storageIsLocal=bool:True<br>+OVESETUP_CONFIG/storageIsLocal=bool:False<br><br>-OVESETUP_SYSTEM/nfsConfigEnabled=bool:True<br>+OVESETUP_SYSTEM/nfsConfigEnabled=bool:False<br><br>-OVESETUP_CONFIG/isoDomainMountPoint=str:/var/lib/exports/iso<br>-OVESETUP_CONFIG/isoDomainName=str:ISO_DOMAIN<br>-OVESETUP_CONFIG/isoDomainACL=str:{{ ansible_fqdn }}(rw)<br>+OVESETUP_CONFIG/isoDomainMountPoint=none:None<br>+OVESETUP_CONFIG/isoDomainName=none:None<br>+OVESETUP_CONFIG/isoDomainACL=none:None<br><br></div><div>Some of that is just weird though... storageIsLocal=False? its completely local storage.  <br><br></div><div>But hey.. its working consistently now.<br><br>greg<br></div><div><br></div></div></div></div>