From 1f16d8c8fa297a90ec92b62be70e96995ef214b2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 13 Aug 2019 19:00:44 +0200 Subject: [PATCH] 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 --- doc/common/glossary.rst | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/doc/common/glossary.rst b/doc/common/glossary.rst index c5e79dcc90..c9ae447301 100644 --- a/doc/common/glossary.rst +++ b/doc/common/glossary.rst @@ -2735,6 +2735,21 @@ O Provides support for Open vSwitch in Networking. + OpenDev + `OpenDev `__ is a space for collaborative + Open Source software development. + + OpenDev’s 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 `__ 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.