[jira] [Commented] (JCLOUDS-172) "Graduate" GCE to core

2015-06-03 Thread Daniel Broudy (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14571776#comment-14571776 ] Daniel Broudy commented on JCLOUDS-172: --- [~nacx] Once we resolve the suspend/resume

Re: [jclouds] JCLOUDS-894: Add portable multipart upload (#762)

2015-06-03 Thread Timur Alperovich
> @@ -275,4 +285,20 @@ public String copyBlob(String fromContainer, String > fromName, String toContainer > Closeables2.closeQuietly(is); >} > } > + > + // TODO: parallel uploads > + @Beta > + protected String putMultipartBlob(String container, Blob blob, PutOptions >

Re: [jclouds] JCLOUDS-894: Add portable multipart upload (#762)

2015-06-03 Thread Timur Alperovich
AWS Java S3 SDK does the following: public static long calculateOptimalPartSize(PutObjectRequest putObjectRequest, TransferManagerConfiguration configuration) { double contentLength = TransferManagerUtils.getContentLength(putObjectRequest); double optimalPartSize = (double)co

Build failed in Jenkins: jclouds-1.9.x-branch #69

2015-06-03 Thread jenkins-no-reply
See -- [...truncated 51344 lines...] [JENKINS] Archiving to org.apache.jclouds.driver/jclouds-joda/1.9.1-SN

[jira] [Updated] (JCLOUDS-923) NovaComputeServiceAdapter.listImages fails if any zone API fails

2015-06-03 Thread Jonathan Cobb (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Cobb updated JCLOUDS-923: -- Description: I have an integration test that launches an instance, runs a simple echo command

[jira] [Created] (JCLOUDS-923) NovaComputeServiceAdapter.listImages fails if any zone API fails

2015-06-03 Thread Jonathan Cobb (JIRA)
Jonathan Cobb created JCLOUDS-923: - Summary: NovaComputeServiceAdapter.listImages fails if any zone API fails Key: JCLOUDS-923 URL: https://issues.apache.org/jira/browse/JCLOUDS-923 Project: jclouds

[jclouds] [SoftLayer] fix SoftLayerTemplateBuilderLiveTest (#763)

2015-06-03 Thread Andrea Turli
add more iso3166Codes You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/763 -- Commit Summary -- * [SoftLayer] fix SoftLayerTemplateBuilderLiveTest -- File Changes -- M providers/softlayer/src/main/java/org/jclouds/softlayer/SoftLa

Build failed in Jenkins: jclouds-1.9.x-branch » Apache jclouds #69

2015-06-03 Thread jenkins-no-reply
See -- Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation o

Jenkins build is back to stable : jclouds-labs-google-1.9.x-branch #62

2015-06-03 Thread jenkins-no-reply
See

Jenkins build is back to stable : jclouds-labs-google-1.9.x-branch » jclouds Google Cloud Storage provider #62

2015-06-03 Thread jenkins-no-reply
See

Jenkins build became unstable: jclouds-labs-google-1.9.x-branch #61

2015-06-03 Thread jenkins-no-reply
See

Jenkins build became unstable: jclouds-labs-google-1.9.x-branch » jclouds Google Cloud Storage provider #61

2015-06-03 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.9.x-branch #64

2015-06-03 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.9.x-branch » Apache jclouds #64

2015-06-03 Thread jenkins-no-reply
See

Re: [jclouds] [SoftLayer] use FQDN as hostname (#749)

2015-06-03 Thread Andrea Turli
Merged at http://git-wip-us.apache.org/repos/asf/jclouds/commit/047d1b54 and backported to 1.9.x at http://git-wip-us.apache.org/repos/asf/jclouds/commit/443ca430 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/749#issuecomment-108413996

Re: [jclouds] [SoftLayer] use FQDN as hostname (#749)

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

Re: [jclouds] replace ExpectTests with MockWebServerTests (#727)

2015-06-03 Thread Andrea Turli
@nacx could we merge that now? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/727#issuecomment-108403852

Re: [jclouds] [Softlayer] Implements setting and retrieving the notes property (#756)

2015-06-03 Thread Svet
Addressed part of the comments, waiting for input on the rest. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/756#issuecomment-108385482

[jclouds-labs-google] Added support for Preemptible instances in GCE (#146)

2015-06-03 Thread ajatix
Google has introduced a new feature for compute engine that spawns instances at a cheaper cost but for shorter durations. Useful for developers for testing. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs-google/pull/146 -- Commit Summary

Re: [jclouds] [Softlayer] Implements setting and retrieving the notes property (#756)

2015-06-03 Thread Svet
> @@ -149,4 +152,34 @@ > @Produces(MediaType.APPLICATION_JSON) > @Fallback(Fallbacks.FalseOnNotFoundOr404.class) > boolean setTags(@PathParam("id") long id, @BinderParam(TagToJson.class) > Set tags); > + > + /** > +* Set notes (visible in UI) > +* > +* @param id > +*

[jira] [Commented] (JCLOUDS-922) missing listInDetail in the nova server with security groups extension

2015-06-03 Thread Michael Velbaum (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570695#comment-14570695 ] Michael Velbaum commented on JCLOUDS-922: - According to https://review.openstack.

Re: [jclouds] [Softlayer] Implements setting and retrieving the notes property (#756)

2015-06-03 Thread Svet
> @@ -125,6 +126,15 @@ public void testSetTagsOnVirtualGuest() throws Exception > { > } > > @Test(dependsOnMethods = "testSetTagsOnVirtualGuest") > + public void testSetNotesOnVirtualGuest() throws Exception { > + // Test with maximum allowed notes length - 1000 characters. Max l

Re: [jclouds] [Softlayer] Implements setting and retrieving the notes property (#756)

2015-06-03 Thread Svet
> + Map meta = templateOptions.getUserMetadata(); > + if (meta != null && !meta.isEmpty()) { > +if (meta.containsKey(USER_META_NOTES)) { > + return meta.get(USER_META_NOTES); > +} else { > + String notes = "User Metadata\n=