RETIRED, Puppet module to deploy OpenStack Health
Go to file
Matthew Treinish f73456a123
Enable mod_cache to do API server side caching
This commit adds enabling mod_cache to the api server to enable some
server side caching. We don't need to update the data in real time on
the dashboard and performing some server side caching will improve
the dashboard performance. It'll also decrease the load we'll put on
that poor trove node in rax cloud we're running subunit2sql on.

Change-Id: I61d862603306a36c3ec6cd74d000126155bb29d5
2015-10-30 01:58:26 -04: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 Added .gitreview 2015-09-25 08:18:27 +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
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