Update case studies on users page

Add abstract summaries and links for two new case studies (leboncoin
and Tungsten Fabric), and slightly adjust the OpenStack abstract so
that it doesn't erroneously imply the OSF by removing occurrences of
the word "Foundation" from the text.

Change-Id: I8d09c142da978d2ffa59932ebcfb5a412a487aae
This commit is contained in:
Jeremy Stanley 2019-10-24 23:11:00 +00:00
parent c1f1228f47
commit 9d1c75fb85
1 changed files with 47 additions and 2 deletions

View File

@ -61,6 +61,28 @@
<h2>Zuul Users</h2>
</header>
<h3>
<a href="https://superuser.openstack.org/articles/using-github-and-gerrit-with-zuul-a-leboncoin-case-study/ ">
leboncoin
</a>
</h3>
<p>
Leboncoin, an online "flea market" that is one of the top ten searched
websites in France, uses Zuulv3 with Gerrit. For each review, Zuul is
triggered on three “checks” pipelines: quality, integration and build.
Once results are correct, their engineering team uses the gate system
to merge the code into repositories and build artifacts. They are using
two small OpenStack clusters (3 Controller / 3 Storage / 5 Compute) in
each datacenter. Zuul is currently setup on all Gerrit projects and
some GitHub projects too and runs around 60,000 jobs per month which
means around 2,500 jobs per day. Jobs average time is less than 5
minutes.
</p><p>
<a href="https://superuser.openstack.org/articles/using-github-and-gerrit-with-zuul-a-leboncoin-case-study/ ">
Learn more about leboncoin's Zuulv3 infrastructure in production.
</a>
</p>
<h3>
<a href="https://model-engineers.com/en/company/references/success-stories/volvo-cars/">
Volvo
@ -83,6 +105,29 @@
</a>
</p>
<h3>
<a href="https://superuser.openstack.org/articles/zuul-case-study-tungsten-fabric/">
Tungsten Fabric
</a>
</h3>
<p>
Tungsten Fabric, an open source project that serves as a networking
provider for OpenStack, uses Zuul to test every change going into
Tungsten Fabrics Gerrit review system. It manages the process of
compilation, packaging and containerization of the software. The
VM-based test environments are well suited for them as some of the
tested components need exclusive access to an underlying operating
system. The Git-centric Zuul approach of doing things has helped them
to get to the “version control everything” model, where all the things,
from the CI jobs, through the third-party dependencies to the
infrastructure configuration, are version-controlled, reviewed by team
members and verified by the open source CI system.
</p><p>
<a href="https://superuser.openstack.org/articles/zuul-case-study-tungsten-fabric/">
Learn more about Tungten Fabric's Zuul use case.
</a>
</p>
<h3>
<a href="http://superuser.openstack.org/articles/zuul-case-study-bmw/">
BMW
@ -194,7 +239,7 @@
<h3>
<a href="http://superuser.openstack.org/articles/zuul-case-study-the-openstack-foundation/">
OpenStack Foundation
OpenStack
</a>
</h3>
<p>
@ -213,7 +258,7 @@
to execute jobs.
</p><p>
<a href="http://superuser.openstack.org/articles/zuul-case-study-the-openstack-foundation/">
Read more about OpenStack Foundation at SuperUser.
Read more about OpenStack at SuperUser.
</a>
</p>