Puppet module to deploy OpenStack Health
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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
6 years ago
manifests Install npm 6 years ago
spec/acceptance Depend on helper gem for spec_helper_acceptance 6 years ago
templates Use the distributed memcached locked dbm cache backend 7 years ago
.gitignore Add provisioning scripts 8 years ago
.gitreview Update .gitreview for project rename 8 years ago
Gemfile Depend on helper gem for spec_helper_acceptance 6 years ago
LICENSE Add provisioning scripts 8 years ago
README.md Add provisioning scripts 8 years ago
Rakefile Add provisioning scripts 8 years ago
metadata.json Add memcached to api server 7 years ago

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