fuel-library/deployment/puppet/memcached
vic 977c0d331b Ignore metadata.json 2013-01-11 14:09:25 +04:00
..
manifests mysql,nova,horizon centos integration 2012-09-07 17:54:32 -07:00
spec Initial commit 2012-09-07 17:38:58 -07:00
templates Feature/nova/controller: memcached_servers param 2012-09-11 09:42:19 -07:00
tests Initial commit 2012-09-07 17:38:58 -07:00
.gitignore Ignore metadata.json 2013-01-11 14:09:25 +04:00
.project Add project files 2013-01-10 18:37:05 +04:00
Modulefile Initial commit 2012-09-07 17:38:58 -07:00
README-DEVELOPER Initial commit 2012-09-07 17:38:58 -07:00
README.md Initial commit 2012-09-07 17:38:58 -07:00
Rakefile Initial commit 2012-09-07 17:38:58 -07:00

README.md

puppet-memcached

Manage memcached via Puppet

How to use

Use roughly 90% of memory

    class { 'memcached': }

Set a fixed memory limit in MB

    class { 'memcached':
      max_memory => 2048
    }

Other class parameters

  • $logfile = '/var/log/memcached.log'
  • $listen_ip = '0.0.0.0'
  • $tcp_port = 11211
  • $udp_port = 11211
  • $user = '' (OS specific setting, see params.pp)
  • $max_connections = 8192