Hi,


We have been using Puppet Enterprise for a while now and we are very 
interested on testing RabbitMQ as our solution for an application we are 
testing.  I have developed a demo using the Puppetlabs RabbitMQ Puppet 
Module but it seems that i am stuck with the configuration.


https://github.com/lmayorga1980/rabbitmq-server


Whenever I run the cluster status (`*rabbitmqctl cluster_status*` from 
https://www.rabbitmq.com/clustering.html) it seems that my three vagrant 
machines are not in a cluster.


Now it seems that I do have some issue with the cluster_nodes attribute 


….
> node 'rabbitmqserver1' inherits base {
>   class{ 'qserver' :
>     node_name         => 'rabbit',
>     cluster_node_type => 'ram',
>     cluster_nodes     => ['rabbit@rabbitmqserver2', 
> 'rabbit@rabbitmqserver3']
>   }
> }
> node 'rabbitmqserver2' inherits base {
>   class{ 'qserver' :
>     node_name         => 'rabbit',
>     cluster_node_type => 'ram',
>     cluster_nodes     => ['rabbit@rabbitmqserver1', 
> 'rabbit@rabbitmqserver3']
>   }
> }
> node 'rabbitmqserver3' inherits base {
>   class{ 'qserver' :
>     node_name         => 'rabbit',
>     cluster_node_type => 'disc',
>     cluster_nodes     => ['rabbit@rabbitmqserver1', 
> 'rabbit@rabbitmqserver2']
>   }
> }


Any help will be much appreciated. 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/bf2c7552-eba9-4f9e-bb87-34d525cf94e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to