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

The ds_redis cookbook has been deprecated

Author provided reason for deprecation:

The ds_redis cookbook has been deprecated and is no longer being maintained by its authors. Use of the ds_redis cookbook is no longer recommended.

RSS

ds_redis (4) Versions 1.0.0

Install, configure, and run a Redis server

Policyfile
Berkshelf
Knife
cookbook 'ds_redis', '= 1.0.0', :supermarket
cookbook 'ds_redis', '= 1.0.0'
knife supermarket install ds_redis
knife supermarket download ds_redis
README
Dependencies
Quality 43%

redis chef cookbook

Redis: a fast, flexible datastore offering an extremely useful set of data structure primitives

Overview

Redis, a fast lightweight database

Recipes

  • client - Client support for Redis database
  • default - Base configuration for redis
  • install_from_package - Install From Ubuntu Package -- easy but lags in version
  • install_from_release - Install From Release
  • server - Redis server with runit service

Integration

Supports platforms: debian and ubuntu

Cookbook dependencies:
* runit
* install_from
* metachef

Attributes

  • [:redis][:home_dir] - (default: "/usr/local/share/redis")
  • [:redis][:pid_file] - Redis PID file path (default: "/var/run/redis.pid")
    • Path to the PID file when daemonized.
  • [:redis][:log_dir] - Redis log dir path (default: "/var/log/redis")
    • Path to the log directory when daemonized -- will be stored in [log_dir]/redis.log.
  • [:redis][:data_dir] - Redis database directory (default: "/var/lib/redis")
    • Path to the directory for database files.
  • [:redis][:db_basename] - Redis database filename (default: "dump.rdb")
    • Filename for the database storage.
  • [:redis][:release_url] - URL for redis release package (default: "http://redis.googlecode.com/files/redis-:version:.tar.gz")
    • If using the install_from_release strategy, the URL for the release tarball
  • [:redis][:glueoutputbuf] - Redis output buffer coalescing (default: "yes")
    • Glue small output buffers together into larger TCP packets.
  • [:redis][:saves] - Redis disk persistence policies
    • An array of arrays of time, changed objects policies for persisting data to disk.
  • [:redis][:slave] - Redis replication slave (default: "no")
    • Act as a replication slave to a master redis database.
  • [:redis][:shareobjects] - Redis shared object compression (default: "no") (default: "no")
    • Attempt to reduce memory use by sharing storage for substrings.
  • [:redis][:conf_dir] - (default: "/etc/redis")
  • [:redis][:user] - (default: "redis")
  • [:redis][:version] - (default: "2.0.2")
  • [:redis][:server][:addr] - IP address to bind. (default: "0.0.0.0")
  • [:redis][:server][:port] - Redis server port (default: "6379")
    • TCP port to bind.
  • [:redis][:server][:timeout] - Redis server timeout (default: "300")
    • Timeout, in seconds, for disconnection of idle clients.
  • [:users][:redis][:uid] - (default: "335")
  • [:groups][:redis][:gid] - (default: "335")

License and Author

Author:: Benjamin Black (b@b3k.us)
Copyright:: 2011, Benjamin Black

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

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

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

readme generated by cluster_chef's cookbook_munger

Dependent cookbooks

ark ~> 3.1
magic ~> 1.5
poise-service ~> 1.5

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.0 passed this metric

License Metric
            

1.0.0 passed this metric

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number