Commit Graph

6 Commits

Author SHA1 Message Date
Clark Boylan 9998655fa9 Retire this project
OpenDev is no longer running an openstackid instance and the puppet
module isn't used by the folks running the current instance. We can go
ahead and clean this repo up.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/818170
Change-Id: Ifab5aa7a839d8353aee9acacd5fd2eec525cc924
2021-11-16 14:41:11 -08:00
Colleen Murphy 3a1fd8b9be 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: I121113f068b8c581bee477c5b77557e6ab155051
2018-07-12 09:57:45 +02:00
Colleen Murphy d24b14fb0e 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: Ic12edafbb2e33df37c23e3527e961cc71bc67c8c
2017-08-18 10:41:44 +02:00
Spencer Krum 5eb035b196 Use new infra_spec_helper for gem dependencies
Change-Id: I9dcae4af16cace242cd53dece57cbe88ef927f14
2016-06-21 23:37:14 -07:00
Spencer Krum b396b1e4ae Pin google-api-client; sanitize Gemfile
Change-Id: I10c463aa9311f68e4cefc4e705044653bbd66b0f
2016-04-14 15:21:46 -07:00
Colleen Murphy 9f823eef7e 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 now caught by the modern puppet-lint gem.

We disable the puppet-lint-empty_string-check check for now, to be
fixed later, because this module makes heavy use of empty string
defaults and updating this needs to be done with care.

Change-Id: I90e74f25a1aa176d336afc591ac1da9c03c77aa7
2015-08-11 14:58:00 -07:00