<div dir="ltr"><div><div><div>John <br></div>thanks for the tip. <br></div>thing is i am subscribed to this mailing list. so i was able to search for it here. but google didnt.<br><br></div>will this make it into the documentation?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 1, 2015 at 7:16 AM, John Trowbridge <span dir="ltr"><<a href="mailto:trown@redhat.com" target="_blank">trown@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
<br>
On 09/30/2015 10:29 PM, Ignacio Bravo wrote:<br>
> After deploying the undercloud following the upstream documentation on a Centos 7 machine, the process of building the images fails by not finding the package openstack-ironic-python-agent. Let me show you:<br>
><br>
> [stack@bl16 ~]$ openstack overcloud image build --type agent-ramdisk<br>
><br>
> … some time later ….<br>
><br>
> Running install-packages install. Package list: openstack-ironic-python-agent<br>
> Loading "fastestmirror" plugin<br>
> Config time: 0.009<br>
> Yum version: 3.4.3<br>
> rpmdb time: 0.000<br>
> Setting up Package Sacks<br>
> Loading mirror speeds from cached hostfile<br>
>  * base: <a href="http://mirrors.advancedhosters.com" rel="noreferrer" target="_blank">mirrors.advancedhosters.com</a><br>
>  * epel: <a href="http://mirror.us.leaseweb.net" rel="noreferrer" target="_blank">mirror.us.leaseweb.net</a><br>
>  * extras: <a href="http://mirrors.advancedhosters.com" rel="noreferrer" target="_blank">mirrors.advancedhosters.com</a><br>
>  * updates: <a href="http://centos.mbni.med.umich.edu" rel="noreferrer" target="_blank">centos.mbni.med.umich.edu</a><br>
> pkgsack time: 14.092<br>
> Checking for virtual provide or file-provide for openstack-ironic-python-agent<br>
> No package openstack-ironic-python-agent available.<br>
> Error: Nothing to do<br>
><br>
> Yet this package does exist in the current delorean repo:<br>
><br>
> [stack@bl16 ~]$ sudo yum list openstack-ironic-python-agent<br>
> Loaded plugins: fastestmirror, priorities<br>
> Loading mirror speeds from cached hostfile<br>
>  * base: <a href="http://centos.mbni.med.umich.edu" rel="noreferrer" target="_blank">centos.mbni.med.umich.edu</a><br>
>  * epel: <a href="http://mirror.symnds.com" rel="noreferrer" target="_blank">mirror.symnds.com</a><br>
>  * extras: <a href="http://mirror.vcu.edu" rel="noreferrer" target="_blank">mirror.vcu.edu</a><br>
>  * updates: <a href="http://mirror.symnds.com" rel="noreferrer" target="_blank">mirror.symnds.com</a><br>
> 482 packages excluded due to repository priority protections<br>
> Installed Packages<br>
> openstack-ironic-python-agent.noarch                                                    0.1.0-dev770.el7.centos                                                     @delorean<br>
><br>
</div></div>> I tried to debug the code a bit, and I believe the issue might be caused by <a href="https://github.com/rdo-management/python-rdomanager-oscplugin/blob/646028f82eeaec9111c6a50ca2e57d3b14f811ba/rdomanager_oscplugin/v1/overcloud_image.py" rel="noreferrer" target="_blank">https://github.com/rdo-management/python-rdomanager-oscplugin/blob/646028f82eeaec9111c6a50ca2e57d3b14f811ba/rdomanager_oscplugin/v1/overcloud_image.py</a> <<a href="https://github.com/rdo-management/python-rdomanager-oscplugin/blob/646028f82eeaec9111c6a50ca2e57d3b14f811ba/rdomanager_oscplugin/v1/overcloud_image.py" rel="noreferrer" target="_blank">https://github.com/rdo-management/python-rdomanager-oscplugin/blob/646028f82eeaec9111c6a50ca2e57d3b14f811ba/rdomanager_oscplugin/v1/overcloud_image.py</a>> that is using the Kilo repository for building the images instead of the Liberty that is deployed in the undercloud.<br>
><br>
> Indeed, the kilo repository at <a href="http://trunk.rdoproject.org/kilo/centos7/current-passed-ci/" rel="noreferrer" target="_blank">http://trunk.rdoproject.org/kilo/centos7/current-passed-ci/</a> <<a href="http://trunk.rdoproject.org/kilo/centos7/current-passed-ci/" rel="noreferrer" target="_blank">http://trunk.rdoproject.org/kilo/centos7/current-passed-ci/</a>> don’t have any of the openstack-ironic-* packages, which they do exist in <a href="http://trunk.rdoproject.org/liberty/centos7/current-passed-ci/" rel="noreferrer" target="_blank">http://trunk.rdoproject.org/liberty/centos7/current-passed-ci/</a> <<a href="http://trunk.rdoproject.org/liberty/centos7/current-passed-ci/" rel="noreferrer" target="_blank">http://trunk.rdoproject.org/liberty/centos7/current-passed-ci/</a>><br>
><br>
> Does this make sense?<br>
<br>
I think this may be a documentation issue. I have been using<br>
<br>
`export DIB_YUM_REPO_CONF="/etc/yum.repos.d/delorean.repo<br>
/etc/yum.repos.d/delorean-current.repo /etc/yum.repos.d/delorean-deps.repo"`<br>
<br>
before building images. I see that is missing from the docs though.<br>
<br>
The other bit is that all of the code hosted on the rdo-management<br>
github has moved to openstack. So<br>
rdo-management/python-rdomanager-oscplugin -><br>
openstack/python-tripleoclient.<br>
<br>
Thanks for sticking with it. By way, the inspection will not work until<br>
this patch and its dependencies land.<br>
(<a href="https://review.openstack.org/#/c/228190/" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/228190/</a>) However, it can be safely<br>
skipped and still get a working deploy.<br>
<span class=""><br>
><br>
> Thanks,<br>
> IB<br>
><br>
><br>
> __<br>
> Ignacio Bravo<br>
> LTG Federal, Inc<br>
</span>> <a href="http://www.ltgfederal.com" rel="noreferrer" target="_blank">www.ltgfederal.com</a> <<a href="http://www.ltgfederal.com/" rel="noreferrer" target="_blank">http://www.ltgfederal.com/</a>><br>
><br>
><br>
><br>
><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>
><br>
<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><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">


        
        
        
        


<table cellpadding="4" cellspacing="0" width="418">
        <colgroup><col width="138">
        <col width="158">
        <col width="98">
        </colgroup><tbody><tr valign="TOP">
                <td style="border:none;padding:0in" width="138">
                        <p><img src="http://www.in-egypt.net/RED-HAT-LOGO.jpg" name="UNIQUE_ID_SafeHtmlFilter_graphics1" border="0" height="184" width="135"></p>
                </td>
                <td style="border:none;padding:0in" width="158">
                        <p><a href="https://candidate.peoplecert.org/ReportsLink.aspx?argType=1&id=13D642E995903C076FA394F816CC136539DBA6A32D7305539E4219F5A650358C02CA2ED9F1F26319&AspxAutoDetectCookieSupport=1" target="_blank"><font color="#000080"><img src="http://www.in-egypt.net/ITIL_Logo.jpg" name="UNIQUE_ID_SafeHtmlFilter_graphics2" border="1" align="BOTTOM" height="156" width="156"></font></a></p>
                </td>
                <td style="border:none;padding:0in" width="98">
                        <p><img src="http://www.in-egypt.net/linkedin.png" name="UNIQUE_ID_SafeHtmlFilter_graphics3" border="0" align="BOTTOM" height="96" width="96"></p>
                </td>
        </tr>
        <tr valign="TOP">
                <td style="border:none;padding:0in" width="138">
                        <p><a href="https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify" target="_blank"><b>805010942448935</b></a><b>
                        </b>
                        </p>
                </td>
                <td style="border:none;padding:0in" width="158">
                        <p><a href="https://candidate.peoplecert.org/ReportsLink.aspx?argType=1&id=13D642E995903C076FA394F816CC136539DBA6A32D7305539E4219F5A650358C02CA2ED9F1F26319&AspxAutoDetectCookieSupport=1" target="_blank"><b>GR750055912MA</b></a></p>
                </td>
                <td style="border:none;padding:0in" width="98">
                        <p><b>Link to me on <a href="http://www.linkedin.com/in/mohammedarafa" target="_blank">LinkedIn</a></b></p>
                </td>
        </tr>
</tbody></table>

</div></div>
</div>