puppet-cassandra icon indicating copy to clipboard operation
puppet-cassandra copied to clipboard

A Puppet module to install Apache Cassandra from the DataStax distribution

Results 18 puppet-cassandra issues
Sort by recently updated
recently updated
newest added

Thanks for sharing this module! As we needed to change the row_cache_size_in_mb setting in the configuration file, I updated the module to make it configurable.

This solves problems with apt >= 1.5.0 as indicated in issue #15 (and #21) Add a repo_key params which is, by default, datastax apt key. Do not affect Red Hat...

Solves issue https://github.com/gini/puppet-cassandra/issues/13

In manifests/repo/debian.pp "key" points to $repo_name (which is datastax). This variable is used in the puppet check to see if the key is already added. Its wrong to use $repo_name...

Similar to something like the [mysql::db resource type](https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp). It would be useful in dev/testing environments that get rebuilt a lot and need a small single-node cassandra instance for developing or...

I cannot use vnodes because hadoop and solr are not supported for vnodes. I need to use the inital_token option and assign the tokens to each node. http://www.datastax.com/documentation/datastax_enterprise/4.0/datastax_enterprise/ana/anaStrt.html

The following configuration options (hard-coded in cassandra.yaml in this module, so cassandra throws a YAML exception when I try to start it) are no longer accepted as of 2.0: -...