Re: [jclouds-labs] JCLOUDS-664: Alternate Compute Service Adapter (#157)

2015-03-25 Thread Imesh Guaratne
> + RoleSize.Type roleSize = roleParam.roleSize(); > + if (roleSize != null) { > + roleBuilder.e("RoleSize").t(roleSize.getText()).up(); > + } > + // add(builder, "AvailabilitySetName", > params.availabilitySetName); > +

Re: [jclouds-labs] JCLOUDS-664: Alternate Compute Service Adapter (#157)

2015-03-25 Thread Imesh Guaratne
> + credentialsBuilder.up(); > + add(configBuilder, "JoinDomain", > domainJoin.joinDomain()); > + > configBuilder.e("JoinDomain").t(winParams.domainJoin().joinDomain()).up() > + .up(); // Domain Join > +

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (#57)

2014-06-04 Thread Imesh Guaratne
@andreaturli I found several problems while trying to run a docker container (apache2) and sent PR to your forked branch: https://github.com/andreaturli/jclouds-labs/pull/2 WDYT? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/57#issuecomment-

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (#57)

2014-06-04 Thread Imesh Guaratne
Thanks all for the quick responses! @andrewgaul Yes Stopwatch constructor has been made private in com.google.guava 17.0. That's the reason why I think we see this problem. @andreaturli I think I found the problem. I was able to build jclouds-labs master branch without any problem therefore I

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (#57)

2014-06-03 Thread Imesh Guaratne
@andreaturli I just tried to build this pr but I get the following error: Any thoughts? jclouds-labs/virtualbox/src/main/java/org/jclouds/virtualbox/functions/CreateAndInstallVm.java:[109,29] cannot find symbol symbol : constructor Stopwatch() location: class com.google.common.base.Stopwatch -

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (#57)

2014-04-12 Thread Imesh Guaratne
@andreaturli Thanks for the quick response! That's great! Let me give you some background on this, I'm a committer in Apache Stratos (incubating) project and Stratos is using jclouds for IaaS communication. We are now looking into supporting Docker in Stratos via jclouds. May be first I could

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (#57)

2014-04-11 Thread Imesh Guaratne
Excellent work @andreaturli! Could you please explain up to which extent you have completed the features? If you prefer I would also like to contribute. Thanks --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/57#issuecomment-40268139