Closed devwout closed 6 years ago
Using ami-3ceac343 .
Set the cluster name in user data with --clustername mycluster.
--clustername mycluster
$ nodetool describecluster Cluster Information: Name: Test Cluster
$ cat /etc/scylla/scylla.yaml | grep cluster_name #cluster_name: 'xxx'
In ds2_configure.py, the cluster name is replaced in the yaml file. However, this line is commented and it remains commented after replacing the cluster name.
Duplicate with #35
Using ami-3ceac343 .
Set the cluster name in user data with
--clustername mycluster
.In ds2_configure.py, the cluster name is replaced in the yaml file. However, this line is commented and it remains commented after replacing the cluster name.