Commit Graph

7 Commits

Author SHA1 Message Date
Clark Boylan d82984ddf2 Retire this project
We've shutdown the logstash 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: I2b5d3ac705d246f705b4ef91f12a4895e6854fc1
2022-04-25 09:50:21 -07:00
Colleen Murphy ace749ebbc 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: I6efe6cc34950e382656e39b579ff57566ed1e91a
2018-07-12 09:57:44 +02:00
Colleen Murphy b7032eb94b 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: I20bf542923065f7790993e29938c71bfc189e447
2017-08-18 10:41:43 +02:00
Spencer Krum 3a198f3a9d Use new infra_spec_helper for gem dependencies
Change-Id: Iccd29fa410ef5a3c16d8c055ea75bb384bc17466
2016-06-21 18:39:01 -07:00
Spencer Krum ced76655f7 Pin google-api-client; sanitize Gemfile
Change-Id: I38f06d44ec57ea0802e94e5a909f6e41ab4566eb
2016-04-14 15:20:40 -07:00
Danilo Ramalho be01b8866c Add acceptance tests for puppet-logstash.
Add acceptance tests for puppet-logstash module so that once the module
is applied we check if files were created, packages were installed and
users configured.

Co-Authored-By: Bruno Tavares <btavare@thoughtworks.com>
Change-Id: I0332e9caf732ab8874cd444a9faa42143d40e335
2015-09-24 19:27:25 -03:00
Colleen Murphy 466d44326b 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-absolute_classname-check gem and arrow
alignment errors not caught before.

Change-Id: Icb76cc5019c378524344640e9670229e142a9627
2015-08-04 13:18:30 -07:00