Matthew Treinish c94f14be3d
Use the distributed memcached locked dbm cache backend
This commit switches the backend used on the api server to be the dbm
file backend with using memcached for distributed locking. This enables
having an async worker, but avoids the size limitations with storing
the cached data in memcached directly.

Change-Id: If506bbca1eb867135430c7f435c5e4a1db1a0232
Depends-On: Ied241ca1762c62a047bd366d7bd105028a884f30
2016-06-01 17:10:24 -04:00
2015-11-23 14:50:30 -03:00
2015-10-13 22:34:07 -03:00
2015-10-13 22:34:07 -03:00
2016-05-25 22:14:09 -04:00
2015-10-13 22:34:07 -03:00
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
Description
RETIRED, Puppet module to deploy OpenStack Health
Readme 549 KiB