rustyrazorblade / easy-cass-lab

Create Apache Cassandra lab environments in AWS
https://rustyrazorblade.com/
Other
11 stars 7 forks source link

support Cassandra 5 / trunk with AxonOps #80

Closed rustyrazorblade closed 8 months ago

rustyrazorblade commented 8 months ago

The dashboards were really helpful for fixing CASSANDRA-19477, let's make it work with C* 5.0 branch, beta1 and trunk (5.1).

rustyrazorblade commented 8 months ago
sudo yum install axon-cassandra5.0-agent
sudo apt-get install axon-cassandra5.0-agent
jrwest commented 8 months ago

We would need to tweak the logic to use the version from the axonops key in cassandra_versions.yaml but this should be relatively straightforward to add if we know the version works with the specific C* version

jrwest commented 8 months ago

And if want to use the same axonops version for multiple C* versions we need to extend the logic a bit to skip

rustyrazorblade commented 8 months ago

For the duplicates I think this will work nicely: https://mikefarah.gitbook.io/yq/operators/unique

rustyrazorblade commented 8 months ago

Merged #81