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

dse-chef (4) Versions 0.1.1

Installs/Configures dse-chef

Policyfile
Berkshelf
Knife
cookbook 'dse-chef', '~> 0.1.1', :supermarket
cookbook 'dse-chef', '~> 0.1.1'
knife supermarket install dse-chef
knife supermarket download dse-chef
README
Dependencies
Changelog
Quality 17%

dse-chef

Installs and configures Datastax Enterprise or Datastax community Cassandra.

Requirements

Chef

Chef version 0.10.10+ and Ohai 0.6.12+ are required.

Platform

  • Ubuntu 12.10
  • Ubuntu 14.04

Notes: This cookbook has been tested on the listed platforms. It may work on other platforms with or without modification.

Attributes

Recipes

default

Installs and configures dse-chef.

install

Installs Java

Data Bags

From the keys data bag, there should be an item called datastax that includes the username and password to download Datastax Enterprise. The format of the data in this data bag should be:

{
  "id": "datastax",
  "user": "myuser",
  "password": "mypassword"
}

Roles

TODO

Definitions

None

Libraries

None

Resources/Providers

None

Usage

Setup

TODO

Authors

Dependent cookbooks

java >= 0.0.0
apache2 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for dse-chef

This file is used to list changes made in each version of the dse-chef cookbook.

0.1.0

  • adding concurrent_compactors to configuration attributes node[:datastax][:cassandra][:concurrent_compactors]
  • adding datastax data bag item example

0.0.99

  • adding server search to opscenter-agent recipe (node[:datastax][:opscenter][:server_role] attribute)
  • agent configuration will warn and exit when server cannot be found or too many are found

0.0.98

  • opscenter-server recipe

0.1.0:

  • Initial release of dse-chef

Collaborator Number Metric
            

0.1.1 failed this metric

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

Contributing File Metric
            

0.1.1 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.1 failed this metric

FC034: Unused template variables: dse-chef/templates/default/opscenter-cluster-config.conf.erb:1
FC064: Ensure issues_url is set in metadata: dse-chef/metadata.rb:1
FC065: Ensure source_url is set in metadata: dse-chef/metadata.rb:1
FC066: Ensure chef_version is set in metadata: dse-chef/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 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.1 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