linux-on-ibm-z/memcached

Name: memcached

Owner: LinuxONE and Linux on z Systems Open-source Team

Description: Development repository for Chef Cookbook memcached

Created: 2016-04-12 16:35:23.0

Updated: 2016-04-12 16:35:23.0

Pushed: 2016-04-13 04:36:53.0

Homepage: https://supermarket.chef.io/cookbooks/memcached

Size: 201

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

memcached Cookbook

Build Status Cookbook Version

Installs/configures a single memcached instance managed by the systems init system. Also provides a custom resource to set up one or more memcached instances running under runit.

Requirements
Platforms
Chef
Cookbooks
Attributes

The following are node attributes are used to configure /etc/memcached.conf if using the default.rb recipe. They are not used if using the memcached_instance custom resource.

Usage

This cookbook can be used to to setup a single memcached instance running under the system's init provider by including memcached::default on your runlist. The above documented attributes can be used to control the configuration of that service.

The cookbook can also within other cookbooks in your infrastructure with the memcached_instance custom resource. See the documentation below for the usage and examples of that custom resource.

Custom Resources
instance

Adds or removes an instance of memcached running under the runit supervisor.

Actions Properties Examples

Create a new memcached instance named super_custom_memcached:

ached_instance 'super_custom_memcached' do
rt 11_212
mory 128

Stop and disable the super_custom_memcached instance:

ached_instance 'super_custom_memcached'  do
tion :remove

License & Authors
right:: 2009-2015, Chef Software, Inc
right:: 2009, 37signals

nsed under the Apache License, Version 2.0 (the "License");
may not use this file except in compliance with the License.
may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

ss required by applicable law or agreed to in writing, software
ributed under the License is distributed on an "AS IS" BASIS,
OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
the License for the specific language governing permissions and
tations under the License.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.