RETIRED, Puppet module to deploy OpenStack Health
Go to file
Matthew Treinish a718005b05
Add elastic recheck to api server
This commits adds the installation of elastic-recheck and the
configuration to the openstack-health api server for using the
additional data source. This depends on openstack-health change:
Icf203668690419c38f6d6be6b6fe4af8462845f3 to work, however it's not a
hard dependency because we can land this first without any issues.
If we do it'll mean the api server will be configured and start using
the data as soon as the openstack-health change lands.

Change-Id: Ia17effc714d176f0b0ceb517bd93d6533e16fdbc
2016-05-13 22:02:37 -04:00
manifests Add elastic recheck to api server 2016-05-13 22:02:37 -04:00
spec Update default api configurations 2015-11-23 14:50:30 -03:00
templates Add elastic recheck to api server 2016-05-13 22:02:37 -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 Pin google-api-client; sanitize Gemfile 2016-04-14 15:21:44 -07: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 provisioning scripts 2015-10-13 22:34:07 -03: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