[jclouds-labs] support docker api v1.18 (#174)

2015-05-21 Thread Andrea Turli
@jbartece could you please review this and test if that fixes https://issues.apache.org/jira/browse/JCLOUDS-900 ? You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/174 -- Commit Summary -- * support docker api v1.18 -- File

Re: [jclouds-labs] Minor fixes for the Docker provider (7c5ded6)

2015-07-07 Thread Andrea Turli
@heidsoft thanks for offering your help. As the other jclouds provider you can run mvn clean install -pLive -Dtest.docker.identity=public.pem -Dtest.docker.credential=private.pem -Dtest.docker.endpoint=https://your-docker-engine:2377 See also README for more details, and issue a PR to fix it

Re: [jclouds] Add new Softlayer API method to return arbitrary VirtualGuest fields (#832)

2015-08-03 Thread Andrea Turli
thanks @grkvlt ! I think it makes sense to have such a method. Probably it should be the only mechanism supported *but* in order to do that we need to improve the domain objects (moving to AutoValue for sure) so that they actually support arbitrary fields. Main problem is that DTO are quite

[jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-13 Thread Andrea Turli
- fix reuse of existing storage service during deployment - use AutoValue.Builder in DeployParams - make network creation optional - remove AzureComuteAdapterLiveTest b/c not meaningful You can view, comment on, or merge this pull request online at:

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-13 Thread Andrea Turli
@ilgrosso could you please have a look? thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/197#issuecomment-130598543

Re: [jclouds-labs] JCLOUDS-990: fix condition in DockerTemplateOptions.copyTo() method (#199)

2015-08-19 Thread Andrea Turli
Closed #199. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/199#event-386424560

Re: [jclouds-labs] JCLOUDS-990: fix condition in DockerTemplateOptions.copyTo() method (#199)

2015-08-19 Thread Andrea Turli
Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/a058e9fc) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/199#issuecomment-132570668

Re: [jclouds-labs] JCLOUDS-990: fix condition in DockerTemplateOptions.copyTo() method (#199)

2015-08-19 Thread Andrea Turli
thanks @kwart, lgtm! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/199#issuecomment-132566826

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-19 Thread Andrea Turli
this is the current situation now: ``` Failed tests: AzureComputeSecurityGroupExtensionLiveTestBaseSecurityGroupExtensionLiveTest.testAddIpPermission:145 ยป IllegalArgument VMImageApiLiveTest.setup:97 RoleInstance{roleName=andrea253-vmimageapilivetest,

Re: [jclouds-labs] re-use java-xmlbuilder.version property in mvn (#180)

2015-06-29 Thread Andrea Turli
thanks @nacx --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/180#issuecomment-116490394

Re: [jclouds-labs] re-use java-xmlbuilder.version property in mvn (#180)

2015-06-29 Thread Andrea Turli
Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/100bc250) and backported to [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/c55f6363) --- Reply to this email directly or view it on GitHub:

Re: [jclouds] create java-xmlbuilder.version property for maven (#785)

2015-06-29 Thread Andrea Turli
thanks guys! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/785#issuecomment-116483970

Re: [jclouds] create java-xmlbuilder.version property for maven (#785)

2015-06-29 Thread Andrea Turli
Closed #785. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/785#event-342646348

Re: [jclouds] create java-xmlbuilder.version property for maven (#785)

2015-06-29 Thread Andrea Turli
Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/61b06329) and [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/0aad1387) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/785#issuecomment-116483908

Re: [jclouds-labs] re-use java-xmlbuilder.version property in mvn (#180)

2015-06-29 Thread Andrea Turli
thanks @nacx Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/100bc250) and backported at [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/c55f6363) --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs] re-use java-xmlbuilder.version property in mvn (#180)

2015-06-29 Thread Andrea Turli
Closed #180. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/180#event-342652655

Re: [jclouds] Minor changes to openstack-nova and openstack-keystone (#783)

2015-06-26 Thread Andrea Turli
Closed #783. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/783#event-341132688

Re: [jclouds] Minor changes to openstack-nova and openstack-keystone (#783)

2015-06-26 Thread Andrea Turli
Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/aa64e0d3) and backported to [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/4ac9a73d) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/783#issuecomment-115673949

Re: [jclouds] create java-xmlbuilder.version property for maven (#785)

2015-06-26 Thread Andrea Turli
+1, I'll address this comment and update https://github.com/jclouds/jclouds-labs/pull/180 as well --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/785#issuecomment-115692075

[jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-06-30 Thread Andrea Turli
@zack-shoylev could you please review it? I'd like to merge that on master and 1.9.x if you think it is ok LiveTests are ok for me, but `removeFirewallRuleFromPolicy` as it seems that the [doc](https://docs.google.com/document/d/1PJaKvsX2MzMRlLGfR0fBkrMraHYF0flvl0sqyZ704tA/edit#) is not

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-06-30 Thread Andrea Turli
+ @Named(firewall_policy_id) + private String firewallPolicyId; + + @ConstructorProperties({id, tenant_id, name, description, admin_state_up, + status, firewall_policy_id}) + protected Firewall(String id, String tenantId, String name, String description, boolean

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-06-30 Thread Andrea Turli
+ FirewallRule createFirewallRule(@WrapWith(firewall_rule) FirewallRule firewallRule); + + @Named(firewall:listFirewallRules) + @GET + @Transform(FirewallRuleToPagedIterable.class) + @ResponseParser(ParseFirewallRules.class) + @Fallback(EmptyPagedIterableOnNotFoundOr404.class)

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-06-30 Thread Andrea Turli
@@ -47,6 +48,10 @@ public void testCreateUpdateAndDeleteSecurityGroup() { try { sgApi = api.getSecurityGroupApi(region).get(); +for (Subnet subnet : api.getSubnetApi(region).list().concat().toList()) { + System.out.println(subnet: +

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-06-30 Thread Andrea Turli
Thanks @zack-shoylev I've addressed your comments: - I've added AutoValue for Firewall, FirewallPolicy and FirewallPolicyRule - Add PaginatedCollection where possible and some other minor fixes Does it look better now? --- Reply to this email directly or view it on GitHub:

Re: [jclouds] Fix a small softlayer bug that triggers a guava 19 rc bugcheck. (#831)

2015-07-29 Thread Andrea Turli
@@ -272,7 +272,7 @@ public int compare(Hardware h1, Hardware h2) { .compare(getBootableDeviceType(h1), getBootableDeviceType(h2)); if (!volumes1.isEmpty() !volumes2.isEmpty() volumes1.size() == volumes2.size()) { I see your point, I will fix it later!

Re: [jclouds] Fix a small softlayer bug that triggers a guava 19 rc bugcheck. (#831)

2015-07-29 Thread Andrea Turli
@@ -272,7 +272,7 @@ public int compare(Hardware h1, Hardware h2) { .compare(getBootableDeviceType(h1), getBootableDeviceType(h2)); if (!volumes1.isEmpty() !volumes2.isEmpty() volumes1.size() == volumes2.size()) { @andrewgaul thanks for the comment but

[jclouds] [SoftLayer] fix some failing LiveTests (#838)

2015-08-04 Thread Andrea Turli
- fix VirtualGuestBlockDeviceTemplateGroupApiLiveTest - fix SoftLayerComputeServiceLiveTest You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/838 -- Commit Summary -- * [SoftLayer] fix some failing LiveTests -- File Changes -- M

Re: [jclouds] [SoftLayer] fix some failing LiveTests (#838)

2015-08-11 Thread Andrea Turli
thanks @nacx, comments addressed --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/838#issuecomment-129854249

Re: [jclouds] [SoftLayer] fix some failing LiveTests (#838)

2015-08-11 Thread Andrea Turli
Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/1163b94c) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/838#issuecomment-129953297

Re: [jclouds] [SoftLayer] fix some failing LiveTests (#838)

2015-08-11 Thread Andrea Turli
backport to [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/cc1217b5) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/838#issuecomment-129956125

Re: [jclouds] [SoftLayer] fix some failing LiveTests (#838)

2015-08-11 Thread Andrea Turli
Closed #838. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/838#event-379347047

[jclouds-site] Update 1.9.1.md (#171)

2015-08-07 Thread Andrea Turli
- fix a typo - add FWaaS extension for Neutron You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-site/pull/171 -- Commit Summary -- * Update 1.9.1.md -- File Changes -- M releasenotes/1.9.1.md (123) -- Patch Links --

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-13 Thread Andrea Turli
@@ -105,10 +105,10 @@ final String location = template.getLocation().getId(); final int[] inboundPorts = template.getOptions().getInboundPorts(); - final String storageAccountName = templateOptions.getStorageAccountName().get(); - final String virtualNetworkName =

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-13 Thread Andrea Turli
@ilgrosso @nacx thanks for your reviews! @nacx: re design concern: I changed the implementation to support the following 3 use-cases: 1. user-specified network name: jclouds checks its existence, otherwise IllegalArgumentException 2. user doesn't provide a networkName: jclouds looks for a

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-13 Thread Andrea Turli
@@ -44,7 +45,7 @@ public AzureComputeProviderMetadataLive() { public static Properties defaultProperties() { final Properties properties = AzureManagementApiMetadata.defaultProperties(); - properties.setProperty(TEMPLATE,

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-13 Thread Andrea Turli
Ok, let's support properly use-case 1. In order to use a specific virtual network, the end user needs to specify the `virtualNetworkName` and 1-more `subnetNames`, so let's keep those specific `AzureComputeTemplateOptions`. --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-14 Thread Andrea Turli
@ilgrosso my last commit should fix a bunch of things, specifically ``` testAddIpPermission(org.jclouds.azurecompute.compute.extensions.AzureComputeSecurityGroupExtensionLiveTest) testOptionToNotBlock(org.jclouds.azurecompute.compute.AzureComputeServiceLiveTest) ``` *but* ```

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-14 Thread Andrea Turli
@ilgrosso and @nacx I've temporarily disabled a check in DiskLiveTest as I need to study more the Azure API. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/197#issuecomment-131080487

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-14 Thread Andrea Turli
@@ -44,7 +45,7 @@ public AzureComputeProviderMetadataLive() { public static Properties defaultProperties() { final Properties properties = AzureManagementApiMetadata.defaultProperties(); - properties.setProperty(TEMPLATE,

Re: [jclouds-labs] Allow insecure connection in Docker (#198)

2015-08-14 Thread Andrea Turli
+1 @nacx, thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/198#issuecomment-131030279

Re: [jclouds] [SoftLayer] fix SoftLayerTemplateOptions (#823)

2015-07-24 Thread Andrea Turli
Really sorry @nacx, that file shouldn't be there, of course! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/823#issuecomment-124548617

Re: [jclouds] [SoftLayer] fix SoftLayerTemplateOptions (#823)

2015-07-24 Thread Andrea Turli
rebuild please --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/823#issuecomment-124560152

Re: [jclouds] [SoftLayer] fix SoftLayerTemplateOptions (#823)

2015-07-24 Thread Andrea Turli
thanks @nacx and @neykov! I'll merge it as also the builder looks happy! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/823#issuecomment-124588231

Re: [jclouds] [SoftLayer] fix SoftLayerTemplateOptions (#823)

2015-07-24 Thread Andrea Turli
Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/f5e1c476) and [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/1863f859) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/823#issuecomment-124590806

Re: [jclouds] [SoftLayer] fix SoftLayerTemplateOptions (#823)

2015-07-24 Thread Andrea Turli
Closed #823. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/823#event-364712372

[jclouds-labs] fix azure DataVirtualHardDiskHandler (#191)

2015-07-22 Thread Andrea Turli
This backports to 1.9.x a fix that was already done into master You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/191 -- Commit Summary -- * fix azure DataVirtualHardDiskHandler -- File Changes -- M

Re: [jclouds-labs] fix azure DataVirtualHardDiskHandler (#191)

2015-07-22 Thread Andrea Turli
thanks @nacx ! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/191#issuecomment-123744224

Re: [jclouds-labs] fix azure DataVirtualHardDiskHandler (#191)

2015-07-22 Thread Andrea Turli
Merged at [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/610f26de) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/191#issuecomment-123744412

Re: [jclouds-labs] fix azure DataVirtualHardDiskHandler (#191)

2015-07-22 Thread Andrea Turli
Closed #191. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/191#event-362352048

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-10 Thread Andrea Turli
unfortunately the failure is not related to this PR but to https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/927/org.apache.jclouds.labs$jdbc/ --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/221#issuecomment-155475255

Re: [jclouds-labs] support docker api v1.18 (#174)

2015-11-10 Thread Andrea Turli
I think #221 supercedes this PR. @jbartece can you please look at it and report here, if #174 can be closed? Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/174#issuecomment-155463815

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-10 Thread Andrea Turli
Using the following versions ``` $ docker version Client: Version: 1.9.0 API version: 1.21 Go version: go1.4.3 Git commit: 76d6bc9 Built:Tue Nov 3 19:20:09 UTC 2015 OS/Arch: darwin/amd64 Server: Version: 1.9.0 API version: 1.21 Go version: go1.4.3 Git

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-11 Thread Andrea Turli
> + assertNotNull(network); > + assertNotNull(network.id()); > + > + } > + > + @Test(dependsOnMethods = "testCreateNetwork") > + public void testGetNetwork() { > + network = api().inspectNetwork(network.id()); > + assertNotNull(network); > + } > + > +

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-11 Thread Andrea Turli
> + container = api.getContainerApi().inspectContainer(container.id()); > + } > + > + @AfterClass > + protected void tearDown() { > + if (container != null) { > + api.getContainerApi().stopContainer(container.id()); > +

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-11 Thread Andrea Turli
> + > + try { > + api.removeNetwork(networkId); > + assertSent(server, "DELETE", "/networks/" + networkId); > + > + } finally { > + server.shutdown(); > + } > + } > + > + public void testConnectContainerToNetwork() throws Exception { > +

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-11 Thread Andrea Turli
>} > >public Builder fromNetworkSettings(NetworkSettings in) { > return > this.ipAddress(in.ipAddress()).ipPrefixLen(in.ipPrefixLen()).gateway(in.gateway()).bridge(in.bridge()) > - .portMapping(in.portMapping()).ports(in.ports()); > + >

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-11 Thread Andrea Turli
> + public void testGetNetwork() { > + network = api().inspectNetwork(network.id()); > + assertNotNull(network); > + } > + > + @Test(dependsOnMethods = "testGetNetwork") > + public void testAttachContainerToNetwork() { > + api().connectContainerToNetwork(network.id(),

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-11 Thread Andrea Turli
Thanks @nacx I think I'm done now, I hope :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/221#issuecomment-155814158

Re: [jclouds-labs] add docker NetworkAPI (#221)

2015-11-13 Thread Andrea Turli
Closed #221. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/221#event-463732998

Re: [jclouds-site] add softlayer getting started (#174)

2015-11-10 Thread Andrea Turli
Thanks @nacx ! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/174#issuecomment-155386385

Re: [jclouds] JCLOUDS-973 Extending the sudo's configuration (#827)

2015-10-16 Thread Andrea Turli
thanks @nacx backport to [1.9.x](https://git1-us-west.apache.org/repos/asf?p=jclouds.git;a=commit;h=c6f2d846) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/827#issuecomment-148671800

Re: [jclouds] JCLOUDS-973 Extending the sudo's configuration (#827)

2015-10-16 Thread Andrea Turli
@nacx it would be really useful to have it backported to 1.9.x is it ok? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/827#issuecomment-148659573

Re: [jclouds-labs] JCLOUDS-1014: Make the login port lookup function configurable (#209)

2015-10-10 Thread Andrea Turli
@nacx not sure I get the purpose of this feature: the login port like any other ports depends on the docker engine, specifically the network type, and it is not a feature of an image. Am I missing something? --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-11-17 Thread Andrea Turli
t;dr: I think I've fixed `AzureComputeServiceLiveTest#testListSizes` and `AzureComputeServiceContextLiveTest#testLaunchNodes` as @ilgrosso was suggesting. Here the current situation for the entire `LiveTests` suite: ``` Tests run: 99, Failures: 3, Errors: 0, Skipped: 14, Time elapsed: 3,972.34

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-08-28 Thread Andrea Turli
Thanks @ilgrosso Do you think we can merge this PR if I fix `AzureComputeServiceLiveTest#testListSizes` ? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/197#issuecomment-135748154

Re: [jclouds-labs] Fix dnsSearch type in Docker's HostConfig (#207)

2015-10-05 Thread Andrea Turli
Thanks @googlielmo, lgtm Waiting for builder to complete before merging also @demobox, @googlielmo has already filed the [Apache ICLA](http://people.apache.org/committer-index.html#unlistedclas) so I think we can merge his contribution, yes? --- Reply to this email directly or view it on

Re: [jclouds] Fix openstack nova when floating ips are not available (#860)

2015-09-23 Thread Andrea Turli
thanks @zack-shoylev, I've added the comment to justify the case 500 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/860#issuecomment-142650280

Re: [jclouds] Fix openstack nova when floating ips are not available (#860)

2015-09-23 Thread Andrea Turli
> @@ -97,6 +97,13 @@ else if (message.indexOf("already exists") != -1) > exception = new ResourceNotFoundException(message, exception); > } > break; > +case 500: it is part of the same fix, when floating IP are finished, openstack returns 500

Re: [jclouds-site] Revert "add softlayer getting started" (#173)

2015-09-23 Thread Andrea Turli
Merged #173. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/173#event-416676505

Re: [jclouds-site] add softlayer getting started (#134)

2015-09-23 Thread Andrea Turli
Merged #134. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/134#event-416676077

[jclouds-site] add softlayer getting started (#174)

2015-09-23 Thread Andrea Turli
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-site/pull/174 -- Commit Summary -- * add softlayer getting started -- File Changes -- M guides/index.md (1) A guides/softlayer.md (141) M reference/providers.md (4) -- Patch

[jclouds-site] Revert "add softlayer getting started" (#173)

2015-09-23 Thread Andrea Turli
Reverts jclouds/jclouds-site#134 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-site/pull/173 -- Commit Summary -- * Revert "add softlayer getting started" -- File Changes -- M guides/index.md (1) D guides/softlayer.md (144)

Re: [jclouds-site] add softlayer getting started (#174)

2015-09-23 Thread Andrea Turli
thanks @andrewgaul, I've removed the reference to the inputStream. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/174#issuecomment-142521744

Re: [jclouds-site] add softlayer getting started (#134)

2015-09-22 Thread Andrea Turli
I think we can merge it now, and address the comments on swift when it will be removed. Thoughts? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/134#issuecomment-142332117

[jclouds] Fix openstack nova when floating ips are not available (#860)

2015-09-22 Thread Andrea Turli
- improve destroyNode that could remove keypair and/or securityGroup if required You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/860 -- Commit Summary -- * improve roll-back strategy when floating-ip are not available -- File Changes

Re: [jclouds-labs] Fix dnsSearch type in Docker's HostConfig (#207)

2015-10-05 Thread Andrea Turli
Closed #207. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/207#event-426648432

Re: [jclouds-labs] Fix dnsSearch type in Docker's HostConfig (#207)

2015-10-05 Thread Andrea Turli
@nacx, great! Thanks @googlielmo for your patch! Keep up the great work! Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/a4b26323) and [1.9.x]( http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/b199681d) --- Reply to this email directly or view it on

Re: [jclouds] CloudStackComputeServiceAdapter static NAT change (#890)

2015-12-11 Thread Andrea Turli
Closed #890. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/890#event-489477134

Re: [jclouds] CloudStackComputeServiceAdapter static NAT change (#890)

2015-12-11 Thread Andrea Turli
Merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/75e2c699) and [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/36358bcc) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/890#issuecomment-163970174

Re: [jclouds] CloudStackComputeServiceAdapter static NAT change (#890)

2015-12-11 Thread Andrea Turli
+1 @Graeme-Miller, great work! meriging now --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/890#issuecomment-163964018

Re: [jclouds-labs] support docker api v1.18 (#174)

2015-11-25 Thread Andrea Turli
close as #221 fix the same issues and has been already merged. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/174#issuecomment-159644092

Re: [jclouds-labs] support docker api v1.18 (#174)

2015-11-25 Thread Andrea Turli
Closed #174. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/174#event-474640206

Re: [jclouds-labs] [JCLOUDS-982] remove Optional from AzureComputeTemplateOptions (#197)

2015-11-18 Thread Andrea Turli
@ilgrosso yes indeed. The idea of this PR was not to fix all of the failing live tests but to simplify the usage of the templateOptions and to make virtualNetwork optional when provisioning a VM, I think. I think we need to make sure that we can run those tests even in a non-completely clean

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-08 Thread Andrea Turli
@ritazh generally this means that jclouds couldn't ssh to the VM for the following reasons: ``` - timeout: slow provisioning - wrong password - port 22 closed ``` could you identify a test case that is likely to show the problem more often? --- You are receiving this because you are subscribed

Re: [jclouds/jclouds-labs-google] Implementation of password setting for windows (#170)

2016-06-06 Thread Andrea Turli
Closed #170. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/170#event-682644994

Re: [jclouds/jclouds-labs-google] Implementation of password setting for windows (#170)

2016-06-06 Thread Andrea Turli
ok cool! Merging now! --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/170#issuecomment-223916136

Re: [jclouds/jclouds-labs-google] Implementation of password setting for windows (#170)

2016-06-06 Thread Andrea Turli
thanks @bostko Merged at [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/276ee07e) --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-07 Thread Andrea Turli
> @@ -207,11 +207,11 @@ private void getImagesFromPublisher(String > publisherName, List osImages > > private List listImagesByLocation(String location) { >final List osImages = Lists.newArrayList(); > - > - getImagesFromPublisher("Microsoft.WindowsAzure.Compute", osImages, >

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-08 Thread Andrea Turli
> @@ -207,7 +208,7 @@ private void getImagesFromPublisher(String publisherName, > List osImages > > private List listImagesByLocation(String location) { >final List osImages = Lists.newArrayList(); > - String[] publishers = >

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-07 Thread Andrea Turli
hi @ritazh, I'm trying to follow the [README](https://github.com/jclouds/jclouds-labs/blob/8e7d4c057640151ebefbfbd3ef24de8be7a9171f/azurecompute-arm/README.md#run-live-tests) to run the liveTests but I get this error: ``` java.lang.NullPointerException: test.jclouds.oauth.resource at

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-07 Thread Andrea Turli
> + > + @Inject > + VMHardwareToHardware(@Memoized final Supplier > locations) { > + this.locations = locations; > + } > + > + @Override > + public Hardware apply(VMHardware from) { > + final HardwareBuilder builder = new HardwareBuilder() > +

Re: [jclouds/jclouds-labs] Use container host ip not manager ip for populating node metadata. (#277)

2016-06-06 Thread Andrea Turli
thx @duncangrant, merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/7e55ad79) do you need to back-port this patch to 1.9.x branch as well? I think there are conflicts when trying to cherry-pick the same commit. --- You are receiving this because you are subscribed

Re: [jclouds/jclouds-labs] Use container host ip not manager ip for populating node metadata. (#277)

2016-06-06 Thread Andrea Turli
Closed #277. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/277#event-682926168

Re: [jclouds/jclouds-labs] Use container host ip not manager ip for populating node metadata. (#277)

2016-06-06 Thread Andrea Turli
lgtm, merging --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/277#issuecomment-223971079

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-06 Thread Andrea Turli
> + public boolean apply(final String name) { > +runningNumber++; > + > +Deployment deployment = > api.getDeploymentApi(resourceGroupName).create(name, deploymentTemplate); > + > +if (deployment != null) { > + VMDeployment vmDeployment =

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-07 Thread Andrea Turli
> + public boolean apply(final String name) { > +runningNumber++; > + > +Deployment deployment = > api.getDeploymentApi(resourceGroupName).create(name, deploymentTemplate); > + > +if (deployment != null) { > + VMDeployment vmDeployment =

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-07 Thread Andrea Turli
Thanks @ritazh, just wondering, do you think this `-Dtest.jclouds.oauth.resource="https://management.azure.com/` parameter is likely to change? or it will be always the same? in that case, maybe we should add it to the

Re: [jclouds/jclouds-labs] Use container host ip not manager ip for populating node metadata. (#277)

2016-06-06 Thread Andrea Turli
ok backported at [1.9.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/2033e639) --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/277#issuecomment-223978616

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-07 Thread Andrea Turli
cool! --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/279#issuecomment-224316758

Re: [jclouds/jclouds-labs] JCLOUDS-664 Azurecompute-arm compute service (#279)

2016-06-10 Thread Andrea Turli
> +import static > org.jclouds.azurecompute.arm.config.AzureComputeProperties.OPERATION_POLL_INITIAL_PERIOD; > +import static > org.jclouds.azurecompute.arm.config.AzureComputeProperties.OPERATION_POLL_MAX_PERIOD; > +import static >

<    1   2   3   4   5   6   7   8   9   10   >