Back to bug 1386611

Who When What Removed Added
Michele Baldessari 2016-10-19 09:54:33 UTC Status ASSIGNED POST
Target Milestone async ga
Michele Baldessari 2016-10-19 09:57:28 UTC Depends On 1384571
Jon Schlueter 2016-10-26 12:56:00 UTC Status POST MODIFIED
Fixed In Version puppet-tripleo-5.3.0-3.el7ost
Jon Schlueter 2016-10-26 13:35:34 UTC Target Milestone ga rc
errata-xmlrpc 2016-10-27 06:35:53 UTC Status MODIFIED ON_QA
Udi Shkalim 2016-10-30 10:11:48 UTC QA Contact ushkalim ahirshbe
Asaf Hirshberg 2016-11-06 09:02:12 UTC Status ON_QA VERIFIED
Michele Baldessari 2016-11-17 17:01:04 UTC Doc Text Cause:
A missing parameter in order for rabbitmqctl to work in an IPv6 environment.

Consequence:

When using IPv6 the following commands would fail:
sudo rabbitmqctl node_health_check -n rabbit@node1
Checking health of node 'rabbit@node1' ...
Heath check failed:
health check of node 'rabbit@node1' fails: nodedown

Fix:
Adding the following line:
RABBITMQ_CTL_ERL_ARGS="-proto_dist inet6_tcp"

to /etc/rabbitmq/rabbitmq-env.conf

Result:
rabbitmqctl won't fail again in IPv6 environments
Doc Type If docs needed, set a value Bug Fix
Dan Macpherson 2016-11-23 04:52:58 UTC CC dmacpher
Doc Text Cause:
A missing parameter in order for rabbitmqctl to work in an IPv6 environment.

Consequence:

When using IPv6 the following commands would fail:
sudo rabbitmqctl node_health_check -n rabbit@node1
Checking health of node 'rabbit@node1' ...
Heath check failed:
health check of node 'rabbit@node1' fails: nodedown

Fix:
Adding the following line:
RABBITMQ_CTL_ERL_ARGS="-proto_dist inet6_tcp"

to /etc/rabbitmq/rabbitmq-env.conf

Result:
rabbitmqctl won't fail again in IPv6 environments
rabbitmqctl failed to function in an IPv6 environment due to a missing parameter. This fix modifies the RabbitMQ Puppet configuration and adds the missing parameter to /etc/rabbitmq/rabbitmq-env.conf. Now rabbitmqctl does not fail in IPv6 environments
Jon Schlueter 2016-12-01 15:57:11 UTC Keywords ZStream
errata-xmlrpc 2016-12-14 14:13:17 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2016-12-14 16:22:15 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-12-14 11:22:15 UTC

Back to bug 1386611