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.2

Install, configure, and run a Redis server

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

ds_redis Chef cookbook

Build Status

A cookbook to install & configure Redis. Based on work originally done by Benjamin Black (@b).

Overview

Redis, a fast lightweight database

Recipes

  • default - Install Redis from archive, configure using attributes, and enable + start via a system service.

Attributes

All attributes are in the node['redis'] namespace.

Attribute Description
['version'] The version of Redis you wish to install
['url'] The URL pointing to an archive of Redis.
['service_name'] The name of the system service that manages Redis
['service_user'] Username that Redis runs under
['service_group'] Group that Redis runs under
['prefix_root'] The root path to where Redis will be installed. Based on ark cookbook attribute.
['prefix_bin'] The path to the Redis binaries. Based on ark cookbook attribute.
['prefix_home'] The path to the Redis install home. Based on ark cookbook attribute.
['config_path'] Path to the Redis config file
['config'] A hash of config values for Redis. Are written as "key value" directly into the config file. See the template for details.

Author

Author:: Dark Sky (devops@darksky.net)

License

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.

Dependent cookbooks

apt >= 6.1
ark ~> 3.1
magic ~> 1.5
poise-service ~> 1.5

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for ds_redis cookbook

v1.0.2

  • Add missing save default Redis config (#2)
  • Automate testing using Travis (#1)
  • Use apt cookbook instead of directly calling apt_update

v1.0.1

  • Ensure apt is updated
  • Update docs & tests per rename

v1.0.0

Based on code downloaded from https://supermarket.chef.io/cookbooks/redis

  • Rename to ds_redis
  • Install Redis v3.2.11 from official archive
  • Enable & start Redis as a service using poise-service
  • Use the default configuration, save for 3 changes:
    • supervised systemd, b/c we are running this under SystemD
    • Set a logfile, so we log somewhere
    • Set dir to a value other than the default of Redis’ own directory

Collaborator Number Metric
            

1.0.2 failed this metric

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

Contributing File Metric
            

1.0.2 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.2 passed this metric

License Metric
            

1.0.2 passed this metric

No Binaries Metric
            

1.0.2 passed this metric

Testing File Metric
            

1.0.2 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.2 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