Skip to content
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

Closed
wants to merge 1 commit into from
Closed

fixes for RabbitMQ 3.4.0 #250

wants to merge 1 commit into from

Conversation

erhudy
Copy link
Contributor

@erhudy erhudy commented Oct 27, 2014

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.

rabbitmqctl's list commands, so this change checks to see if the split
command output ends with "...done." and slices the array appropriately
@hesco
Copy link

hesco commented Oct 28, 2014

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

@igalic
Copy link
Contributor

igalic commented Oct 28, 2014

hrm... we'll need to synchronize this with #251 depending on which lands first.

@jbillen
Copy link

jbillen commented Oct 31, 2014

This one is really affecting us. Can this one (or #251) get merged on short notice?

@queeno
Copy link
Contributor

queeno commented Nov 10, 2014

This one is critical to us as well. Could it be merged quickly and a release be made, please?
Thanks!

queeno added a commit to queeno/puppet-uchiwa that referenced this pull request Nov 10, 2014
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.
queeno added a commit to queeno/puppet-uchiwa that referenced this pull request Nov 10, 2014
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.
@igalic
Copy link
Contributor

igalic commented Nov 11, 2014

so, unsurprisingly, this now needs a rebase.

@cmurphy
Copy link
Contributor

cmurphy commented Dec 2, 2014

This was fixed in #251 by adding the -q flag to the rabbitmqctl command. Thanks!

@cmurphy cmurphy closed this Dec 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants