From 237636b129b9d32aad8dea3fb1c5893032a62e90 Mon Sep 17 00:00:00 2001
From: Andrii Ostapenko <aostapenko@stackalytics.io>
Date: Tue, 1 Jun 2021 09:45:49 -0500
Subject: [PATCH] Add Zuul projects in Zuul project type

Change-Id: I3dfed5466b4caef5ed1b9f06ac19b4a8a4be1b7c
---
 etc/default_data.json | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/etc/default_data.json b/etc/default_data.json
index a6dadbb47..4a357bf94 100644
--- a/etc/default_data.json
+++ b/etc/default_data.json
@@ -45565,6 +45565,9 @@
         {
             "organization": "airship"
         },
+        {
+            "organization": "zuul"
+        },
         {
             "organization": "cloudfoundry",
             "uri": "github://"
@@ -46315,7 +46318,7 @@
         {
             "id": "all",
             "title": "OpenStack",
-            "modules": ["openstack", "airship", "unknown"]
+            "modules": ["openstack", "airship", "zuul", "unknown"]
         },
         {
             "id": "openstack",
@@ -46338,6 +46341,12 @@
             "child": true,
             "modules": ["airship"]
         },
+        {
+            "id": "zuul-type",
+            "title": "Zuul",
+            "child": true,
+            "modules": ["zuul"]
+        },
         {
             "id": "openstack-others",
             "title": "Others",