Commit Graph

6 Commits

Author SHA1 Message Date
Clark Boylan 8ddd4c126b Retire this repo
The opendev project has been moving away from puppet and this is one of
the puppet modules that is no longer used. To simplify things for us we
are taking the extra step of retiring this repo.

Change-Id: I1f88638b300d3c961fba87e51c0df31e48241ef9
2022-02-17 11:32:31 -08:00
Clark Boylan ddd7ed9ecb Use opendev url for bugdaystats source
We want to get the source from the source.

Change-Id: Iba663bd24bc9fe047a99106b7debd41b7fbcf609
2019-04-22 08:22:29 -07:00
Andrey Nikitin 6ca08e7a15 Order of the class parameters is refactored
Order and intendation of those parameters are changed
to follow Puppet Style Guide recommendation [0].
Moreover, it will allow to an user to find much faster
a variable in a list of variables.

[0]. https://docs.puppetlabs.com/guides/style_guide.html

Change-Id: I5134299b007b47c8077868c1b6aabb960ed39537
2016-03-20 02:09:45 +03:00
Colleen Murphy 0404830aca Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins.

This patch also corrects errors caught by the
puppet-lint-empty_string-check gem. It makes the
$bugdaystats::site::configfile and $bugdaystats::site::httproot
parameters required since the file resources named after them could not
possibly work if they were left undefined or empty string. The
parameter $bugdaystats::site::serveradmin is currently unused in this
module, so we make it optional and default to undef in preparation for
when this functionality is added.

Change-Id: I9eef9a8d49c1ca597783b19fbbbe0129c6157cd5
2015-07-14 19:59:50 -07:00
Colleen Murphy a3240a7c5a Make git_url parameter useful
Without this patch, the source repository for the bugdaystats vcsrepo
is hard-coded and the $bugdaystats::site::git_url parameter is unused.
This patch adds the flexibility that was presumably intended by that
parameter originally.

An alternative to this patch is to remove the parameter completely,
since users are not likely to use this module with another repo. This
would require a patch to system-config and would break other users
currently trying to use this parameter (even though it doesn't do
anything).

Change-Id: If5e547c9270a05359a1bacbfe5dfbe4ec28ed383
2015-07-14 19:59:15 -07:00
Elizabeth Krumbach Joseph c30747111f Move bugdaystats to to status.openstack.org
The bugdaystats script still runs on old-wiki. Now that we've
brought the repo into -infra we can move it over.

Closes-Bug: #1172440

Change-Id: Id02e280ad7261b01b00f3fe0782bd39bcc8409f8
2014-04-07 14:24:20 -07:00