Commit Graph

7 Commits

Author SHA1 Message Date
Clark Boylan bf6da8b5be 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: I3d582116341217248b566e866645e2b5d17d6813
2022-02-17 11:43:23 -08:00
Colleen Murphy ef0cdf4998 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: Ic1f276662ae78df46c63dfa67fac376c43e44b66
2018-07-12 09:57:44 +02:00
Colleen Murphy 4ea93acf4d 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: If0f66d60444c4dbcd0b46772fb017c44bceef1ad
2017-08-18 10:41:43 +02:00
Spencer Krum 207548b42b Use new infra_spec_helper for gem dependencies
Change-Id: Idff4c38e7ac47799c993ae101d16d14b8d700705
2016-06-21 18:38:28 -07:00
Spencer Krum bafd8e7e32 Pin google-api-client; sanitize Gemfile
Change-Id: I8c9dfb77d961d9012aa986ab6c6de9e0f456d25c
2016-04-14 15:19:23 -07:00
Maitê Balhester 1efab539f9 Add acceptance tests for puppet-haveged
This patch adds some acceptance tests for puppet-haveged, making sure
that we can applied it without errors and ensuring idempotency.
Also we check if the packages are installed and the services are
running.

Change-Id: Ieab5554ddf45c0311d6de7e197c856c87cbccd92
2015-11-12 16:12:34 -02:00
Colleen Murphy 4411c10176 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.

Change-Id: Id2eac03d246a9dbee6ef678c2d581f0837a9e133
2015-07-29 20:38:56 -07:00