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

Latest commit

 

History

History
67 lines (49 loc) · 1.07 KB

README.md

File metadata and controls

67 lines (49 loc) · 1.07 KB

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