Comment 3 for bug 1764493

Revision history for this message
Dinesh Bakiaraj (dineshb) wrote :

RabbitMQ config is not provisioned properly per HA config.
Hence the rabbitmq cluster is not formed.

[root@nodeg12 ~]# docker exec -it configdatabase_rabbitmq_1 bash
root@nodeg12:/# cat /etc/rabbitmq/rabbitmq.config
[ { rabbit, [
    { loopback_users, [ ] },
    { tcp_listeners, [ 5672 ] },
    { ssl_listeners, [ ] },
    { hipe_compile, false }
] } ].
root@nodeg12:/#