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

aerospike (4) Versions 0.1.0

Installs/Configures aerospike

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

aerospike cookbook

This cookbook installs and configures the Aerospike Server with a default
in-memory namespace called "test". It is highly recommended to modify the
attributes according to your environment and Aerospike recommendations.

Enterprise edition

This cookbook supports installing Aerospike's Enterprise Edition, but you will
have to override some attributes. The recommended way is to use a wrapper
cookbook and define the following:

default['aerospike']['server']['edition']         = 'enterprise'
default['aerospike']['server']['pkg']['url']      = 'https://www.aerospike.com/enterprise/download/server/3.12.0/artifact/PLATFORM'
default['aerospike']['server']['pkg']['headers']  = { 'Authorization' => "Basic #{Base64.encode64('USER:PASSWORD').strip}" }
default['aerospike']['server']['pkg']['checksum'] = 'SHA256CHECKSUM'

Requirements

The cookbook is tested on the following platforms:

  • Centos 6, 7
  • Debian 7, 8
  • Ubuntu 12.04, 14.04, 16.04

Recipes

default

This recipe will call: install, conf, service (in that order).

install

This recipe will download the Aerospike Server archive, extract it, and install
the rpm or deb package (depending on the platform).

service

This recipe will declare the Aerospike Server service (it is installed and
configured by the package).

conf

This recipe will generate tne Aerospike Server configuration from attributes.

Dependent cookbooks

tar >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.0 failed this metric

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

Contributing File Metric
            

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

0.1.0 failed this metric

FC066: Ensure chef_version is set in metadata: aerospike/metadata.rb:1
FC069: Ensure standardized license defined in metadata: aerospike/metadata.rb:1
Run with Foodcritic Version 11.1.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

License Metric
            

0.1.0 passed this metric

No Binaries Metric
            

0.1.0 passed this metric

Testing File Metric
            

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

0.1.0 passed this metric