[jclouds-labs-google] Configure GCS consistency model as STRICT (#121)

2015-01-12 Thread snotling
AFAIK Google Cloud Storage provides a strong/strict consistency model.
https://cloud.google.com/storage/docs/concepts-techniques#consistency
You can merge this Pull Request by running:

  git pull https://github.com/snotling/jclouds-labs-google patch-1

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds-labs-google/pull/121

-- Commit Summary --

  * Configure GCS consistency model as STRICT

-- File Changes --

M 
google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/blobstore/config/GoogleCloudStorageBlobStoreContextModule.java
 (2)

-- Patch Links --

https://github.com/jclouds/jclouds-labs-google/pull/121.patch
https://github.com/jclouds/jclouds-labs-google/pull/121.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/121


Re: [jclouds-labs] [JCLOUDS-702] JCloud ProfitBricks provider implementation (#72)

2015-01-12 Thread Ignasi Barrera
Pushed to master as 
[6e1a037](https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=commit;h=6e1a0376f837e2dfe765758333e09761ff39b9b4).
 Thanks @devcsrj!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72#issuecomment-69549285

Re: [jclouds] JCLOUDS-529: fix aws-ec2 cleanupIncidentalResources (#629)

2015-01-12 Thread Aled Sage
 +  assertPosted(DEFAULT_REGION, 
 Action=DescribePlacementGroupsGroupName.1=jclouds%23sg-3c6ef654%23us-east-1);
 +  assertPosted(DEFAULT_REGION, 
 Action=DeletePlacementGroupGroupName=jclouds%23sg-3c6ef654%23us-east-1);
 +  assertPosted(DEFAULT_REGION, 
 Action=DescribePlacementGroupsGroupName.1=jclouds%23sg-3c6ef654%23us-east-1);
 +   }
 +
 +   public void 
 deleteIncidentalResourcesGivingDependencyViolationForSecurityGroup() throws 
 Exception {
 +  
 runDeleteIncidentalResourcesGivingErrForSecurityGroup(DependencyViolation);
 +   }
 +   
 +   public void deleteIncidentalResourcesGivingInUseForSecurityGroup() throws 
 Exception {
 +  
 runDeleteIncidentalResourcesGivingErrForSecurityGroup(InvalidGroup.InUse);
 +   }
 +   
 +   protected void 
 runDeleteIncidentalResourcesGivingErrForSecurityGroup(String errCode) throws 
 Exception {
 +  // Complicated dispatcher is needed because cleanUpIncidentalResources 
 will retry an unpredictable 
 +  // number of times (because it is time-based, for 3 seconds - not 
 configurable).

@nacx agreed that making this configurable is sensible. I'd prefer that work to 
be done in multiple stages if possible - with this PR being merged first, as it 
fixes the issue of delete-VM always failing for a sub-set of AWS account 
holders.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/629/files#r22782327

Re: [jclouds-labs] [JCLOUDS-702] JCloud ProfitBricks provider implementation (#72)

2015-01-12 Thread Ignasi Barrera
Closed #72.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72#event-217286348

[jira] [Commented] (JCLOUDS-702) Create ProfitBricks Provider

2015-01-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14273459#comment-14273459
 ] 

ASF subversion and git services commented on JCLOUDS-702:
-

Commit 6e1a0376f837e2dfe765758333e09761ff39b9b4 in jclouds-labs's branch 
refs/heads/master from [~devcsrj]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=6e1a037 ]

JCLOUDS-702: JCloud ProfitBricks provider implementation


 Create ProfitBricks Provider
 

 Key: JCLOUDS-702
 URL: https://issues.apache.org/jira/browse/JCLOUDS-702
 Project: jclouds
  Issue Type: Task
Reporter: Reijhanniel Jearl Campos





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-428) support Java 8

2015-01-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14273720#comment-14273720
 ] 

ASF subversion and git services commented on JCLOUDS-428:
-

Commit d82e9705d7ed566e4f6c490367a7c4b7567e6df5 in jclouds's branch 
refs/heads/1.8.x from [~nacx]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=d82e970 ]

JCLOUDS-428: Use Maps with a consistent iteration order


 support Java 8
 --

 Key: JCLOUDS-428
 URL: https://issues.apache.org/jira/browse/JCLOUDS-428
 Project: jclouds
  Issue Type: Improvement
Affects Versions: 1.8.0
Reporter: Andrew Gaul
Assignee: Andrew Gaul
 Fix For: 1.8.0

 Attachments: cloudloadbalancers.txt


 We should ensure compatibility with Java 8 in advance of its GA release in 
 March.  Presently several jclouds tests in core fail due to new collection 
 methods and HashMap ordering differences.  I have not yet tested further.  We 
 should backport any fixes to 1.7.x.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds] Use AutoService for creation of Service Loader Metadata (#621)

2015-01-12 Thread Jeremy Daggett
Pushed to **master** d3c1e2e and **1.8.x** bc48aad

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/621#issuecomment-69630178

Re: [jclouds-labs-google] Configure GCS consistency model as STRICT (#121)

2015-01-12 Thread Andrew Gaul
@snotling List operations still have eventual consistency:

 List operations are eventually consistent. This eventual consistency applies 
 to operations that get a list of objects or buckets. For example, if you 
 upload an object to a bucket, you can immediately download that object and 
 get its ACLs because object uploads are strongly consistent. However, if you 
 upload an object to a bucket, and then immediately perform a list objects 
 operation on the bucket in which the object is stored, the uploaded object 
 might not immediately appear in the returned list of objects. This is also 
 true if you create a bucket and then immediately perform a list buckets 
 operation. The newly-created bucket will be immediately available for use, 
 but the bucket might not immediately appear in the returned list of buckets.

We mostly use this attribute for tests to clear containers, for which we need 
to know if list is strongly consistent.  jclouds could break the consistency 
model out into various operations in a more granular way; would you like to 
look into this?  Here is another reference with cross-provider consistency 
results:

https://github.com/andrewgaul/are-we-consistent-yet#observed-consistency

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/121#issuecomment-69632353

Re: [jclouds] support directory blobs (#637)

2015-01-12 Thread Jeremy Daggett
@gaul @kahing Hi! I wanted to give you a head's up that on Mac OS X, I am 
consistently seeing these failures on master:
```
Failed tests:
  FilesystemBlobStoreTest.testGetDirectoryBlob:488 expected [true] but found 
[false]
  FilesystemBlobStoreTest.testListDirectoryBlobs:505 expected [true] but found 
[false]
  FilesystemBlobStoreTest.testPutDirectoryBlobs:471 expected [true] but found 
[false]
  FilesystemStorageStrategyImplTest.testDeleteIntermediateDirectoryBlob:399 
expected [true] but found [false]
  FilesystemStorageStrategyImplTest.testGetDirectoryBlob:360 expected [true] 
but found [false]
  FilesystemStorageStrategyImplTest.testWriteDirectoryBlob:352 expected [true] 
but found [false]
```
Looking into a fix...

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/637#issuecomment-69624045

Re: [jclouds] support directory blobs (#637)

2015-01-12 Thread Ka-Hing Cheung
I know what the problem is and working on a fix.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/637#issuecomment-69625983

Re: [jclouds] Use AutoService for creation of Service Loader Metadata (#621)

2015-01-12 Thread Jeremy Daggett
Closed #621.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/621#event-217609105

[jclouds] disable directory blob tests in OS X (#640)

2015-01-12 Thread Ka-Hing Cheung
On OS X, java doesn't support xattrs, which is required by
directory blobs. Disable those tests on OS X

should fix @jdaggett 's problem with #637 
You can merge this Pull Request by running:

  git pull https://github.com/kahing/jclouds filesystem-directory-blobs

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds/pull/640

-- Commit Summary --

  * support directory blobs
  * disable directory blob tests in OS X

-- File Changes --

M 
apis/filesystem/src/main/java/org/jclouds/filesystem/predicates/validators/internal/FilesystemBlobKeyValidatorImpl.java
 (5)
M 
apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java
 (142)
M 
apis/filesystem/src/test/java/org/jclouds/filesystem/FilesystemBlobStoreTest.java
 (61)
M 
apis/filesystem/src/test/java/org/jclouds/filesystem/predicates/validators/internal/FilesystemBlobKeyValidatorTest.java
 (5)
M 
apis/filesystem/src/test/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImplTest.java
 (67)
M blobstore/src/main/java/org/jclouds/blobstore/config/LocalBlobStore.java 
(21)
M 
blobstore/src/main/java/org/jclouds/blobstore/reference/BlobStoreConstants.java 
(1)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/640.patch
https://github.com/jclouds/jclouds/pull/640.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/640


Re: [jclouds] disable directory blob tests in OS X (#640)

2015-01-12 Thread Jeremy Daggett
@kahing Thanks for the fix! This is exactly how I worked around the issue 
earlier this morning. As soon as the build succeeds, I am +1 for this PR. cc/ 
@andrewgaul 

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/640#issuecomment-69632506

Jenkins build is back to stable : jclouds-1.8.x-branch » jclouds Amazon EC2 provider #82

2015-01-12 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds-1.8.x-branch/org.apache.jclouds.provider$aws-ec2/82/changes



Jenkins build is back to stable : jclouds-1.8.x-branch #82

2015-01-12 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-1.8.x-branch/82/changes



Re: [jclouds] disable directory blob tests in OS X (#640)

2015-01-12 Thread Andrew Gaul
Pushed to master as 5cc3b243fc878a44091b78b14d8e5cb00086a75a.

This commit addresses the test failures, although we might need a more general 
solution.  Unfortunately lack of extended attributes on Mac OS X is a [JDK 
issue](https://bugs.openjdk.java.net/browse/JDK-8030048).

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/640#issuecomment-69642878

Re: [jclouds] Update okhttp to version 2.2.0 (#641)

2015-01-12 Thread Ignasi Barrera
the new interceptors could prove to be a very useful feature.

Indeed! Change lgtm. Thanks! (IIRC all downstream repos should inherit this 
value, right?)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/641#issuecomment-69645695

[jclouds] Update okhttp to version 2.2.0 (#641)

2015-01-12 Thread Jeremy Daggett
This PR updates the `okhttp` dependency to version **2.2.0**.

There are quite a number of 
[fixes](https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-220) 
in this release. For APIs that require this dependency, the new 
[interceptors](https://github.com/square/okhttp/wiki/Interceptors) could prove 
to be a very useful feature.
You can merge this Pull Request by running:

  git pull https://github.com/rackspace/jclouds update-okhttp-2.2.0

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds/pull/641

-- Commit Summary --

  * Update okhttp to version 2.2.0

-- File Changes --

M project/pom.xml (2)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/641.patch
https://github.com/jclouds/jclouds/pull/641.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/641


[jclouds] make xattr work in docker volume (#642)

2015-01-12 Thread Ka-Hing Cheung
when you bind a host volume into docker, java does not correctly
detect that and checks the xattr support on the root fs instead
of the host fs. The root fs often does not support xattr, so
the check would fail even if the target really does support xattr.

the fix is just try setting the xattrs anyway, and let them fail
if there really isn't xattrs support

You can merge this Pull Request by running:

  git pull https://github.com/kahing/jclouds filesystem-in-docker-xattr

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds/pull/642

-- Commit Summary --

  * make xattr work in docker volume

-- File Changes --

M 
apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java
 (30)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/642.patch
https://github.com/jclouds/jclouds/pull/642.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/642


Jenkins build is back to normal : jclouds-karaf #824

2015-01-12 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-karaf/824/



Build failed in Jenkins: jclouds-guava-17-18 » 18.0,OpenJDK 7 (latest) #29

2015-01-12 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=18.0,jdk=OpenJDK%207%20(latest)/29/changes

Changes:

[Andrew Gaul] Enable testListContainerMarker for Atmos

--
[...truncated 5624 lines...]
Starting test 
testCanReadRsaAndCompareFingerprintOnPublicRSAKey(org.jclouds.ssh.SshKeysTest)
[pool-24-thread-1] Test 
testCanReadRsaAndCompareFingerprintOnPublicRSAKey(org.jclouds.ssh.SshKeysTest) 
succeeded: 1ms
Test suite progress: tests succeeded: 263, failed: 1, skipped: 0.
Starting test testEncodeAsOpenSSH(org.jclouds.ssh.SshKeysTest)
[pool-24-thread-1] Test testEncodeAsOpenSSH(org.jclouds.ssh.SshKeysTest) 
succeeded: 2ms
Test suite progress: tests succeeded: 264, failed: 1, skipped: 0.
Starting test 
testPrivateKeyMatchesFingerprintString(org.jclouds.ssh.SshKeysTest)
[pool-24-thread-1] Test 
testPrivateKeyMatchesFingerprintString(org.jclouds.ssh.SshKeysTest) succeeded: 
3ms
Test suite progress: tests succeeded: 265, failed: 1, skipped: 0.
Starting test testPrivateKeyMatchesFingerprintTyped(org.jclouds.ssh.SshKeysTest)
[pool-24-thread-1] Test 
testPrivateKeyMatchesFingerprintTyped(org.jclouds.ssh.SshKeysTest) succeeded: 
2ms
Test suite progress: tests succeeded: 266, failed: 1, skipped: 0.
Starting test testPrivateKeyMatchesPublicKeyString(org.jclouds.ssh.SshKeysTest)
[pool-24-thread-1] Test 
testPrivateKeyMatchesPublicKeyString(org.jclouds.ssh.SshKeysTest) succeeded: 3ms
Test suite progress: tests succeeded: 267, failed: 1, skipped: 0.
Starting test testPrivateKeyMatchesPublicKeyTyped(org.jclouds.ssh.SshKeysTest)
[pool-24-thread-1] Test 
testPrivateKeyMatchesPublicKeyTyped(org.jclouds.ssh.SshKeysTest) succeeded: 4ms
Test suite progress: tests succeeded: 268, failed: 1, skipped: 0.
Starting test testPrivateKeyMatchesSha1String(org.jclouds.ssh.SshKeysTest)
[pool-24-thread-1] Test 
testPrivateKeyMatchesSha1String(org.jclouds.ssh.SshKeysTest) succeeded: 4ms
Test suite progress: tests succeeded: 269, failed: 1, skipped: 0.
Starting test testPrivateKeyMatchesSha1Typed(org.jclouds.ssh.SshKeysTest)
[pool-24-thread-1] Test 
testPrivateKeyMatchesSha1Typed(org.jclouds.ssh.SshKeysTest) succeeded: 3ms
Test suite progress: tests succeeded: 270, failed: 1, skipped: 0.
Starting test testApply(org.jclouds.ssh.config.RsaSshKeyPairGeneratorTest)
[pool-25-thread-1] Test 
testApply(org.jclouds.ssh.config.RsaSshKeyPairGeneratorTest) succeeded: 25ms
Test suite progress: tests succeeded: 271, failed: 1, skipped: 0.
Starting test testAllProtocol(org.jclouds.net.util.IpPermissionsTest)
Starting test testAllProtocolCidrBound(org.jclouds.net.util.IpPermissionsTest)
Starting test testAllProtocolInvalidCidr(org.jclouds.net.util.IpPermissionsTest)
Starting test 
testAllProtocolExclusionCidrBound(org.jclouds.net.util.IpPermissionsTest)
Starting test 
testAllProtocolInvalidCidrMultiple(org.jclouds.net.util.IpPermissionsTest)
[pool-26-thread-4] Test 
testAllProtocolInvalidCidr(org.jclouds.net.util.IpPermissionsTest) succeeded: 
2ms
Test suite progress: tests succeeded: 272, failed: 1, skipped: 0.
[pool-26-thread-2] Test 
testAllProtocolCidrBound(org.jclouds.net.util.IpPermissionsTest) succeeded: 2ms
Test suite progress: tests succeeded: 273, failed: 1, skipped: 0.
[pool-26-thread-1] Test testAllProtocol(org.jclouds.net.util.IpPermissionsTest) 
succeeded: 2ms
Test suite progress: tests succeeded: 274, failed: 1, skipped: 0.
Starting test 
testAllProtocolInvalidExclusionCidr(org.jclouds.net.util.IpPermissionsTest)
[pool-26-thread-3] Test 
testAllProtocolExclusionCidrBound(org.jclouds.net.util.IpPermissionsTest) 
succeeded: 3ms
Starting test 
testAllProtocolInvalidExclusionCidrMultiple(org.jclouds.net.util.IpPermissionsTest)
Test suite progress: tests succeeded: 275, failed: 1, skipped: 0.
Starting test testAnyProtocol(org.jclouds.net.util.IpPermissionsTest)
[pool-26-thread-5] Test 
testAllProtocolInvalidCidrMultiple(org.jclouds.net.util.IpPermissionsTest) 
succeeded: 3ms
Test suite progress: tests succeeded: 276, failed: 1, skipped: 0.
[pool-26-thread-4] Test 
testAllProtocolInvalidExclusionCidr(org.jclouds.net.util.IpPermissionsTest) 
succeeded: 0ms
Test suite progress: tests succeeded: 277, failed: 1, skipped: 0.
[pool-26-thread-1] Test testAnyProtocol(org.jclouds.net.util.IpPermissionsTest) 
succeeded: 0ms
Test suite progress: tests succeeded: 278, failed: 1, skipped: 0.
Starting test 
testAnyProtocolWithExcludedCidr(org.jclouds.net.util.IpPermissionsTest)
Starting test testJustProtocolAndCidr(org.jclouds.net.util.IpPermissionsTest)
Starting test 
testJustProtocolAndExcludedCidr(org.jclouds.net.util.IpPermissionsTest)
[pool-26-thread-3] Test 
testAnyProtocolWithExcludedCidr(org.jclouds.net.util.IpPermissionsTest) 
succeeded: 0ms
Starting test testMultipleCidrs(org.jclouds.net.util.IpPermissionsTest)
Test suite progress: tests succeeded: 279, failed: 1, skipped: 0.
[pool-26-thread-4] Test 
testJustProtocolAndCidr(org.jclouds.net.util.IpPermissionsTest) succeeded: 0ms
Test suite 

Re: [jclouds-labs] JCLOUDS-664:Implement OSImageToImage Function (#117)

2015-01-12 Thread Bhathiya
@andreaturli , @nacx 
Shall we get this merged? 

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/117#issuecomment-69695591

Build failed in Jenkins: jclouds-karaf #823

2015-01-12 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-karaf/823/

--
[...truncated 149 lines...]
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-compute/2.0.0-SNAPSHOT/maven-metadata.xml
 (1003 B at 4.8 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-compute/2.0.0-SNAPSHOT/jclouds-compute-2.0.0-20150113.035124-148.pom
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-compute/2.0.0-SNAPSHOT/jclouds-compute-2.0.0-20150113.035124-148.pom
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-compute/2.0.0-SNAPSHOT/jclouds-compute-2.0.0-20150113.035124-148.pom
 (3 KB at 14.5 KB/sec)
Downloading: 
http://download.java.net/maven/2/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/maven-metadata.xml
 (1009 B at 4.8 KB/sec)
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/maven-metadata.xml
 (1009 B at 4.8 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/jclouds-scriptbuilder-2.0.0-20150113.035032-149.pom
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/jclouds-scriptbuilder-2.0.0-20150113.035032-149.pom
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/jclouds-scriptbuilder-2.0.0-20150113.035032-149.pom
 (4 KB at 16.6 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://download.java.net/maven/2/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/maven-metadata.xml
 (1005 B at 4.8 KB/sec)
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/maven-metadata.xml
 (1005 B at 4.7 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/jclouds-blobstore-2.0.0-20150113.035516-148.pom
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/jclouds-blobstore-2.0.0-20150113.035516-148.pom
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/jclouds-blobstore-2.0.0-20150113.035516-148.pom
 (4 KB at 19.3 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/jclouds-core-2.0.0-20150113.034933-149.jar
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-compute/2.0.0-SNAPSHOT/jclouds-compute-2.0.0-20150113.035124-148.jar
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/jclouds-blobstore-2.0.0-20150113.035516-148.jar
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/jclouds-scriptbuilder-2.0.0-20150113.035032-149.jar
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.0-SNAPSHOT/jclouds-blobstore-2.0.0-20150113.035516-148.jar
 (161 KB at 167.4 KB/sec)
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/jclouds-scriptbuilder-2.0.0-20150113.035032-149.jar
 (170 KB 

Re: [jclouds] Backport Chef Map ordering to 1.8.x (#639)

2015-01-12 Thread Jeremy Daggett
Closed #639.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/639#event-217479324

Jenkins build became unstable: jclouds-1.8.x-branch » jclouds Amazon EC2 provider #81

2015-01-12 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds-1.8.x-branch/org.apache.jclouds.provider$aws-ec2/81/



Jenkins build became unstable: jclouds-1.8.x-branch #81

2015-01-12 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-1.8.x-branch/81/changes