Re: update cassandra.yaml file on number of cluster nodes

2021-10-18 Thread Aaron Ploetz
When I was at Target, we had a lot of success with Rundeck. It was a quick way to push out changes to hundreds of clusters. https://www.rundeck.com/open-source On Mon, Oct 18, 2021 at 12:19 PM Yakir Gibraltar wrote: > We manage via Puppet: https://github.com/voxpupuli/puppet-cassandra > > On

Re: update cassandra.yaml file on number of cluster nodes

2021-10-18 Thread Yakir Gibraltar
We manage via Puppet: https://github.com/voxpupuli/puppet-cassandra On Mon, Oct 18, 2021 at 7:19 PM Elliott Sims wrote: > Ansible here as well with a similar setup. A play at the end of the > playbook that waits until all nodes in the cluster are "UN" before moving > on to the next node to

Re: update cassandra.yaml file on number of cluster nodes

2021-10-18 Thread Elliott Sims
Ansible here as well with a similar setup. A play at the end of the playbook that waits until all nodes in the cluster are "UN" before moving on to the next node to change. On Mon, Oct 18, 2021 at 10:01 AM vytenis silgalis wrote: > Yep, also use Ansible with configs living in git here. > > On

Re: update cassandra.yaml file on number of cluster nodes

2021-10-18 Thread vytenis silgalis
Yep, also use Ansible with configs living in git here. On Fri, Oct 15, 2021 at 5:19 PM Bowen Song wrote: > We have Cassandra on bare-metal servers, and we manage our servers via > Ansible. In this use case, we create an Ansible playbook to update the > servers one by one, change the

Re: update cassandra.yaml file on number of cluster nodes

2021-10-15 Thread Bowen Song
We have Cassandra on bare-metal servers, and we manage our servers via Ansible. In this use case, we create an Ansible playbook to update the servers one by one, change the cassandra.yaml file, restart Cassandra, and wait for it to finish the restart, and then wait for a few minutes before

update cassandra.yaml file on number of cluster nodes

2021-10-15 Thread ZAIDI, ASAD
Hello Folks, Can you guys please suggest tool or approach to update cassandra.yaml file in multi-dc environment with large number of nodes efficiently. Thank you. Asad