This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fab tasks for creating a multi-node Cassandra cluster on a single machine. | |
# | |
# This script is very opinionated. It makes the following assumptions: | |
# | |
# - Your supervisor is systemd (this was tested on fedora-17) | |
# - Cassandra is installed via the Datastax-supplied RPMs, which means there are | |
# some naive assumptions about variables to be changed, such as paths. See below. | |
# | |
# Each instance consists of: | |
# |