scylladb / scylla-ansible-roles

Ansible roles for deploying and managing Scylla, Scylla-Manager and Scylla-Monitoring
44 stars 38 forks source link

ansible-scylla-monitoring: Move scylla_servers.yml generation to the monitoring role #240

Closed igorribeiroduarte closed 1 year ago

igorribeiroduarte commented 1 year ago

Currently, scylla_servers generation is done in the node role and this creates an unnecessary dependency from the monitoring role on the node role, since this file is useful only for the former. This patch fixes this by moving the files related to the generation of this file to the monitoring role. It also renames monitoring_config.yml to generate_scylla_servers.yml.

tarzanek commented 1 year ago

@ebenzecri please if you have comments let them still be written down here so @igorribeiroduarte can address thanks guys!