michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent
Apache License 2.0
163 stars 228 forks source link

Add all Apache Cassandra tarballs’ checksums to date #316

Closed pielu closed 7 years ago

pielu commented 7 years ago

I have added rest of the missing checksums. I think it would be considerably easier keeping them up to date / overloading if they were exposed in attributes rather than hardcoded in the library. Probably the least user troubling approach would be to rely on sha1/md5 sum(s) provided in Apache Cassandra repository - while downloading the tarball, download the cheksum and then compare.

michaelklishin commented 7 years ago

Thank you!