Groupings maintenance

Removes deprecated openstack-dev and openstack-ops.
Adds a separate project type for Airship and switch from using
group to using org.
Add repos from osf/ and inspur/ namespace. They can be found
under Openstack and Others.
Removes separate project type for openstack-infra and moves
it under openstack org.

Change-Id: I5f860d03d83ef9af182fb67eb5976e2b81a683fc
Signed-off-by: Andrii Ostapenko <aostapenko@stackalytics.io>
This commit is contained in:
Andrii Ostapenko 2021-03-31 09:55:15 -05:00
parent 23c794a22f
commit f2b96afb46
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3

View File

@ -45174,7 +45174,7 @@
"project_sources": [
{
"organization": "openstack",
"pattern": "^(openstack|x)/.*",
"pattern": "^(openstack|openstack-infra|inspur|osf|x)/.*",
"exclude": [
"openstack", "gantt", "python-ganttclient", "deb-alembic", "deb-aodh", "deb-bandit", "deb-barbican",
"deb-ceilometer", "deb-ceilometermiddleware", "deb-cinder", "deb-congress", "deb-designate",
@ -45270,15 +45270,6 @@
{
"organization": "airship"
},
{
"organization": "openstack-dev"
},
{
"organization": "openstack-infra"
},
{
"organization": "openstack-ops"
},
{
"organization": "cloudfoundry",
"uri": "github://"
@ -46018,7 +46009,7 @@
{
"id": "all",
"title": "OpenStack",
"modules": ["openstack", "openstack-infra", "openstack-dev", "unknown"]
"modules": ["openstack", "airship", "unknown"]
},
{
"id": "openstack",
@ -46035,11 +46026,17 @@
"child": true,
"modules": ["tc:approved-release"]
},
{
"id": "airship-type",
"title": "Airship",
"child": true,
"modules": ["airship"]
},
{
"id": "openstack-others",
"title": "Others",
"child": true,
"modules": ["openstack-others", "airship-group", "unknown"]
"modules": ["openstack-others", "unknown"]
},
{
"id": "cncf-group",