scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 62 forks source link

readme: Add info on creating a build-id cluster #499

Closed cvybhu closed 10 months ago

cvybhu commented 10 months ago

Add instructions that describe how to create a cluster of Scylla nodes with a specific build-id.

It's not obvious how to achieve this - you have to download the right package from the right place, and then use the right combination of flags for ccm.

Let's add the instructions to make it easier for future users of ccm.

cvybhu commented 10 months ago

v2:

fruch commented 10 months ago

@cvybhu you might refer also to https://github.com/scylladb/scylla-ccm/blob/next/scripts/download_master.sh, isn't doing something quite similar, but looking for the latest build on the master branch, and not a specific build-id.