[Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Jobin Raju George
I have a controller node and a compute node on two different hosts. When I query ceilometer from the compute node, I get a Connection refused errror from port no 27017 of controller node, which I suppose is the port no where mongo listens. I haven't installed mongodb in the compute node, though

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Julien Danjou
On Tue, Jul 02 2013, Jobin Raju George wrote: Please feel free to ask for clarification. Could you paste the content of your configuration file? -- Julien Danjou /* Free Software hacker * freelance consultant http://julien.danjou.info */ signature.asc Description: PGP signature

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Jobin Raju George
Here is my /etc/ceilometer/ceilometer.conf: http://pastebin.ubuntu.com/5835612/ On Tue, Jul 2, 2013 at 2:28 PM, Julien Danjou jul...@danjou.info wrote: On Tue, Jul 02 2013, Jobin Raju George wrote: Please feel free to ask for clarification. Could you paste the content of your

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Julien Danjou
On Tue, Jul 02 2013, Jobin Raju George wrote: Here is my /etc/ceilometer/ceilometer.conf: http://pastebin.ubuntu.com/5835612/ So the problem is that you configured it to use mongodb at mongodb://10.112.107.107:27017/ceilometer but mongodb doesn't seem to answer on this IP/port considering the

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Jobin Raju George
10.112.107.107 is the IP address of the controller node where nova, keystone, ceilometer have been installed(and so is mongodb). I have installed ceilometer on the compute node also and configured it so that it knows that mongodb listens on 10.112.107.107:27017 but I don't know why it is refusing

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Ashok Kumaran
Glad its working ! your connection refused error should disappear now Best, Ashok On Tue, Jul 2, 2013 at 3:33 PM, Jobin Raju George jobin...@gmail.comwrote: Hey, Ashok! I did the following: 1) Changed bind_ip=10.112.107.107 in /etc/mongodb.conf 2) Restarted mongodb using service mongodb