Commit Graph

7 Commits

Author SHA1 Message Date
Clark Boylan 66cf2dd8ef Retire this project
We've shutdown the elasticsearch service and don't need to manage it
with puppet any more.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/839235
Change-Id: I7b94d0fc8f49b3900ab0012196ff665e3e54266d
2022-04-25 09:46:00 -07:00
Colleen Murphy c7f4ea9e3b 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: I6923d679c1e499e1e1451bc250173603211ec133
2018-07-12 09:57:44 +02:00
Colleen Murphy 32b7f9ee61 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: I090e8ed3c8dbaf5f1a23cf09806d9dbc03c5f143
2017-08-22 22:40:50 +02:00
Spencer Krum 4f6c91e3f0 Use new infra_spec_helper for gem dependencies
Change-Id: Idd617dbe475ed6490ad06a862b273d3ec1b282d4
2016-06-21 18:38:06 -07:00
Spencer Krum 4a05a695c9 Pin google-api-client; sanitize Gemfile
Change-Id: Iba0d903e50cb813dcd4000630f678763575c3e08
2016-04-14 15:18:21 -07:00
Bruno Tavares a111864fd2 Add acceptance tests for puppet-elasticsearch.
Add acceptance tests for puppet-elasticsearch module so that once the
module is applied we check if files were created, packages were
installed and services were started.

Co-Authored-By: Danilo Ramalho <dramalho@thoughtworks.com>
Change-Id: Id902337b8f6ca3210644f9401002755d9f6b3e0b
2015-09-24 19:39:14 -03:00
Colleen Murphy d5e54f7316 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: I4bb194d3eedea05f4bbfa9b70920793e2b30d10c
2015-07-21 18:50:32 -07:00