Commit Graph

6 Commits

Author SHA1 Message Date
Clark Boylan 93344dc215 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: I5cb49a8bdd5f8b42c8d8751fede3a0d9c397e341
2022-02-17 11:34:23 -08:00
Colleen Murphy 540bfc49d8 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: Icec56ae04b7bdc081af2565b65b5a66d52363d74
2018-07-12 09:57:43 +02:00
Colleen Murphy 0602c5e6c8 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: I0afc99a47ee130d338ba842cce7528ba945dc8e1
2017-08-18 10:41:43 +02:00
Spencer Krum 13d6d420c3 Use new infra_spec_helper for gem dependencies
Change-Id: Iab80019c49cdb52cfb4ccd39318a47d83cbb9995
2016-06-21 18:37:55 -07:00
Spencer Krum 1c7bcceaf0 Pin google-api-client; sanitize Gemfile
Change-Id: Ibe568a9b2bb94718783f573b813d6d1ff5185e26
2016-04-14 15:17:46 -07:00
Colleen Murphy a72f397461 Add foundation for functional tests
Add a Gemfile, Rakefile, spec_helper_acceptance.rb, and nodesets to
initialize beaker-rspec testing. This will get the beaker-rspec jobs to
pass but does not actually add any tests.

Story: 2000250

Change-Id: I667e50bc6ad92599de169e6f78336d96faa373ef
2016-04-13 09:58:01 -07:00