Re: conflicting dependencies between CloudStack and Whirr

2013-09-18 Thread Andrew Bayer
Good question. The gson dependency in Whirr is coming from jclouds, and jclouds is very particular about its gson dependencies. Any possibility of using isolated classloaders in some way? A. On Tue, Sep 17, 2013 at 7:14 PM, Han,Meng wrote: > Dear all, > > I am adding an API to CloudStack which

Re: Using the ACS simulator for jclouds "live" tests - some questions. =)

2013-07-23 Thread Andrew Bayer
Once I get it a bit more refined, yeah - probably gonna talk about it a bit at the ACS meetup in Santa Clara next month too. A. On Tue, Jul 23, 2013 at 11:47 AM, Sebastien Goasguen wrote: > > On Jul 22, 2013, at 10:58 AM, Andrew Bayer wrote: > > > Woot, making progress - unsurpr

Review Request 12823: CLOUDSTACK-3720. Fix resource types in description of listResourceLimits API command.

2013-07-22 Thread Andrew Bayer
iff: https://reviews.apache.org/r/12823/diff/ Testing --- mvn build worked - not sure off the top of my head how to build the API docs. Thanks, Andrew Bayer

Re: Using the ACS simulator for jclouds "live" tests - some questions. =)

2013-07-22 Thread Andrew Bayer
STACK-3481 and CLOUDSTACK-1812. > > On Sun, Jul 21, 2013 at 08:32:42PM -0700, Andrew Bayer wrote: > > Finally got a chance to work on this - trying to get the basic networking > > setup with Marvin seems to be barfing - I get the following exception in > > th

Re: Using the ACS simulator for jclouds "live" tests - some questions. =)

2013-07-21 Thread Andrew Bayer
Finally got a chance to work on this - trying to get the basic networking setup with Marvin seems to be barfing - I get the following exception in the CS logs when I run mvn -Pdeveloper,marvin.setup -Dmarvin.config=setup/dev/basic.cfg -pl :cloud-marvin integration-test: WARN [cloud.network.Networ

Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-14 Thread Andrew Bayer
est/javadoc/com/amazonaws/services/s3/transfer/TransferManager.html > 3. can upload file more than 5GB. > Do you know jclouds swift interface supports above functionalities? > > > -Original Message- > > From: Andrew Bayer [mailto:andrew.ba...@gmail.com] > > Sent: Fr

Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread Andrew Bayer
Don't forget Apache jclouds - we've got a robust Swift interface: http://jclouds.incubator.apache.org/documentation/quickstart/openstack/ A. On Fri, Jul 12, 2013 at 4:11 PM, Edison Su wrote: > > > > -Original Message- > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent:

Re: Using the ACS simulator for jclouds "live" tests - some questions. =)

2013-07-05 Thread Andrew Bayer
attempting to fix the simulator which was broken > when you sent this email. It took longer than expected to fix and get > it back in shape. > > My comments are inline. > > On Mon, Jun 24, 2013 at 11:08:20AM -0700, Andrew Bayer wrote: > > Hey all - > > > > So,

Re: apache libcloud

2013-06-27 Thread Andrew Bayer
For what it's worth, so does jclouds - a good number may be a bit stale, but you can find the responses we use currently at https://github.com/jclouds/jclouds/tree/master/apis/cloudstack/src/test/resources A. On Thu, Jun 27, 2013 at 6:57 AM, Sebastien Goasguen wrote: > > > On 27 Jun 2013, at 02:

Using the ACS simulator for jclouds "live" tests - some questions. =)

2013-06-24 Thread Andrew Bayer
Hey all - So, at David Nalley's suggestion, I'm trying to run jclouds' live tests for ACS against a simulator instance, so that I can actually run the full battery of API tests (including global admin, advanced and basic networking, etc) without having to set up a ton of CloudStack instances. In a