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",