<div dir="ltr"><div><div><div>thank you <br></div>i was able to get the undercloud installed (on a saturday!)<br><br></div>currently downloading images<br><br></div>may i suggest that deltarpm be installed by default centos7 or somehow pulled in with rdo-manager?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 18, 2015 at 3:15 PM, James Slagle <span dir="ltr"><<a href="mailto:jslagle@redhat.com" target="_blank">jslagle@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">To address $SUBJECT directly:<br>
<br>
Not currently. We had rdo-manager running with kilo for a while, but some of<br>
the packages got stale as priorities shifted. We switched some of the builds to<br>
pull from master, and that worked for a while, but now it's failing again.<br>
<br>
We've instead been focusing our effort into making upstream TripleO stable at<br>
this time (which follows the same rdo-manager workflow). That's currently using<br>
a delorean trunk repo that typically lags a week or 2 behind the "current"<br>
repo, so currently Liberty based.<br>
<br>
That's a work in progress, as folks are discovering. We're resource constrained<br>
on several fronts, but it's actively being worked on daily in #tripleo on<br>
freenode.<br>
<br>
The plan is to have the issues worked out and be able to keep not only<br>
stability with Delorean trunk, but on RDO Liberty as well.<br>
<br>
Please see my inline reply as well below, it should help some to get further<br>
along.<br>
<div><div class="h5"><br>
On Fri, Sep 18, 2015 at 01:42:55PM -0400, Jeff Peeler wrote:<br>
> On Fri, Sep 18, 2015 at 12:42 PM, Christopher Brown <<a href="mailto:cbrown2@ocf.co.uk">cbrown2@ocf.co.uk</a>> wrote:<br>
> > Something is going very wrong somewhere.<br>
> ><br>
> > I have tried several different ways _just_ to install the undercloud.<br>
> ><br>
> > Using:<br>
> ><br>
> > <a href="http://trunk.rdoproject.org/centos7/current/delorean.repo" rel="noreferrer" target="_blank">http://trunk.rdoproject.org/centos7/current/delorean.repo</a><br>
> ><br>
> > I get the following error:<br>
> ><br>
> > + semodule -i /opt/stack/selinux-policy/ipxe.pp<br>
> > dib-run-parts Fri 18 Sep 17:01:04 BST 2015 00-apply-selinux-policy<br>
> > completed<br>
> > dib-run-parts Fri 18 Sep 17:01:04 BST 2015<br>
> > Running /usr/libexec/os-refresh-config/configure.d/20-compile-and-install-selinux-policies<br>
> > + set -o pipefail<br>
> > ++ mktemp -d<br>
> > + TMPDIR=/tmp/tmp.ZWLD1K9BTD<br>
> > + '[' -x /usr/sbin/semanage ']'<br>
> > + cd /tmp/tmp.ZWLD1K9BTD<br>
> > ++ ls '/opt/stack/selinux-policy/*.te'<br>
> > ls: cannot access /opt/stack/selinux-policy/*.te: No such file or<br>
> > directory<br>
> > + semodule -i '/tmp/tmp.ZWLD1K9BTD/*.pp'<br>
> > semodule:  Failed on /tmp/tmp.ZWLD1K9BTD/*.pp!<br>
> > [2015-09-18 17:01:04,559] (os-refresh-config) [ERROR] during configure<br>
> > phase. [Command '['dib-run-parts',<br>
> > '/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit<br>
> > status 1]<br>
> ><br>
> > With<br>
> ><br>
> > <a href="http://trunk.rdoproject.org/centos7/38/1c/381cac9139096bfef49952f3fd67e19451160b61_4bc2d731/delorean.repo" rel="noreferrer" target="_blank">http://trunk.rdoproject.org/centos7/38/1c/381cac9139096bfef49952f3fd67e19451160b61_4bc2d731/delorean.repo</a><br>
> ><br>
> > I get the same error.<br>
> ><br>
> > This is regardless of:<br>
> ><br>
> > export DIB_INSTALLTYPE_puppet_modules=source<br>
><br>
> I ran into this error as well. Unfortunately, using the delorean repo<br>
> straight from current is as this thread indicates, not stable. There's<br>
> an outstanding review here that uses a good delorean repo to install<br>
> from:<br>
><br>
> <a href="https://review.openstack.org/#/c/223293/2" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/223293/2</a><br>
><br>
> I highly recommend using that and going from there. Do make note that<br>
> in this particular delorean repo, inspector needs to be set to<br>
> disabled and the conductor service either restarted or sent a HUP<br>
> signal.<br>
<br>
</div></div>Thanks Jeff for pointing this out. I've pushed up a couple more patchsets as<br>
well, so make sure to be looking at the latest one:<br>
<a href="https://review.openstack.org/#/c/223293/" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/223293/</a><br>
If you git clone tripleo-docs, run "tox -e docs" from your checkout, and the<br>
docs will be built under doc/build. You can also view an html build directly<br>
from the jenkins job results on the patchset.<br>
<br>
In addition to that, there is another patch in flight to address the packaging<br>
changes around ironic-inspector:<br>
<a href="https://review.openstack.org/#/c/223267" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/223267</a><br>
<br>
That's a little bit harder to apply and try out, so I built it into an rpm if<br>
folks are blocked on this:<br>
<a href="https://fedorapeople.org/~slagle/instack-undercloud-2.1.2.post206-99999.noarch.rpm" rel="noreferrer" target="_blank">https://fedorapeople.org/~slagle/instack-undercloud-2.1.2.post206-99999.noarch.rpm</a><br>
<br>
Just before running "openstack undercloud install" you'll need to:<br>
sudo yum install -y yum-plugin-versionlock<br>
sudo rpm -Uvh --force <a href="https://fedorapeople.org/~slagle/instack-undercloud-2.1.2.post206-99999.noarch.rpm" rel="noreferrer" target="_blank">https://fedorapeople.org/~slagle/instack-undercloud-2.1.2.post206-99999.noarch.rpm</a><br>
sudo yum versionlock instack-undercloud<br>
<br>
That got me a successful undercloud install. I'm testing image builds now.<br>
<br>
If anyone does try these patches, reviews in gerrit are appreciated.<br>
<span class=""><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>
</span>--<br>
-- James Slagle<br>
--<br>
<div class="HOEnZb"><div class="h5"><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>
</div></div></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>