On 04/15/2015 07:51 PM, whayutin wrote:
Thanks. I have the same issue using the Juno branch and added the 
following comment to the mentioned bug report:
---snip---
I think this is a problem with a moved configuration file. Packstack 
generates the configuration file /etc/mongodb.conf, but mongodb-server 
ships and uses /etc/mongod.conf (on CentOS 7.1). Because of that mongod 
only listens on the loopback device and it is not possible to connect to 
MongoDB using the address deinfed in CONFIG_MONGODB_HOST.
I think adding "config => '/etc/mongod.conf'," to
templates/mongodb.pp 
solves the issue for CentOS 7.1. This should be backported to the Juno 
branch, I am working with this branch at the moment and this branch is 
affected, too.
---snap---
Christian.