ansible-vault icon indicating copy to clipboard operation
ansible-vault copied to clipboard

restart according to rolling upgrade instructions added

Open smirta opened this issue 5 months ago • 1 comments

This will add a switch to restart a cluster according to instructions noted in Rolling Upgrade Procedure for upgrading a single HA cluster.

Flow in ansible:

  1. Identify if host is a leader
  2. If not, restart it
  3. Wait until it is available again
  4. restart leader

I'm by no means an Ansible expert, I hope this makes sense and this PR is acceptable. As far as I can see it works as expected.

smirta avatar Jan 31 '24 11:01 smirta

thanks for the PR! Looks great, I will try to fix that CI very soon so you can continue

FalcoSuessgott avatar Feb 01 '24 07:02 FalcoSuessgott