> + RoleSize.Type roleSize = roleParam.roleSize();
> + if (roleSize != null) {
> + roleBuilder.e("RoleSize").t(roleSize.getText()).up();
> + }
> + // add(builder, "AvailabilitySetName",
> params.availabilitySetName);
> +
> + credentialsBuilder.up();
> + add(configBuilder, "JoinDomain",
> domainJoin.joinDomain());
> +
> configBuilder.e("JoinDomain").t(winParams.domainJoin().joinDomain()).up()
> + .up(); // Domain Join
> +
@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-
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
@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
-
@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
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