-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes for RabbitMQ 3.4.0 #250
Conversation
rabbitmqctl's list commands, so this change checks to see if the split command output ends with "...done." and slices the array appropriately
I can confirm that the installation where I had to comment out rabbitmq_user { 'sensu': } and the rabbitmq_vhost { 'sensu': } resources due to an idempotence bug is using: ii rabbitmq-server 3.4.0-1 all AMQP server written in Erlang |
hrm... we'll need to synchronize this with #251 depending on which lands first. |
This one is really affecting us. Can this one (or #251) get merged on short notice? |
This one is critical to us as well. Could it be merged quickly and a release be made, please? |
The puppetlabs/rabbitmq (v 3.4.0 puppet module is incompatible with rabbitmq 4.1. There is a PR open to make the puppetlabs module support the latest version of rabbitmq: voxpupuli/puppet-rabbitmq#250 Until a new puppetlabs/rabbitmq release comes out, we should install rabbitmq 3.3.5 when we run the beaker tests.
The puppetlabs/rabbitmq (v 3.4.0 puppet module is incompatible with rabbitmq 4.1. There is a PR open to make the puppetlabs module support the latest version of rabbitmq: voxpupuli/puppet-rabbitmq#250 Until a new puppetlabs/rabbitmq release comes out, we should install rabbitmq 3.3.5 when we run the beaker tests.
so, unsurprisingly, this now needs a rebase. |
This was fixed in #251 by adding the -q flag to the rabbitmqctl command. Thanks! |
RabbitMQ 3.4.0 and higher do away with the "...done." at the end of rabbitmqctl's list commands, so this change checks to see if the split command output ends with "...done." and slices the array appropriately.