<div dir="ltr">I had to do an internetless install but still wanted to use yum.<div><br></div><div>Roughly:</div><div><ul><li>1st, I installed a minimal OS</li><li>set yum to cache everything.</li><li>install packstack, etc w/ internet access.</li><li>copy the yum cache off</li></ul><ul><li>2nd, install a new minimal OS</li><li>disable existing yum repos</li><li>use the yum cache copy to create a repo</li><li>Use yum repo priorities to make your local repo 1st.</li><li>Install all the repos from before</li><li>disable all the repos except yours</li><li>Use yum priorities to make all the other repos lower than yours</li><li>install packstack, etc.  Yum will go to your repo 1st.</li><li>disable all repos except your local again</li></ul></div><div>Packstack installs some repos.  It will also enable repos that you have disabled.  They's why the priorities are needed.</div><div><br></div><div>If you connect up the the internet and there are newer versions in the packstack enabled repos, they will be found and installed during packstack.  You might need to go back & recreate your local repo in this case.</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 9, 2015 at 8:37 PM, sad man <span dir="ltr"><<a href="mailto:asadxflow@gmail.com" target="_blank">asadxflow@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;color:#0b5394">Hi, as I've mentioned that I am working on a RDO-Fedora remix for my GSoC. I have a problem regarding PackStack "yum".</div><div class="gmail_default" style="font-family:georgia,serif;color:#0b5394"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:#0b5394">My idea is to install RDO packages during OS installation (when other system packages are being installed) and then PackStack at first boot. (I am writing an Anaconda add-on to do so).</div><div class="gmail_default" style="font-family:georgia,serif;color:#0b5394"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:#0b5394">But the problem is that even if all packages are already installed packstack still tries to run:</div><div class="gmail_default" style="font-family:georgia,serif;color:#0b5394"><br></div><div class="gmail_default" style="font-family:georgia,serif"><font color="#000000">yum install -y puppet hiera ....</font></div><div class="gmail_default" style="font-family:georgia,serif;color:#0b5394"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:#0b5394">which results in an error on a system that is offline (I use a VM with no internet connectivity so that install is totally offline).</div><div><br></div><div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(11,83,148)">​Is there a solution to this?​</div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(11,83,148)">PS: PackStack works if I place RDO rpms in yum cache and direct repo url to this cache folder.</div><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">-- <br><div><div dir="ltr"><div>Cheers, </div><div><br></div>Asadullah Hussain</div></div>
</font></span></div>
<br>_______________________________________________<br>
Rdo-list mailing list<br>
<a href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rdo-list" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
<br>
To unsubscribe: <a href="mailto:rdo-list-unsubscribe@redhat.com">rdo-list-unsubscribe@redhat.com</a><br></blockquote></div><br></div>