Glossary: Add OpenDev, update Zuul

Add an entry for OpenDev - copied mainly from https://opendev.org/ and
update the entry for Zuul.

Change-Id: Ib1d49074ec0ae6ca583ad354e36a02c4125f3af5
This commit is contained in:
Andreas Jaeger 2019-08-13 19:00:44 +02:00
parent 08fea07451
commit 1f16d8c8fa
1 changed files with 21 additions and 2 deletions

View File

@ -2735,6 +2735,21 @@ O
Provides support for Open vSwitch in Networking.
OpenDev
`OpenDev <https://opendev.org>`__ is a space for collaborative
Open Source software development.
OpenDevs mission is to provide project hosting, continuous
integration tooling, and virtual collaboration spaces for Open
Source software projects. OpenDev is itself self hosted on this
set of tools including code review, continuous integration,
etherpad, wiki, code browsing and so on. This means that OpenDev
itself is run like an open source project, you can join us and
help run the system. Additionally, all of the services run are
Open Source software themselves.
The OpenStack project is the largest project using OpenDev.
OpenLDAP
An open source LDAP server. Supported by both Compute and
@ -4183,5 +4198,9 @@ Z
Zuul
Tool used in OpenStack development to ensure correctly ordered
testing of changes in parallel.
`Zuul <https://zuul-ci.org>`__ is an open source CI/CD
platform specializing in gating changes across multiple systems
and applications before landing a single patch.
Zuul is used for OpenStack development to ensure that only
tested code gets merged.