Re: [jclouds/jclouds] Return lastModified and size when listing S3 parts (#1063)

2017-02-16 Thread Andrew Gaul
Unfortunately this introduces a new method since we cannot change the `listMultipartParts` return type. -- 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/pull/1063#issuecomment-280544153

[jclouds/jclouds] Return lastModified and size when listing S3 parts (#1063)

2017-02-16 Thread Andrew Gaul
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1063 -- Commit Summary -- * Return lastModified and size when listing S3 parts -- File Changes -- M apis/s3/src/main/java/org/jclouds/s3/S3Client.java (14) A

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread alibazlamit
@nacx i have done all of the changes above, i noticed one issue with the `RateLimitRetryHandler` it does not seem to work right or it does not fit the way the API works, the API sends in each response header that looks like this ``` X-Rate-Limit-Limit: 25 X-Rate-Limit-Remaining: 24 ``` Is there

Re: [jclouds/jclouds-labs] Checks existence of node before getting SecurityGroups and Images (#360)

2017-02-16 Thread Daniel Estévez
@danielestevez pushed 1 commit. c24e690 Changes log message -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/360/files/a79e560de96d32abaf8bf52a2b093bc39523687a..c24e690f26b4e3fae5b3663f129f8e4bdcfa20b7

Re: [jclouds/jclouds-labs] Fix NPE in ARM VirtualMachineToNodeMetadata (#363)

2017-02-16 Thread Andrea Turli
Lgtm, thanks -- 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/363#issuecomment-280432809

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread Ignasi Barrera
nacx commented on this pull request. > + } + + List processors = new ArrayList(); + for (int i = 0; i < server.hardware().vcore(); i++) { +Processor proc = new Processor(server.hardware().coresPerProcessor(), 1d); +processors.add(proc); +

Re: [jclouds/jclouds-karaf] Improvements to feature (#92)

2017-02-16 Thread Ignasi Barrera
nacx requested changes on this pull request. Epic PR @andreaturli! > @@ -82,7 +82,8 @@ limitations under the License. - ${project.build.directory}/dependency-reduced-pom.xml + Why has this been changed? We might need this

[jira] [Commented] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-16 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870274#comment-15870274 ] Zack Shoylev commented on JCLOUDS-1240: --- Interesting. As per

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread alibazlamit
alibazlamit commented on this pull request. > + } + + List processors = new ArrayList(); + for (int i = 0; i < server.hardware().vcore(); i++) { +Processor proc = new Processor(server.hardware().coresPerProcessor(), 1d); +processors.add(proc); +

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread alibazlamit
alibazlamit commented on this pull request. > + } + + List processors = new ArrayList(); + for (int i = 0; i < server.hardware().vcore(); i++) { +Processor proc = new Processor(server.hardware().coresPerProcessor(), 1d); +processors.add(proc); +

Re: [jclouds/jclouds-karaf] Improvements to feature (#92)

2017-02-16 Thread Andrea Turli
@nacx I think we had some issues with the builder, now the PR looks ok as it is from my workstation. Can you please double-check before merging it? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[jclouds/jclouds-labs] Fix NPE in ARM VirtualMachineToNodeMetadata (#363)

2017-02-16 Thread Ignasi Barrera
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/363 -- Commit Summary -- * Fix NPE in ARM VirtualMachineToNodeMetadata -- File Changes -- M

Jenkins build is back to normal : jclouds-karaf-2.0.x-branch #34

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-karaf-2.0.x-branch/34/

Jenkins build is still unstable: jclouds-karaf #2090

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-karaf/2090/

Jenkins build is still unstable: jclouds-karaf » jclouds :: Karaf :: Integration Tests #2090

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-karaf/org.apache.jclouds.karaf$itests/2090/

Jenkins build is back to stable : jclouds-labs-2.0.x-branch #37

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-labs-2.0.x-branch/37/

Jenkins build is back to stable : jclouds-labs-2.0.x-branch » Vagrant provider #37

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-labs-2.0.x-branch/org.apache.jclouds.labs$vagrant/37/

Re: [jclouds/jclouds-labs] Adds new available Azure locations (#362)

2017-02-16 Thread Ignasi Barrera
Pushed to [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/83c58388) and [2.0.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/624155af). -- 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] Adds new available Azure locations (#362)

2017-02-16 Thread Ignasi Barrera
Closed #362. -- 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/362#event-965001308

Re: [jclouds/jclouds-karaf] Improvements to feature (#92)

2017-02-16 Thread Andrea Turli
Closed #92. -- 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-karaf/pull/92#event-964971751

Re: [jclouds/jclouds-karaf] Improvements to feature (#92)

2017-02-16 Thread Andrea Turli
Reopened #92. -- 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-karaf/pull/92#event-964971783

Re: [jclouds/jclouds-labs] Adds new available Azure locations (#362)

2017-02-16 Thread Daniel Estévez
:up: Where did you get those locations info? https://azure.microsoft.com/en-ca/regions/ doesn't show them -- 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] Adds new available Azure locations (#362)

2017-02-16 Thread Daniel Estévez
@danielestevez pushed 1 commit. 0442b71 Adds missing location code -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/362/files/13488ee3674dd22e1bcbef1c11c908042e10e96b..0442b7125cfbfe29612f7176663d7efc7a39fcb6

Jenkins build became unstable: jclouds-labs-2.0.x-branch #36

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-labs-2.0.x-branch/36/

Jenkins build became unstable: jclouds-labs-2.0.x-branch » Vagrant provider #36

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-labs-2.0.x-branch/org.apache.jclouds.labs$vagrant/36/

Jenkins build is back to normal : jclouds-2.0.x-branch #24

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-2.0.x-branch/24/

Re: [jclouds/jclouds-karaf] Improvements to feature (#92)

2017-02-16 Thread Andrea Turli
Closed #92. -- 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-karaf/pull/92#event-964796331

Re: [jclouds/jclouds-karaf] Improvements to feature (#92)

2017-02-16 Thread Andrea Turli
Reopened #92. -- 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-karaf/pull/92#event-964796367

Re: [jclouds/jclouds-karaf] Improvements to feature (#92)

2017-02-16 Thread Andrea Turli
rebuild please -- 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-karaf/pull/92#issuecomment-280300366

Build failed in Jenkins: jclouds #3545

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds/3545/Changes: [Ignasi Barrera] JCLOUDS-1239: Handle gzipped userdata in logging -- [...truncated 5.12 MB...] [JENKINS] Archiving to

Build failed in Jenkins: jclouds » jclouds jsch ssh client #3545

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.driver$jclouds-jsch/3545/-- Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk

Build failed in Jenkins: jclouds-2.0.x-branch #23

2017-02-16 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-2.0.x-branch/23/-- Started by an SCM change Building remotely on 853a8675 (standard m1.large lxc-fedora17 large) in workspace $ sudo

[jira] [Resolved] (JCLOUDS-1239) Gzipped userdata not handled in openstack-nova debug logging

2017-02-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera resolved JCLOUDS-1239. - Resolution: Fixed Fix Version/s: 2.0.1 2.1.0 > Gzipped

Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1062)

2017-02-16 Thread Ignasi Barrera
Closed #1062. -- 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/pull/1062#event-964717401

Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1062)

2017-02-16 Thread Ignasi Barrera
Squashed the commits and added the JIRA issue to the commit message. Pushed to 2.0.x as [0c1fe36a](http://git-wip-us.apache.org/repos/asf/jclouds/commit/0c1fe36a). Thanks @felfert! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1061)

2017-02-16 Thread Ignasi Barrera
Closed #1061. -- 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/pull/1061#event-964716013

Re: [jclouds/jclouds] Handle gzipped userdata in logging (#1061)

2017-02-16 Thread Ignasi Barrera
Squashed the commits and added the JIRA issue to the commit message. Pushed to master as [e26146c6](http://git-wip-us.apache.org/repos/asf/jclouds/commit/e26146c6). Thanks @felfert! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[jira] [Commented] (JCLOUDS-1239) Gzipped userdata not handled in openstack-nova debug logging

2017-02-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869663#comment-15869663 ] ASF subversion and git services commented on JCLOUDS-1239: -- Commit

[jira] [Commented] (JCLOUDS-1239) Gzipped userdata not handled in openstack-nova debug logging

2017-02-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869665#comment-15869665 ] ASF subversion and git services commented on JCLOUDS-1239: -- Commit

[jira] [Updated] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-16 Thread Archana Chinnaiah (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Archana Chinnaiah updated JCLOUDS-1240: --- Description: Content length of the manifest file for multipart upload in swift

Re: [jclouds/jclouds-labs] Adds new available Azure locations (#362)

2017-02-16 Thread Ignasi Barrera
nacx requested changes on this pull request. Thanks @danielestevez! > @@ -38,11 +38,17 @@ US_GOV_VIRGINIA("US Gov Virginia", "US-VA"), NORTH_CENTRAL_US("North Central US", "US-IL"), SOUTH_CENTRAL_US("South Central US", "US-TX"), + WEST_CENTRAL_US("West Central US", ""), US-WY >

[jira] [Created] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-16 Thread Archana Chinnaiah (JIRA)
Archana Chinnaiah created JCLOUDS-1240: -- Summary: MultiPart Upload Swift Key: JCLOUDS-1240 URL: https://issues.apache.org/jira/browse/JCLOUDS-1240 Project: jclouds Issue Type: Bug

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread Ignasi Barrera
nacx commented on this pull request. > +import org.jclouds.compute.ComputeServiceAdapter; +import org.jclouds.compute.domain.Hardware; +import org.jclouds.compute.domain.Processor; +import org.jclouds.compute.domain.Template; +import org.jclouds.compute.domain.Volume; +import

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -49,12 +53,23 @@ public OneAndOneProviderMetadata(Builder builder) { public static Properties defaultProperties() { Properties properties = OneAndOneApiMetadata.defaultProperties(); + + properties.setProperty(PROPERTY_REGIONS,