RETIRED, Puppet module to deploy OpenStack Health
Go to file
Jeremy Stanley 6582940446 Update .gitreview for project rename
Change-Id: I60f7935c61d3d53f60f173c3ef88a454917c76af
2015-11-06 22:26:39 +00:00
manifests Enable mod_cache to do API server side caching 2015-10-30 01:58:26 -04:00
spec Add provisioning scripts 2015-10-13 22:34:07 -03:00
templates Enable mod_cache to do API server side caching 2015-10-30 01:58:26 -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 Add provisioning scripts 2015-10-13 22:34:07 -03:00
LICENSE Add provisioning scripts 2015-10-13 22:34:07 -03:00
metadata.json Add provisioning scripts 2015-10-13 22:34:07 -03:00
Rakefile Add provisioning scripts 2015-10-13 22:34:07 -03:00
README.md Add provisioning scripts 2015-10-13 22:34:07 -03:00

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