Re: Openstack Ceilometer support in JClouds

2014-11-13 Thread Avi Ben-Harush
the OS Ceilometer PR is pending for final reviews, but it got some attention from "IPsoft Global Services" engineers. can we speed things up with the PR? all changes were applied. thanks On Thu, Oct 30, 2014 at 9:09 AM, Avi Ben-Harush wrote: > Hi, > > the only open issue I have now is how to p

Re: Openstack Ceilometer support in JClouds

2014-10-30 Thread Avi Ben-Harush
Hi, the only open issue I have now is how to prevent from sending empty params on the query string. here's the problem - meters and samples can get query params, problem is they cant be sent as null/empty string since ceilometer fails. for example sending the following json "{"filter": "", "orde

Re: Openstack Ceilometer support in JClouds

2014-10-26 Thread Avi Ben-Harush
Hi Everett, I took your offer and created a PR for ceilometer. also added some questions I’ve already encountered. waiting for your comments to continue the process. Thanks On Wed, Oct 22, 2014 at 7:01 PM, Everett Toews wrote: > Hi Avi, > > It’s great to hear that you’re working on Ceilometer

Re: Openstack Ceilometer support in JClouds

2014-10-22 Thread Everett Toews
Hi Avi, It’s great to hear that you’re working on Ceilometer support! The absolute best way to discuss code like this is in a pull request. I *strongly* encourage you to submit a pull request with some skeleton code sooner than later so we can work out issues like this. For example, take a loo

Re: Openstack Ceilometer support in JClouds

2014-10-21 Thread Avi Ben-Harush
Hi, I'm working on implementing OS Ceilometer API (https://issues.apache.org/jira/browse/JCLOUDS-738) as part of the jclouds-labs-openstack repository. question is, how do I add the "v2" version to the url? currently I've added it as "@Path("/v2/meters")" to the Meters API interface but it's does

Re: Openstack Ceilometer support in JClouds

2014-10-01 Thread Jeremy Daggett
Hi Avi, Currently, there is no support for Ceilometer in jclouds. It was an aspirational goal at the time, and would be great addition to the OpenStack APIs at some point in the future. Here is a JIRA to formally track the issue: https://issues.apache.org/jira/browse/JCLOUDS-738 Please feel fre

Re: Openstack Ceilometer support in JClouds

2014-10-01 Thread Avi Ben-Harush
Hi, I couldn't find ceilometer support on jclouds, jclouds-labs-openstack nore on jclouds-lab repositories. is this still something you plan on supporting? thanks On Tue, Apr 2, 2013 at 7:03 PM, Jeremy Daggett wrote: > I plan on creating several new OpenStack APIs in the next few weeks and > c