diff --git a/etc/default_data.json b/etc/default_data.json index 8278849c6..0dfa8e98d 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -15580,8 +15580,8 @@ "aliases": [ "fuel" ], - "uri": "git://git.openstack.org/stackforge/fuel-main.git", - "organization": "stackforge" + "uri": "git://git.openstack.org/openstack/fuel-main.git", + "organization": "openstack" }, { "module": "api-wg", @@ -15774,9 +15774,6 @@ { "organization": "openstack-ops" }, - { - "organization": "stackforge" - }, { "organization": "cloudfoundry", "uri": "github://" @@ -16027,7 +16024,7 @@ { "id": "all", "title": "All", - "modules": ["openstack", "openstack-infra", "openstack-dev", "stackforge", "unknown"] + "modules": ["openstack", "openstack-infra", "openstack-dev", "unknown"] }, { "id": "openstack", @@ -16057,11 +16054,6 @@ "title": "OpenStack Others", "modules": ["openstack-others", "unknown"] }, - { - "id": "stackforge", - "title": "Stackforge", - "modules": ["stackforge"] - }, { "id": "complementary", "title": "Complementary", diff --git a/etc/stackalytics.conf b/etc/stackalytics.conf index 09cefb41e..2d023079c 100644 --- a/etc/stackalytics.conf +++ b/etc/stackalytics.conf @@ -95,7 +95,7 @@ #runtime_storage_uri = memcached://127.0.0.1:11211 # URI for default data (string value) -#default_data_uri = https://git.openstack.org/cgit/stackforge/stackalytics/plain/etc/default_data.json +#default_data_uri = https://git.openstack.org/cgit/openstack/stackalytics/plain/etc/default_data.json # The folder that holds all project sources to analyze (string value) #sources_root = /var/local/stackalytics @@ -104,7 +104,7 @@ #days_to_update_members = 30 # The address of file with corrections data (string value) -#corrections_uri = https://git.openstack.org/cgit/stackforge/stackalytics/plain/etc/corrections.json +#corrections_uri = https://git.openstack.org/cgit/openstack/stackalytics/plain/etc/corrections.json # URI of review system (string value) #review_uri = gerrit://review.openstack.org @@ -119,7 +119,7 @@ #ssh_username = user # URI for default data (string value) -#driverlog_data_uri = https://git.openstack.org/cgit/stackforge/driverlog/plain/etc/default_data.json +#driverlog_data_uri = https://git.openstack.org/cgit/openstack/driverlog/plain/etc/default_data.json # How many member profiles to look ahead after the last (integer value) #members_look_ahead = 250 diff --git a/etc/test_default_data.json b/etc/test_default_data.json index 68c5f9a0c..837c330cd 100644 --- a/etc/test_default_data.json +++ b/etc/test_default_data.json @@ -106,8 +106,8 @@ }, { "module": "stackalytics", - "organization": "stackforge", - "uri": "git://git.openstack.org/stackforge/stackalytics.git" + "organization": "openstack", + "uri": "git://git.openstack.org/openstack/stackalytics.git" } ], @@ -269,7 +269,7 @@ { "id": "all", "title": "All", - "modules": ["openstack", "openstack-infra", "openstack-dev", "stackforge", "unknown"] + "modules": ["openstack", "openstack-infra", "openstack-dev", "unknown"] }, { "id": "openstack", @@ -298,11 +298,6 @@ "id": "openstack-others", "title": "OpenStack Others", "modules": ["openstack-others", "unknown"] - }, - { - "id": "stackforge", - "title": "Stackforge", - "modules": ["stackforge"] } ] } diff --git a/stackalytics/dashboard/templates/_macros/module_details.html b/stackalytics/dashboard/templates/_macros/module_details.html index 8096dfa29..c30768e21 100644 --- a/stackalytics/dashboard/templates/_macros/module_details.html +++ b/stackalytics/dashboard/templates/_macros/module_details.html @@ -33,7 +33,7 @@ {%/if%} {%if tag == 'group' %} Custom module group as defined in - default_data.json + default_data.json {%/if%}
List of drivers is taken from DriverLog. The status is based on job results from the latest patch in merged change requests (thus assuming that the job is executed on code close to the master). Missing or misconfigured drivers can be updated by commit into DriverLog's - default_data.json. + default_data.json.