047c5c86ec
Failure of single memcached instance now causes some delays in API responses even with usage of oslo_cache.memcache_pool Setting haproxy in front of memcache gives more reliable failover and minimize delays in case of memcached failure. Change-Id: Iea4fb513fe8a46fe7d9c04ce90d0fbf0d156cc4f
32 lines
663 B
ReStructuredText
32 lines
663 B
ReStructuredText
==================================
|
|
OpenStack-Ansible Memcached server
|
|
==================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
configure-ha.rst
|
|
|
|
Ansible role to install and configure Memcached.
|
|
|
|
To clone or view the source code for this repository, visit the role repository
|
|
for `memcached_server <https://github.com/openstack/openstack-ansible-memcached_server>`_.
|
|
|
|
Default variables
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../defaults/main.yml
|
|
:language: yaml
|
|
:start-after: under the License.
|
|
|
|
Required variables
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
None
|
|
|
|
Example playbook
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../examples/playbook.yml
|
|
:language: yaml
|