RETIRED, Puppet module to deploy OpenStack Health
f73456a123
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 |
||
---|---|---|
manifests | ||
spec | ||
templates | ||
.gitignore | ||
.gitreview | ||
Gemfile | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
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