<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Apr 21, 2018 at 3:11 AM, Justin Zygmont <span dir="ltr">&lt;<a href="mailto:jzygmont@proofpoint.com" target="_blank">jzygmont@proofpoint.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">





<div lang="EN-US">
<div class="m_-3792352828445572284gmail-m_-1394885730630084693WordSection1">
<p class="MsoNormal">I was wondering why there has to be 2 node squash images?  A LiveOS/squash.img and a ovirt-node-ng-image.squashfs.i<wbr>mg in the ISO for download, and which one should be used?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">When doing a kickstart installation I noticed it uses the Live OS image from the inst.stage2= and in the kickstart.cfg it would reference the other node image from liveimg --url<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Is there any documentation around doing kickstart installs with oVirt?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div><br></blockquote></div><br></div><div class="gmail_extra">I too tried some weeks ago (4.2.1 if I remeber correctly) and was confused....<br><br></div><div class="gmail_extra">I was able to succesfully deploy, with these steps and pxe, also taking &quot;inspiration&quot; on what written at this link:<br><a href="https://github.com/oVirt/ovirt-node-ng/blob/master/docs/book/install.md" target="_blank">https://github.com/oVirt/<wbr>ovirt-node-ng/blob/master/<wbr>docs/book/install.md</a><br><br></div><div class="gmail_extra">note: my pxe server makes also as dhcp server and http server for install<br></div><div class="gmail_extra"><br>- iso of node-ng-installer <br>mounted (via loop in my case) under /var/www/html/ovnode42 of pxe server<br><br>-under /var/www/html created directory ovnode2_stage2 containing<br>product.img (6k of file) downloaded here:<br><a href="http://jenkins.ovirt.org/job/ovirt-node-ng_ovirt-4.2_build-artifacts-el7-x86_64/lastStableBuild/artifact/exported-artifacts/" target="_blank">http://jenkins.ovirt.org/job/<wbr>ovirt-node-ng_ovirt-4.2_build-<wbr>artifacts-el7-x86_64/<wbr>lastStableBuild/artifact/<wbr>exported-artifacts/</a><br><br></div><div class="gmail_extra">--&gt; why not included..?<br><br></div><div class="gmail_extra">I think in theory one can downoad here also the file updates.img and it should update the base version of the iso... TBV (not tested by me)<br></div><div class="gmail_extra">---&gt; where to get the updates.img? Perhaps inside ovirt-node-ng-image-update-x.<wbr>y.z.rpm?<br></div><div class="gmail_extra"><br>- inside ovnode2_stage2 created directory LiveOS and inside it created the link<br>ln -sf /var/www/html/ovnode42/LiveOS/<wbr>squashfs.img /var/www/html/ovnode42_stage2/<wbr>LiveOS/squashfs.img<br><br><br>- the pxe file <br><br>It contains<br><br>default pxeboot<br>timeout 50<br>label pxeboot<br>kernel vmlinuz.ovnode42<br>append initrd=initrd.ovnode42.img inst.ks=<a href="http://192.168.122.1/ovnode42.ks" target="_blank">http://192.168.122.1/<wbr>ovnode42.ks</a> inst.stage2=<a href="http://192.168.122.1/ovnode42_stage2/" target="_blank">http://192.168.<wbr>122.1/ovnode42_stage2/</a> verbose<br><br><br>- kickstart file<br><br>in /var/www/html created file ovnode42.ks <br>it contains<br><br>install<br>lang en_US.UTF-8<br>keyboard us<br>rootpw  --plaintext my_password<br>network --bootproto=dhcp<br>timezone --utc Europe/Rome<br>firewall --service=ssh<br><br>liveimg --url=<a href="http://192.168.122.1/ovnode42/ovirt-node-ng-image.squashfs.img" target="_blank">http://192.168.122.1/<wbr>ovnode42/ovirt-node-ng-image.<wbr>squashfs.img</a><br><br># partitioning - nuke and start fresh<br>zerombr<br>clearpart --all --initlabel<br>autopart --type=thinp<br>bootloader --location=mbr<br><br>#reboot<br><br>last line left commented to cross-check before reboot<br><br>at pxe boot the graphical install comes up and completes the install without any prompt<br></div><div class="gmail_extra">It only asks to reboot as I commented out the line above<br></div><div class="gmail_extra"><br>verified that after reboot I was able to connect to the server at https on port 9090 and getting the node dashboard<br><br></div><div class="gmail_extra">any validation comment?<br><br></div><div class="gmail_extra">HIH,<br></div><div class="gmail_extra">Gianluca<br></div><div class="gmail_extra"><br><br></div></div>