CHANGELOG.md
7.29 KB
-
Stop using the RABBITMQ_CLUSTERED var and tooling. · 6b22eae8
This method relied on the `hostvars` variable provided by ansible to always be all the nodes in the rabbitmq cluster. The hostvars var broke as a result of the upgrade to ansible 1.9 but also even if it did work, this method required that you always run rabbit plays on the whole cluster. This is not reasonable as it makes it very hard to heal a single node that may have fallen over. From here on, the RABBITMQ_CLUSTERED_HOSTS var should be used instead to specify the rabbit hosts that are part of a cluster.
Feanil Patel committed
To find the state of this project's repository at the time of any of these versions, check out
the tags.