Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.
/ dse-chef Public archive

Chef cookbook for Datastax enterprise, Cassandra, and Spark

Notifications You must be signed in to change notification settings

simplereach/dse-chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chef cookbook for Datastax enterprise, Cassandra, and Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages