RETIRED, Puppet module to deploy OpenStack Health
Go to file
Colleen Murphy 95e26637f5 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: Ic0775473835f523d587b8e39170084fa5c37bcbe
2017-08-18 10:41:44 +02:00
manifests Install npm 2017-06-11 21:14:53 +02:00
spec/acceptance Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02:00
templates Use the distributed memcached locked dbm cache backend 2016-06-01 17:10:24 -04:00
.gitignore Add provisioning scripts 2015-10-13 22:34:07 -03:00
.gitreview Update .gitreview for project rename 2015-11-06 22:26:39 +00:00
Gemfile Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02:00
LICENSE Add provisioning scripts 2015-10-13 22:34:07 -03:00
README.md Add provisioning scripts 2015-10-13 22:34:07 -03:00
Rakefile Add provisioning scripts 2015-10-13 22:34:07 -03:00
metadata.json Add memcached to api server 2016-05-25 22:14:09 -04:00

README.md

OpenStack Health Puppet Module

Overview

This module provisions (OpenStack Health)[http://git.openstack.org/cgit/openstack/openstack-health].

Running lint

$ bundle install
$ bundle exec rake lint

Running acceptance tests

$ bundle install
$ bundle exec rspec spec/acceptance