Comment 1 for bug 1732860

Revision history for this message
Ignatious Johnson Christopher (ijohnson-x) wrote :

+ Abhay

Hi Pavana,

All the rabbit nodes are started blank and have formed independent clusters.

=WARNING REPORT==== 17-Nov-2017::10:49:25 ===
Could not find any node for auto-clustering from: [rabbit@puppet,
                                                   rabbit@nodec5,
                                                   rabbit@nodec6]
Starting blank node...

=INFO REPORT==== 17-Nov-2017::10:49:26 ===

This is due to the reason that the hostname for first node is populated incorrectly in the /etc/rabbitmq/rabbitmq.config.
Which is due to the presence of an incorrect host file entry.

root@nodec5:~# cat /etc/hosts

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.0.1 localhost.englab.juniper.net localhost
10.204.216.62 nodec5.englab.juniper.net nodec5
10.204.216.61 puppet
127.0.0.1 nodec5
10.204.216.63 nodec6
10.204.216.62 nodec5
10.204.216.61 nodec4
root@nodec5:~#

Abhay,

I guess "10.204.216.61 puppet" populated by smlite, followed by these entries using contrail-ansible.
10.204.216.63 nodec6
10.204.216.62 nodec5
10.204.216.61 nodec4

If "10.204.216.61 puppet” is not required, do not add it.
If required, contrail-ansbile should add these entries before the line "10.204.216.61 puppet”

Thanks,
Ignatious