Commit Graph

24 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
OpenDev Sysadmins 874befd348 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:08 +00:00
Ian Wienand 5b0291fd1a Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I2a513f9add1b78c3bbbed846f1f6aa096da2b4eb
2019-03-24 20:35:36 +00:00
Colleen Murphy cb70566462 Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I99a4f3e1c104ffeff35eb29c4dbf5f452db44cd1
2018-07-12 09:57:43 +02:00
Colleen Murphy c7b8745591 Depend on helper gem for spec_helper_acceptance
Instead of keeping a local copy of spec_helper_acceptance.rb and
requiring updates to all modules for any change, we can move it into the
common helper gem and require it from there. This will make it easier to
create and review changes that affect all puppet modules. Also change
the Gemfile to look for the gem in the local workspace if running in a
zuul environment.

Change-Id: Ie3fc3263e520b1313825225b4094c8ce923d22db
2017-08-18 10:41:43 +02:00
Colleen Murphy 5ddc3de5b0 Fix beaker on xenial
Add a xenial nodeset and update the spec helper to install puppet 3 from
the Ubuntu repos instead of from puppetlabs.

Change-Id: I15a994fadf7cba93464962eff624307899db4754
2017-06-24 15:32:04 +02:00
Paul Belanger 21cce6255e
Add bindep.txt file
Bindep is a tool for checking the presence of binary packages needed
to use an application / library. It started life as a way to make it
easier to set up a development environment for OpenStack projects.

Change-Id: I0e1bf1b1ffe0ebc736ed326e8a9db5e04113291b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-05-01 21:05:52 -04:00
Masayuki Igawa 8768325e73 Enable daily_rotation option
This commit enables the daily_rotation option which introduced in this
patch[1]. The patch just creates *-daily.json files. So users aren't
aware this change but we can check the validity of *-daily.json file
before we land the UI changes.

Change-Id: Id12e8c7ab4102aeb1b5240c21d354d83cffcff6d
2016-10-06 14:19:09 +09:00
Spencer Krum 290618ea74 Use new infra_spec_helper for gem dependencies
Change-Id: I2cf57edcecab9f15311613d9f589fc5a4aa93858
2016-06-21 18:37:47 -07:00
Spencer Krum 04c0471588 Pin google-api-client; sanitize Gemfile
Change-Id: Idc0fbdd70808f2989c4c1436525e4e20f1085778
2016-04-14 15:17:21 -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
Spencer Krum 0527453d8a Fix target path for regular git clone during tests
Use same target directory for zuul-cloner and
the regular git command.

Change-Id: I7c67184f5ac7418d61080d9c0de017fb048505b1
Co-Authored-By: Fabien Boucher <fabien.boucher@enovance.com>
2015-08-19 16:34:31 -07:00
Jenkins 9654299412 Merge "Remove puppet-lint-numericvariable gem" 2015-08-06 02:50:53 +00:00
Spencer Krum fe2c700328 Boilerplate beaker-rspec files
Change-Id: I58476947c750d6025236e20d1b27e046023c3417
2015-07-28 02:03:54 -07:00
Colleen Murphy f47524b501 Remove puppet-lint-numericvariable gem
Variables with numbers for names are valid as regex capture groups in
puppet 4[1], so this check is not beneficial and can be
counterproductive when we do actually want to have numeric variables.

[1] https://docs.puppetlabs.com/puppet/latest/reference/lang_variables.html#naming

Change-Id: I29d2e7f34f12ddb594c6ceabee0978fa5dc940f4
2015-07-21 19:37:42 -07: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
Jeremy Stanley f0017ec40a Replace ci.o.o links with docs.o.o/infra
The http://ci.openstack.org/ documentation site has been deprecated,
replaced by redirects to corresponding paths within
http://docs.openstack.org/infra/ where other Project Infrastructure
documentation already resides.

Change-Id: I5f716988c40c774acf74c56ecef96eecc387387e
2015-05-14 21:38:17 +00:00
Ramy Asselin 255f92c5d0 Rename openstackci to openstackinfra
Change-Id: Id0b75f23e1c4422dc165305204fc2eb4920a517b
2015-04-20 13:42:53 -07:00
Jeremy Stanley 9aed9ed634 Add missing LICENSE file
The content of this project is Apache 2 licensed, but we should
include a standard LICENSE file just to be clear about that.

Change-Id: Iee6320b9d7e35fbe8d3b0a9794f3e485c18ef2c8
2015-01-29 22:56:36 +00:00
Mikhail S Medvedev c245545199 Add standard puppet module files and .gitreview
This module has been split out from system-config, and additional
    files are added to create a proper puppet module.

    The spec:
    http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html

Change-Id: I52fd6df2f6b89a8bada0bcd3e6079a5f759a74bb
2015-01-29 08:05:42 -06:00
Sergey Lukjanov 5e15c9896b Add sahara to bugday
Change-Id: Ia30264e2ded79ac96f233f763c982c4936b3e8f6
2014-05-23 11:06:12 +04: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