-
remove https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/defaults/main.yml#L190
-
If scylla.yaml has audit enabled:
Set `audit` KS replication to a NetworkingReplicationStrategy and 'replication_factor': 3
Ref: https://github.com/scylladb/scylla-enterprise/issues/2566
-
https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/common.yml#L187
should tune disks too
-
https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/common.yml#L225
assumes the size of UN will be equal to number of scylla nodes
which if you add a DC to exi…
-
The [documentation](https://github.com/scylladb/scylla-ansible-roles/wiki/ansible-scylla-node:-Deploying-a-Scylla-cluster#ssl-configuration-for-scylla-nodes) states that:
> To use your own CA, p…
-
remove `swap_file_size_mb`
variable and dependency
for 2021 scylla version
-
HEAD: a561f45dfdc0c618577e21361d7e645bc65dcc5e
*Description*
A code in question is this one:
```
- name: Wait for CQL port on seeders
wait_for:
port: 9042
host: "{…
-
to support showing large*
you need to do:
https://github.com/scylladb/scylla-monitoring/tree/branch-3.7/grafana/plugins/scylla-plugin
so if we know a password we can prepare above session and a…
-
It seems we lost ability to skip starting of Scylla nodes after provisioning
this needs to be brought back (e.g. replace dead nodes is very hard without this)
-
I found that using my own group name for cluster nodes is impossible due to its hardcoded values in the role.
https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/defaults…