Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-07 Thread Julien Danjou
On Wed, May 06 2015, Emilien Macchi wrote:

 We wrote https://github.com/stackforge/puppet-gnocchi
 But we have to wait for packaging.
 I know it's WIP in RDO, no clue for Debian/Ubuntu.

It might be WIP in Debian:

http://anonscm.debian.org/cgit/openstack/gnocchi.git/

-- 
Julien Danjou
// Free Software hacker
// http://julien.danjou.info


signature.asc
Description: PGP signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-07 Thread Julien Danjou
On Wed, May 06 2015, Tim Bell wrote:

 Sorry to add another question, can Gnocchi be installed on a Juno
 cloud or do we need to be running Kilo ?

Considering the dependency of Gnocchi, I've little hope it'd work with
Juno.

-- 
Julien Danjou
# Free Software hacker
# http://julien.danjou.info


signature.asc
Description: PGP signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-07 Thread Tim Bell
 -Original Message-
 From: Julien Danjou [mailto:jul...@danjou.info]
 Sent: 07 May 2015 17:42
 To: Tim Bell
 Cc: OpenStack Development Mailing List (not for usage questions); Luo Gangyi
 Subject: Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with
 gnocchi ?
 
 On Wed, May 06 2015, Tim Bell wrote:
 
  Sorry to add another question, can Gnocchi be installed on a Juno
  cloud or do we need to be running Kilo ?
 
 Considering the dependency of Gnocchi, I've little hope it'd work with Juno.
 

Thanks... are the dependencies only in ceilometer (i.e. could we upgrade to 
Kilo ceilometer with Gnocchi) and keep the rest of the cloud at Juno ? It'll be 
a while before our cloud gets to Kilo but we'd really like to have metering at 
scale... we can do a test set up but this would not be addressing the 
production challenges.

Tim

 --
 Julien Danjou
 # Free Software hacker
 # http://julien.danjou.info

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-07 Thread Chris Dent

On Thu, 7 May 2015, Tim Bell wrote:


Thanks... are the dependencies only in ceilometer (i.e. could we
upgrade to Kilo ceilometer with Gnocchi) and keep the rest of the
cloud at Juno ? It'll be a while before our cloud gets to Kilo but
we'd really like to have metering at scale... we can do a test set up
but this would not be addressing the production challenges.


You might try gnocchi in a virtualenv or gnocchi plus ceilometer in
a virtualenv so that their dependencies are not fighting with
anything else (or just all that stuff on its own host, of course).

There's a dispatcher for ceilometer to put data into gnocchi, but that
dispatcher is in the gnocchi code base (for now, it's going to move at
some point in the future). That's where you might encounter issues.

--
Chris Dent tw:@anticdent freenode:cdent
https://tank.peermore.com/tanks/cdent

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-06 Thread Emilien Macchi


On 05/06/2015 01:36 PM, Tim Bell wrote:
 Julien,
 
 Has anyone started on the RPMs and/or Puppet modules ? We'd be interested in 
 trying this out.

We wrote https://github.com/stackforge/puppet-gnocchi
But we have to wait for packaging.
I know it's WIP in RDO, no clue for Debian/Ubuntu.

 
 Thanks
 Tim
 
 -Original Message-
 From: Julien Danjou [mailto:jul...@danjou.info]
 Sent: 06 May 2015 17:24
 To: Luo Gangyi
 Cc: OpenStack Development Mailing L
 Subject: Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with
 gnocchi ?

 On Wed, May 06 2015, Luo Gangyi wrote:

 Hi Luo,

 I want to try using ceilometer with gnocchi, but I didn't any docs
 about how to configure it.

 Everything should be documented at:

 http://docs.openstack.org/developer/gnocchi/

 The devstack installation should be pretty straighforward:

 http://docs.openstack.org/developer/gnocchi/devstack.html

 (and don't forget to also enable Ceilometer)

 I have check the master branch of ceilometer and didn't see how
 ceilometer interact with gnocchi neither (I think there should be
 something like a
 gnocchi-dispatcher?)

 The dispatcher is in the Gnocchi source tree (for now, we're moving it to
 Ceilometer for Liberty).

 --
 Julien Danjou
 // Free Software hacker
 // http://julien.danjou.info
 
 __
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 

-- 
Emilien Macchi



signature.asc
Description: OpenPGP digital signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-06 Thread Tim Bell
Sorry to add another question, can Gnocchi be installed on a Juno cloud or do 
we need to be running Kilo ?

Tim

 -Original Message-
 From: Tim Bell [mailto:tim.b...@cern.ch]
 Sent: 06 May 2015 19:36
 To: OpenStack Development Mailing List (not for usage questions); Luo Gangyi
 Subject: Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with
 gnocchi ?
 
 Julien,
 
 Has anyone started on the RPMs and/or Puppet modules ? We'd be interested in
 trying this out.
 
 Thanks
 Tim
 
  -Original Message-
  From: Julien Danjou [mailto:jul...@danjou.info]
  Sent: 06 May 2015 17:24
  To: Luo Gangyi
  Cc: OpenStack Development Mailing L
  Subject: Re: [openstack-dev] [Ceilometer][Gnocchi] How to try
  ceilometer with gnocchi ?
 
  On Wed, May 06 2015, Luo Gangyi wrote:
 
  Hi Luo,
 
   I want to try using ceilometer with gnocchi, but I didn't any docs
   about how to configure it.
 
  Everything should be documented at:
 
  http://docs.openstack.org/developer/gnocchi/
 
  The devstack installation should be pretty straighforward:
 
  http://docs.openstack.org/developer/gnocchi/devstack.html
 
  (and don't forget to also enable Ceilometer)
 
   I have check the master branch of ceilometer and didn't see how
   ceilometer interact with gnocchi neither (I think there should be
   something like a
   gnocchi-dispatcher?)
 
  The dispatcher is in the Gnocchi source tree (for now, we're moving it
  to Ceilometer for Liberty).
 
  --
  Julien Danjou
  // Free Software hacker
  // http://julien.danjou.info
 
 _
 _
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-06 Thread Tim Bell
Julien,

Has anyone started on the RPMs and/or Puppet modules ? We'd be interested in 
trying this out.

Thanks
Tim

 -Original Message-
 From: Julien Danjou [mailto:jul...@danjou.info]
 Sent: 06 May 2015 17:24
 To: Luo Gangyi
 Cc: OpenStack Development Mailing L
 Subject: Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with
 gnocchi ?
 
 On Wed, May 06 2015, Luo Gangyi wrote:
 
 Hi Luo,
 
  I want to try using ceilometer with gnocchi, but I didn't any docs
  about how to configure it.
 
 Everything should be documented at:
 
 http://docs.openstack.org/developer/gnocchi/
 
 The devstack installation should be pretty straighforward:
 
 http://docs.openstack.org/developer/gnocchi/devstack.html
 
 (and don't forget to also enable Ceilometer)
 
  I have check the master branch of ceilometer and didn't see how
  ceilometer interact with gnocchi neither (I think there should be
  something like a
  gnocchi-dispatcher?)
 
 The dispatcher is in the Gnocchi source tree (for now, we're moving it to
 Ceilometer for Liberty).
 
 --
 Julien Danjou
 // Free Software hacker
 // http://julien.danjou.info

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-06 Thread Julien Danjou
On Wed, May 06 2015, Luo Gangyi wrote:

Hi Luo,

 I want to try using ceilometer with gnocchi, but I didn't any docs
 about how to configure it.

Everything should be documented at:

http://docs.openstack.org/developer/gnocchi/

The devstack installation should be pretty straighforward:

http://docs.openstack.org/developer/gnocchi/devstack.html

(and don't forget to also enable Ceilometer)

 I have check the master branch of ceilometer and didn't see how ceilometer
 interact with gnocchi neither (I think there should be something like a
 gnocchi-dispatcher?)

The dispatcher is in the Gnocchi source tree (for now, we're moving it
to Ceilometer for Liberty).

-- 
Julien Danjou
// Free Software hacker
// http://julien.danjou.info


signature.asc
Description: PGP signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev