Commit Graph

9 Commits

Author SHA1 Message Date
Clark Boylan 92ff76e017 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: I4c99ae4ea9924c97357ebf909f267976872a9323
2022-02-17 11:30:24 -08:00
Colleen Murphy cac249d5d2 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: I321ff4eef6e6af095ad1856bc29cbaf8c449efbc
2018-07-12 09:57:43 +02:00
Colleen Murphy 04d2a773ae 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: I7a23414094109add8afefc2dbddf863091994403
2017-08-18 10:41:43 +02:00
Spencer Krum c998f0dc16 Use new infra_spec_helper for gem dependencies
Change-Id: Ie1535d2db1e54f7fbf379de86a2fe9a9a30710b4
2016-06-21 18:37:44 -07:00
Spencer Krum 863b2ffae7 Pin google-api-client; sanitize Gemfile
Change-Id: I1331e3ebbd70fc877c85809bdedbf5777d08cc26
2016-04-14 15:17:12 -07:00
Glauco Oliveira 0258a70c25 Add acceptance tests for puppet-bandersnatch
Add acceptance tests for puppet-bandersnatch module so that once the
module is applied we check if files were created, packages were
installed and services were started.

Change-Id: Iaa1e27842351d834d469f76d5aabe54ff49bd089
Co-Authored-By: Bruno Tavares <btavare@thoughtworks.com>
2015-10-15 18:01:48 -03:00
Paul Belanger d6e02a5264 Remove invalid comment
Change-Id: I2ba548c15cfb81e3cc7f517deb737b780cc5b87c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-07-24 12:56:16 -04:00
Colleen Murphy 440a97f8a0 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: I131cdc5c7ee2d6bae23766c078711a616bc1575a
2015-07-21 19:37:11 -07:00
Colleen Murphy e5f8347365 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 lint errors caught by the puppet-lint-absolute_classname-check
gem.

Change-Id: I419a1354d76cda4c6b177bcab0eb7ff7866410f6
2015-07-13 19:40:58 -07:00