Commit Graph

6 Commits

Author SHA1 Message Date
Clark Boylan d4f390b626 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: I577721e214940a0c25c1a22bd98adc6de83c8b56
2022-02-17 11:57:26 -08:00
Colleen Murphy 3725f0ff9c 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: I3d9b01fe25acb5887859fa65d8ca309ce4c965c8
2018-07-12 09:57:45 +02:00
Colleen Murphy 81d84046bb 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: I26872912f8ff42227f0d88130807f35d900d1209
2017-08-18 10:41:44 +02:00
Spencer Krum 527a0530e6 Use new infra_spec_helper for gem dependencies
Change-Id: I7dcf7de2c3a8f0c3f3d7de322d56e9d138458e2b
2016-06-21 18:39:09 -07:00
Spencer Krum c9819fb452 Pin google-api-client; sanitize Gemfile
Change-Id: I322620330db77435ef622285863bc40ec7d3f2bd
2016-04-14 15:21:05 -07:00
Colleen Murphy eb6f0e587f 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-empty-check gem.

The $vhost_extra default was changed from empty string to undef, which
will be evaluated as nil in the template and will result in the same
behavior (printing nothing) if left unset.

Change-Id: I31588fb2d4c1894ad9785cd001100a83f4736f2f
2015-08-07 11:53:39 -07:00