Skip to content

Instantly share code, notes, and snippets.

View anthonyspiteri's full-sized avatar

Anthony Spiteri anthonyspiteri

View GitHub Profile
@anthonyspiteri
anthonyspiteri / cassandra.sh
Last active September 13, 2023 04:06 — forked from ixaxaar/cassandra.sh
Simple bash script to install cassandra cluster
#!/usr/bin/env bash
# A script to install cassandra modified by Anthony Spiteri for vCloud Director Metric Database installs
# ADD SEE NODES HERE - FOR SUPPORTED INSTALL 4 NODES WITH 2 SEEDS REQUIRED
SEEDS[0]='172.17.0.10'
#SEEDS[1]=172.17.0.11'
#SEEDS[2]=172.17.0.12'
#SEEDS[3]=172.17.0.13'