scylladb / scylla-ami

7 stars 29 forks source link

Cluster name not correctly set #40

Closed devwout closed 6 years ago

devwout commented 6 years ago

Using ami-3ceac343 .

Set the cluster name in user data with --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.

tzach commented 6 years ago

Duplicate with #35