Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

L7-memcached (3) Versions 1.0.3

Installs/Configures memcached, multi instance support

Policyfile
Berkshelf
Knife
cookbook 'L7-memcached', '= 1.0.3', :supermarket
cookbook 'L7-memcached', '= 1.0.3'
knife supermarket install L7-memcached
knife supermarket download L7-memcached
README
Dependencies
Quality 0%

L7-memcached cookbook

Build Status
security
Cookbook Version

Description

Configures Memcached via Opscode Chef

It can handle multiple instances with different configuratioins on the same machine.

Currently only one memcached version is supported.

Supported Platforms

  • Ubuntu 12.04+
  • Debian 7.0+

Recipes

  • L7-memcached - The default no-op recipe.

Providers

  • L7_memcached_pool - Configures memcached instance

Usage

Provider parameters:

  • tcp_port: tcp listen port (default 11211)
  • udp_port: udp listen port (default 0, disable)
  • listen: listen address (default "127.0.0.1")
  • connection_limit: client connection limit (default 1024)
  • size: database size in megabytes (defaul 16)
  • repcache_port: repcache port (default not set)
  • repcache_listen: repcache listen address (default not set)
  • verbose: verbose logging (default not set, [-v or -vv])

A memcached instance with default settings:

L7_memcached_pool 'basic_example'

A memcached instance with custom parameters:

L7_memcached_pool 'extended_example' do
    port '11212'
    bind '0.0.0.0'
    size 64
end

TODO

Implement multiversion support.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

  • Freely distributable and licensed under the MIT license.
  • Copyright (c) 2015 Gabor Szelcsanyi

image

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

1.0.3 failed this metric

FC017: LWRP does not notify when updated: /tmp/cook/ae8b389ec04d28950259fab0/L7-memcached/providers/pool.rb:11