<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 29, 2018 at 1:22 AM, Alan Pevec <span dir="ltr"><<a href="mailto:apevec@redhat.com" target="_blank">apevec@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> - Identify which projects we have had troubles in the past months and that<br>
> we are not automatically testing when new versions bump up (OVS? Ceph? etc)<br>
> - For these projects, how could we either 1) import them in delorean and<br>
<br>
</span>Pretty please s/delorean/RDO Trunk/<br>
DLRN is a tool, RDO Trunk are the repos built by it.<br>
(see Alfredo's blog series starting with [1] for the introduction to RDO repos)<br>
<span class=""><br>
> automatically bump them at each new tag, with proper CI job in place or 2)<br>
> have a repo that is nightly build from imports on latest tags available from<br>
> their upstream repos), and have periodic jobs that test these bits.<br>
<br>
</span>Upstream trunk chasing requires involvement from the people working<br>
closely in that upstream project,<br>
and reality is that e.g. even for OpenStack projects FTBFs in RDO<br>
Trunk are fixed by CI and infra teams most of the time.<br>
Until we have clear buy-in from subject-matter-experts, we cannot add<br>
a project directly to the trunk chase.<br>
There could a compromise, read on.<br>
<span class=""><br>
> What I like with 1) is that we can easily test them independently (e.g. a<br>
> new version of OVS) versus all together in 2) (a new version of OVS + a new<br>
> version of MariaDB, etc).<br>
<br>
</span>For OVS specifically, Javier and I looked it and opened a story for<br>
DLRN support [2]<br>
tl;dr project would be in rdoinfo but pinned and every pin update<br>
would be gated by rdoinfo CI<br>
Open questions are which CI jobs give good enough coverage while not<br>
too expense (hint: running full TripleO CI is NOT answer).<br>
This would avoid limit amount of racing against upstream master as pin<br>
updates would be proposed by the interested person who would then own<br>
it until it works and passes gate.<br>
<br>
Note this is all for the OpenStack/RDO release in _development_ i.e.<br>
master CI, for stable releases we would use stable release of<br>
dependencies, ideally built and released in the CentOS SIG repos<br>
i.e. Ceph from Storage SIG (this is the case now), OVS from NFV SIG<br>
(not the case now), Ansible from ConfigManagement SIG (not the case<br>
now) ...<br>
<span class=""><br>
> Which leads to my second question... how are going to ship Ansible.<br>
> I talked with Sam Doran (in cc) today and it seems like in the near future<br>
> Ansible would be shipped via <a href="http://releases.ansible.com" rel="noreferrer" target="_blank">releases.ansible.com</a> or EPE (and not from CentOS Extras anymore).<br>
<br>
</span>Ansible RPMs are already there<br>
<a href="http://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/" rel="noreferrer" target="_blank">http://releases.ansible.com/<wbr>ansible/rpm/release/epel-7-<wbr>x86_64/</a><br>
but they depend on EPEL for additional deps. To make it work in CentOS<br>
SIG ecosystem, we need them rebuilt and released in the appropriate<br>
SIG.<br>
<span class=""><br>
> So here are the questions:<br>
><br>
> 1) How are we going to test new versions of Ansible in RDO CI context?<br>
> 2) Where should we ship it? Back in my proposal, would it make sense to<br>
> import Ansible in RDO and gate each bump (proposal #1) or take upstream, put<br>
> in a deps repo (as we have current I believe) and test it with a periodic jobs among other new deps.<br>
<br>
</span>Ansible is not in deps repo, we are getting it from Extras.<br>
NB there are multiple Ansibles in the CI context: Zuul/softwarefactory<br>
is pinned to an older version and pypi installed and the same is<br>
tripleo-quickstart (ideally those would use RPM Ansible but that's a<br>
separate discussion).<br>
Ansible RPM is only used by tripleo itself and it is currently coming<br>
from Extras where latest version is 2.4.2 [3] and I saw requests to<br>
get newer.<br>
For master we could try the same plan as OVS above, for stable<br>
releases I'd ask Ansible team to get involved with ConfigManagement<br>
SIG.<br></blockquote><div><br></div><div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial">I volunteer to step-up and eventually pair with Sam Doran if he's ok to be the liaison for this effort.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial">We could be the maintainers of Ansible package in RDO, and collaborate between both communities since together we would represent both communities.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><br>Sam what do you think?</div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
BTW ideal approach would be to insert OpenStack use-cases into Ansible<br>
upstream CI and make it voting, this could become reality with<br>
cross-project CI efforts lead by openstack-infra. With that, Ansible<br>
master would never break us!</blockquote><div><br></div><div>Yes, we have had this discussion at the PTG with ceph-ansible, and ansible itself as well. I think it's a bit too much for Ansible community to run a tripleo CI job (even if technically possible thanks to zuul v3). I'm more interested by gating the version bumps in RDO and keeping short feedback loop between both communities. In my experience, this worked pretty well (versus the other proposal which is to run tripleo in their CI jobs...).</div></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Emilien Macchi<br></div></div>
</div></div>