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

Added require line to produce correct order, otherwise (for me at least) apt-get install dsc1.1 would fail due to missing the dependency python-cql

removed unused settings for 2.1.2 remove jamm setting, rely on setting via additional_jvm_opts variable

removed unused settings for 2.1.2 remove jamm setting, rely on setting via additional_jvm_opts variable

Apt 1.5.0 introduce a rewritte of apt::key :https://github.com/puppetlabs/puppetlabs-apt/commit/57903418909c3c3344a4c4fa41c054e954451227 The validation introduced will failed with the current cassandra module : Error: validate_re(): "datastax" does not match ["\A(0x)?[0-9a-fA-F]{8}\Z", "\A(0x)?[0-9a-fA-F]{16}\Z"] at /etc/puppet/modules/apt/manifests/key.pp:59 on...

Hi! After upgrading my `puppet-apt` module, an error started to appear on `puppet-cassandra`, which is: ``` "Error: Could not retrieve catalog from remote server: Error 400 on SERVER: validate_re(): "datastax"...

Hi, I'm trying to set the parameter ssl_storage_port, but couldn't find it. I tried adding it to modules/cassandra/manifests/params.pp, but then I get the error Invalid parameter ssl_storage_port at /tmp/vagrant-puppet/manifests/default.pp:19 on...

enhancement

Hello, Trying to use this module but provision hangs when trying to install dsc12. I wasn't able to manually install dsc12 with apt-get or yum either. Linux version 2.6.32-5-amd64 (Debian...

bug

Hi, Can we load the database schema from this puppet module, or do we need to do it after applying the recipe ? Very nice job, I'm currently using it...

enhancement
question

Added rackdc.properties. It contains parameter dc_suffix which is very important in case of using Ec2MultiRegionSnitch