Re: Tabularize the cloudmonkey response

2013-01-07 Thread Rohit Yadav
On 06-Jan-2013, at 3:37 PM, David Nalley wrote: > > So lots of places do 'unofficial' releases, but what is odd here is: > > 1. We (the ACS community) have no plans around releasing Cloudmonkey. > (unless the plan is to make it a part of the CloudStack release.) Yes, it was planned to have a C

Re: Tabularize the cloudmonkey response

2013-01-07 Thread Rohit Yadav
On 06-Jan-2013, at 4:11 PM, Chris Sears wrote: > Is the plan is to eventually make CloudMonkey the official CLI for > CloudStack (along the lines of the AWS API Tools)? Yes we wanted a command line tool: https://issues.apache.org/jira/browse/CLOUDSTACK-132 This is the reason why I did not crea

Re: Tabularize the cloudmonkey response

2013-01-06 Thread Chris Sears
Is the plan is to eventually make CloudMonkey the official CLI for CloudStack (along the lines of the AWS API Tools)? If so, then it would make sense to (eventually) use an Apache repo and synchronize the releases. If not, I don't see any reason to elevate CloudMonkey above any other third party to

Re: Tabularize the cloudmonkey response

2013-01-06 Thread David Nalley
On Sun, Jan 6, 2013 at 4:39 PM, Rohit Yadav wrote: > > On 06-Jan-2013, at 1:31 PM, Sebastien Goasguen wrote: >> >> Can't we just consider cloudmonkey source as "stable" release within a >> cloudstack release. and just consider the pypi as "unstable" dev.. >> >> after all anyone can grab cloudmon

Re: Tabularize the cloudmonkey response

2013-01-06 Thread Rohit Yadav
ore frequent :) ). If that happens, sure we can do that. > >> >> thoughts? >> >>> Regards. >>> >>> >>> >>> From: Chip Childers [chip.child...@sungard.com] >>> Sent: Friday, January 0

Re: Tabularize the cloudmonkey response

2013-01-06 Thread Sebastien Goasguen
less under development. I suspect that when cloud monkey will reach steady-state the push to pypi would be less frequent and could be in sync with ACS releases (as those will become more frequent :) ). > > thoughts? > >> Regards. >> >> >> __

[jira] [Closed] (CLOUDSTACK-545) Tabularize the cloudmonkey response

2013-01-04 Thread Rohit Yadav (JIRA)
locally by cloudmonkey and not by api server). > Tabularize the cloudmonkey response > --- > > Key: CLOUDSTACK-545 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-545 > P

Re: Tabularize the cloudmonkey response

2013-01-04 Thread Rohit Yadav
ments in a generic way (functional programming ftw!) and clients (cloudmonkey, marvin) can be extracted out of CloudStack and be developed as separate projects. [1] http://git-scm.com/book/en/Git-Tools-Submodules > > thoughts? > >> Regards. >> >> >> >> From: Chip Chil

Re: Tabularize the cloudmonkey response

2013-01-04 Thread Chip Childers
___ > From: Chip Childers [chip.child...@sungard.com] > Sent: Friday, January 04, 2013 8:04 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Tabularize the cloudmonkey response > > On Thu, Jan 3, 2013 at 5:23 PM, Rohit Yadav wrote: >>

RE: Tabularize the cloudmonkey response

2013-01-04 Thread Rohit Yadav
eases. Regards. From: Chip Childers [chip.child...@sungard.com] Sent: Friday, January 04, 2013 8:04 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Tabularize the cloudmonkey response On Thu, Jan 3, 2013 at 5:23 PM, Rohit Yadav wrote: > Sure,

Re: Tabularize the cloudmonkey response

2013-01-04 Thread Chip Childers
Resolution: Fixed >>>> Assignee: Rohit Yadav >>>> >>>> Fixed on master: >>>> >>>> CLOUDSTACK-545: Tabularize cloudmonkey's response using filter= >>>> argument >>>> >>>> authorRohit Yadav >

Re: Tabularize the cloudmonkey response

2013-01-03 Thread Rohit Yadav
>>> >>> Resolution: Fixed >>> Assignee: Rohit Yadav >>> >>> Fixed on master: >>> >>> CLOUDSTACK-545: Tabularize cloudmonkey's response using filter= >>> argument >>

Re: Tabularize the cloudmonkey response

2013-01-03 Thread Chip Childers
>> Fixed on master: >> >> CLOUDSTACK-545: Tabularize cloudmonkey's response using filter= >> argument >> >> authorRohit Yadav >> Fri, 21 Dec 2012 00:28:32 + (16:28 -0800) >> committerRohit Yadav >> Fri, 21 Dec 2012 00:33:08 + (16:33 -080

Tabularize the cloudmonkey response

2012-12-20 Thread Rohit Yadav
signee: Rohit Yadav > > Fixed on master: > > CLOUDSTACK-545: Tabularize cloudmonkey's response using filter= > argument > > authorRohit Yadav > Fri, 21 Dec 2012 00:28:32 + (16:28 -0800) > committerRohit Yadav > Fri, 21 Dec 2012 00:33:08 + (16:33 -0800) > c

[jira] [Resolved] (CLOUDSTACK-545) Tabularize the cloudmonkey response

2012-12-20 Thread Rohit Yadav (JIRA)
: Tabularize cloudmonkey's response using filter= argument authorRohit Yadav Fri, 21 Dec 2012 00:28:32 + (16:28 -0800) committerRohit Yadav Fri, 21 Dec 2012 00:33:08 + (16:33 -0800) commit8f51c630bdb874f9522ec3873c881b1c4e7cfdf7 > Tabularize the cloudmonkey

[jira] [Updated] (CLOUDSTACK-545) Tabularize the cloudmonkey response

2012-12-19 Thread Rohit Yadav (JIRA)
makes tabular output and result view filter; think select <><><> in mysql :) ex: > list users filter=id,username > Tabularize the cloudmonkey response > --- > > Key: CLOUDSTACK-545 >

[jira] [Commented] (CLOUDSTACK-545) Tabularize the cloudmonkey response

2012-12-12 Thread Rohit Yadav (JIRA)
lt.values()) +print printer for key in result.keys(): if not (isinstance(result[key], list) or isinstance(result[key], dict)): > Tabularize the cloudmonkey response > --- > >

[jira] [Commented] (CLOUDSTACK-545) Tabularize the cloudmonkey response

2012-12-10 Thread Prasanna Santhanam (JIRA)
turn more in their response than others which makes this a bit tricky. If we can tell cloudmonkey to return a selection/filter the response then we only have to tabularize on that result or a default set that each API returns could control the lengths. > Tabularize the clou

[jira] [Commented] (CLOUDSTACK-545) Tabularize the cloudmonkey response

2012-12-10 Thread Chip Childers (JIRA)
this might also require specific output values to be selected as "default" responses for the API calls? My concern with simply tabularizing the return values would be the line and field lengths. > Tabularize the clo

[jira] [Created] (CLOUDSTACK-545) Tabularize the cloudmonkey response

2012-11-26 Thread Prasanna Santhanam (JIRA)
Prasanna Santhanam created CLOUDSTACK-545: - Summary: Tabularize the cloudmonkey response Key: CLOUDSTACK-545 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-545 Project: CloudStack