Role memcached_server for OpenStack-Ansible
Go to file
Bjoern Teipel 045b2d8f54 Configure nofile OS limit for memcached server role
This fix adds a new override `memcached_connections` which is
automatically calculated from the number of memcached
connection limit plus additional 1k to configure the OS nofile limit.
Without proper nofile limit configuration, memcached will crash
in order to support higher parallel connection TCP/Memcache counts.

Closes-Bug: #1582288

Change-Id: I558ba329b7247cdfcf660e392c3ae0c4a0d65a53
(cherry picked from commit 5c2d8c55ec)
2016-05-20 09:09:17 -05:00
defaults Configure nofile OS limit for memcached server role 2016-05-20 09:09:17 -05:00
doc first commit 2015-12-09 09:24:22 -06:00
handlers first commit 2015-12-09 09:24:22 -06:00
meta first commit 2015-12-09 09:24:22 -06:00
releasenotes Configure nofile OS limit for memcached server role 2016-05-20 09:09:17 -05:00
tasks Configure nofile OS limit for memcached server role 2016-05-20 09:09:17 -05:00
templates first commit 2015-12-09 09:24:22 -06:00
tests Role tests should test against the same branch 2016-05-03 12:09:57 -04:00
.gitignore Add reno scaffolding for release notes management 2016-04-14 13:01:54 +00:00
.gitreview Update .gitreview for stable/mitaka 2016-04-02 14:45:53 -04:00
CONTRIBUTING.rst first commit 2015-12-09 09:24:22 -06:00
LICENSE first commit 2015-12-09 09:24:22 -06:00
README.rst first commit 2015-12-09 09:24:22 -06:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 13:57:16 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 13:57:16 +00:00
setup.cfg first commit 2015-12-09 09:24:22 -06:00
setup.py first commit 2015-12-09 09:24:22 -06:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-18 08:01:37 +00:00
tox.ini Add reno scaffolding for release notes management 2016-04-14 13:01:54 +00:00

README.rst

OpenStack memcached servers

tags

openstack, memcached, server, cloud, ansible

category

*nix

Role for the deployoment and installation of Memcached

- name: Install memcached
  hosts: memcached
  user: root
  roles:
    - { role: "memcached_server", tags: [ "memcached-server" ] }
  vars:
    memcached_listen: "10.0.0.1"