Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 503292d030 Retire puppet-releasestatus
releasestatus is not used since December 2015, see https://review.openstack.org/#/c/254817/

We can retire this repo.

Depends-On: https://review.openstack.org/597370
Change-Id: I3da24845ec9634da56315d3919bd11a4bc280842
2018-08-29 12:20:19 +02:00
Colleen Murphy c2fb4c6196 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: I086c465732003c674b6df421a26bbaad1c5748bf
2018-07-12 09:57:45 +02:00
Colleen Murphy 8613a3f908 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: If5989b7a19ae2f41d8873ad94b3b0cec532820cc
2017-08-18 10:41:44 +02:00
Spencer Krum 480fc7165f Use new infra_spec_helper for gem dependencies
Change-Id: Iad3c862143eaf695acf035fe668b0a84e13ad756
2016-06-21 18:40:00 -07:00
Spencer Krum 8c2eecf217 Pin google-api-client; sanitize Gemfile
Change-Id: Ic4ef05e4ba1b3defa4b8ec2805d036f46c4bb73f
2016-04-14 15:23:21 -07:00
Colleen Murphy 33c579f573 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-empty_string-check gem:

- releasestatus base class: replacing empty string defaults with undef
- releasestatus::site class: replacing empty string defaults with
  reasonable default values inspired by system-config's usage

Change-Id: I7ce45ac86da0d7dcdb90deb292973c8cdde0421a
2015-08-13 17:13:52 -07:00