openstack-ansible-rabbitmq_.../tasks
Jonathan Rosser b09ac39cbc Service must always be restarted during an upgrade
The service is unconditionally stopped during the upgrade
prep tasks. There are several conditions that will notify
the handler to restart the service, such as updating the
config file or installing a new version of the rabbitmq
package. It is possible that none of these things happen
resulting in the service not being restarted during an upgrade.

This patch ensures that the service is always restarted
during an upgrade by notifying the restart handler when
the service is sucessfully stopped in the upgrade prep tasks.

Change-Id: I9fbe7806b3531921b90ac91c17b6a07deca2a4d2
2024-12-21 09:13:05 +00:00
..
install_apt.yml Ensure that rabbitmq-erlang and rabbitmq-server repos use the same pins 2024-11-26 11:04:18 +00:00
install_dnf.yml Add dnf support 2017-08-02 13:21:17 -05:00
install_yum.yml Move RabbitMQ restart to handlers 2024-11-05 15:05:16 +00:00
main.yml Move RabbitMQ restart to handlers 2024-11-05 15:05:16 +00:00
rabbitmq_cluster_join.yml Fix usage of "|" for tests 2018-07-18 02:46:46 +00:00
rabbitmq_cluster_state.yml Move verification of cluster_state to a separate file 2024-10-09 17:29:26 +02:00
rabbitmq_cluster.yml Use rabbitmq_cluster_state task instead of command 2024-11-05 15:05:02 +00:00
rabbitmq_feature_flags.yml Move verification of cluster_state to a separate file 2024-10-09 17:29:26 +02:00
rabbitmq_install.yml Fix linters and metadata 2023-07-12 13:32:46 +02:00
rabbitmq_post_install.yml Move RabbitMQ restart to handlers 2024-11-05 15:05:16 +00:00
rabbitmq_pre_install.yml Remove affecting rabbitmq hosts record 2022-02-21 14:58:39 +01:00
rabbitmq_setup.yml Move RabbitMQ restart to handlers 2024-11-05 15:05:16 +00:00
rabbitmq_stopped.yml Use ansible_facts[] instead of fact variables 2021-02-24 10:25:04 +00:00
rabbitmq_upgrade_check.yml Bump RabbitMQ version to 4.0 2024-11-13 14:29:00 +01:00
rabbitmq_upgrade_prep.yml Service must always be restarted during an upgrade 2024-12-21 09:13:05 +00:00