David Pose Fernández [email protected]
This module installs MetricsGrimoire tools.
This class installs the next tools: CVSAnaly, MLStats, Sibyl, Bicho and IRCAnalysis.
class { 'quick-start':
include cvsanaly,
include mlstats,
include sibyl,
include bicho,
include ircanalysis,
include sortinghat
}
The MetricsGrimoire puppet module is separated into individual components which MetricsGrimoire needs to run.
This module installs CVSAnalY tool. This tool updates git repositories and run CVSAnalY to update git related information.
class { 'cvsanaly': }
This module installs MLStats tool. This tool updates mailing lists information system related information.
class { 'mlstats': }
This module installs Sibyl tool. Sibyl retrieves information from the Askbot site of OpenStack at http://ask.openstack.org/. This is later stored in a MySQL database.
class { 'sibyl': }
This module installs Bicho tool. This tool is used for several purposes:
-
Launchpad tickets retrieval from https://launchpad.net/openstack
-
Gerrit information retrieval from https://review.openstack.org
-
StoryBoard stories retrieval from https://storyboard.openstack.org
class { 'bicho': }
This module installs IRCAnalysis tool. This is a simple Python based script that parses log information. This is retrieved from http://eavesdrop.openstack.org/irclogs/.
class { 'ircanalysis': }
This module installs sortinghat tool. This is a tool to manage identities.
class { 'sortinghat': }