Commit Graph

7 Commits

Author SHA1 Message Date
Clark Boylan 8f55da407f 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: Ibbd66faf35447c5e8587c6996cd5011fcede688a
2022-02-17 11:42:09 -08:00
Colleen Murphy 7ed3967361 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: Ifd7d38b683aeacd85906ebd26aba2db5c4d1bfac
2018-07-12 09:57:44 +02:00
Colleen Murphy 4a30897c05 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: I2c1adf57f6d025d6e7fe9bc1dcb721b9961aac5f
2017-08-18 10:41:43 +02:00
Spencer Krum 16dbc67667 Use new infra_spec_helper for gem dependencies
Change-Id: Iba49b989f65e9be3a4b537c09e5f3b1bc2cdccae
2016-06-21 18:38:25 -07:00
Spencer Krum 2103aa22fd Pin google-api-client; sanitize Gemfile
Change-Id: I64cb74ff6a3a113d536f092ff69b616bc9b576da
2016-04-14 15:19:16 -07:00
Bruno Tavares c9a9d607c2 Add acceptance tests for puppet-graphite.
Add acceptance tests for puppet-graphite module so that once the module
is applied we check if files were created, packages were installed and
services were started.

Change-Id: I54cf2e8e0cc484a8212d234efbf1d67df87583fd
Co-Authored-By: Danilo Ramalho <dramalho@thoughtworks.com>
2015-09-24 19:12:23 -03:00
Colleen Murphy ce47a1494d 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. Also fix lint
errors caught by the puppet-lint-absolute_classname-check gem.

Change-Id: I40b3eb70669133414681ab9c9a4272d46c4e83e2
2015-07-23 18:34:36 -07:00