thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

Deploy Stargate nodes #181

Open adejanovski opened 3 years ago

adejanovski commented 3 years ago

Added ability to provision specific Stargate instances. Add support for sg nodes in build_cluster.sh Fix env.sh issue with Stargate nodes naming Fix instance provisioning and disk mounts Stargate gets pulled from the latest github release and stargate nodes are properly started during the start phase. First of all Cassandra nodes will start, then the first stargate nodes using a Cassandra node as seed, and lastly the remaining stargate nodes using the first stargate node as seed. If the cluster contains stargate nodes, then the stress instance contact point env variable will be the first stargate node instead of the Cassandra nodes.