Re: [jclouds-site] Add Glacier guide (#121)

2014-08-11 Thread Andrew Gaul
I added a link to the signer JIRA issue, squashed the commits, and pushed to 
master as af86b0187db4c3db76caf1564c664cb46b263dbd.

When trying to deploy with jekyll 1.5.1 and 2.2.0 I encountered some spurious 
changes.
@everett-toews Any suggestions on how best to do this?

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

Re: [jclouds-site] Add Glacier guide (#121)

2014-08-11 Thread Andrew Gaul
Closed #121.

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

Re: [jclouds-examples] Add glacier example (#58)

2014-08-11 Thread Andrew Gaul
Closed #58.

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

Re: [jclouds-examples] Add glacier example (#58)

2014-08-11 Thread Andrew Gaul
 +
 +  // Create a container
 +  final String containerName = UUID. randomUUID().toString() + 
 _interruptionExample;
 +  blobstore.createContainerInLocation(null, containerName); // Create a 
 vault
 +
 +  // Create a blob
 +  ByteSource payload = ByteSource.wrap(data.getBytes(Charsets.UTF_8));
 +  Blob blob = blobstore.blobBuilder(ignored) // The blob name is 
 ignored in Glacier
 +.payload(payload)
 +.contentLength(payload.size())
 +.build();
 +
 +  // Put the blob in the container
 +  final String blobId = blobstore.putBlob(containerName, blob);
 +
 +  // New thread

Discussing offline with @rcoedo, we will revisit this when we have a better 
handle on general blobstore cancellation.

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

Re: [jclouds-labs] Add vSphere support (#61)

2014-08-11 Thread BuildHive
[jclouds » jclouds-labs 
#1400](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1400/) 
FAILURE
Looks like there's a problem with this pull request
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Build failed in Jenkins: jclouds » jclouds-labs #1400

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1400/changes

Changes:

[igreenfi] Add vSphere support

[igreenfi] Remove copyright from pom.xml

[igreenfi] Organized  imports

[igreenfi] Fix checkstyle

[igreenfi] change the LICENSE header, add notice file

[igreenfield] remove all code

[igreenfield] delete file

[igreenfield] Comment out test

[igreenfield] Comment out test

[igreenfi] add gitignore

[igreenfi] Add new parameter + change chunk size

[igreenfi] Move NOTICE file

[igreenfi] delete NOTICE file

[igreenfi] move NOTICE file to the root folder

[igreenfield] Fix some issue in pom

[igreenfield] change name

[igreenfield] remove unused dependency

[igreenfield] Fix some issues from code review

[igreenfield] Fix checkstyle-result

[igreenfield] Move to Predicates2.retry

[igreenfi] Add unit tests

[igreenfi] Add API classes

[igreenfi] rename file

[igreenfi] add copyrights

[igreenfi] Change intrafaces names

[igreenfi] Add checkNotNull to constructor args

[igreenfi] minor fixes in pom

[igreenfi] remove unnecessary class

[igreenfi] Fix compilation errors

[igreenfi] Fix BUG in number of cores

[igreenfield] Add unit test

[igreenfi] Change version to correct one

[igreenfi] Add classifier to dependency.

[igreenfi] Fix powermock dependency

[igreenfi] Fix dependecies

[igreenfi] * Add some logging.

[igreenfi] * New Test

[igreenfi] * Add test.

[igreenfi] * Fix test by adding mocks

[igreenfi] * Add support for distributedVirtualSwitch.

[igreenfi] * Fix linux name

[igreenfield] new version

[igreenfi] fix disk size

--
GitHub pull request #61 to jclouds/jclouds-labs
Building remotely on s-2ff13db5 in workspace 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/ws/
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/jclouds/jclouds-labs.git
  Opening connection
Done: 0
  Counting objects
Done: 725
  Finding sources
Done: 725
  Getting sizes
Done: 492
  Compressing objects
Done: 4796
  Writing objects
Done: 725
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/1400
Checking out Revision f656d5c8a853b33753bc735eb10015354bf30e11 (master)
Cleaning workspace
Resetting working tree
Parsing POMs
Failed to transfer Could not find metadata 
org.apache.jclouds:jclouds-project:2.0.0-SNAPSHOT/maven-metadata.xml in 
sonatype-nexus-snapshots 
(https://oss.sonatype.org/content/repositories/snapshots)
Downloaded artifact 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/ws/ at 
hudson.remoting.Channel@6f7a2e2d:s-2ff13db5
at hudson.FilePath.act(FilePath.java:907)
at hudson.FilePath.act(FilePath.java:884)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:933)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:661)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:566)
at hudson.model.Run.execute(Run.java:1665)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:509)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
Caused by: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.jclouds.labs:jclouds-labs:pom:1.8.0-SNAPSHOT and 
'parent.relativePath' points at wrong local POM @ line 25, column 11

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1337)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1071)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2439)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could 

Re: [jclouds-labs] Add vSphere support (#61)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-labs-pull-requests 
#225](https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/225/) 
FAILURE
Looks like there's a problem with this pull request

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

Re: [jclouds-labs] Add vSphere support (#61)

2014-08-11 Thread BuildHive
[jclouds » jclouds-labs 
#1401](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1401/) 
FAILURE
Looks like there's a problem with this pull request
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Build failed in Jenkins: jclouds » jclouds-labs #1401

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1401/changes

Changes:

[igreenfi] Add vSphere support

[igreenfi] Remove copyright from pom.xml

[igreenfi] Organized  imports

[igreenfi] Fix checkstyle

[igreenfi] change the LICENSE header, add notice file

[igreenfield] remove all code

[igreenfield] delete file

[igreenfield] Comment out test

[igreenfield] Comment out test

[igreenfi] add gitignore

[igreenfi] Add new parameter + change chunk size

[igreenfi] Move NOTICE file

[igreenfi] delete NOTICE file

[igreenfi] move NOTICE file to the root folder

[igreenfield] Fix some issue in pom

[igreenfield] change name

[igreenfield] remove unused dependency

[igreenfield] Fix some issues from code review

[igreenfield] Fix checkstyle-result

[igreenfield] Move to Predicates2.retry

[igreenfi] Add unit tests

[igreenfi] Add API classes

[igreenfi] rename file

[igreenfi] add copyrights

[igreenfi] Change intrafaces names

[igreenfi] Add checkNotNull to constructor args

[igreenfi] minor fixes in pom

[igreenfi] remove unnecessary class

[igreenfi] Fix compilation errors

[igreenfi] Fix BUG in number of cores

[igreenfield] Add unit test

[igreenfi] Change version to correct one

[igreenfi] Add classifier to dependency.

[igreenfi] Fix powermock dependency

[igreenfi] Fix dependecies

[igreenfi] * Add some logging.

[igreenfi] * New Test

[igreenfi] * Add test.

[igreenfi] * Fix test by adding mocks

[igreenfi] * Add support for distributedVirtualSwitch.

[igreenfi] * Fix linux name

[igreenfield] new version

[igreenfi] fix disk size

[igreenfi] move to 2.0.0-SNAPSHOT

--
[...truncated 6415 lines...]
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-core/1.5.5/powermock-core-1.5.5.pom
 (2 KB at 58.6 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock/1.5.5/powermock-1.5.5.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock/1.5.5/powermock-1.5.5.pom
 (12 KB at 690.8 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-reflect/1.5.5/powermock-reflect-1.5.5.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-reflect/1.5.5/powermock-reflect-1.5.5.pom
 (2 KB at 56.5 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/objenesis/objenesis/2.1/objenesis-2.1.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/objenesis/objenesis/2.1/objenesis-2.1.pom
 (3 KB at 99.1 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
 (17 KB at 741.6 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.pom
 (10 KB at 547.0 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-api-easymock/1.5.5/powermock-api-easymock-1.5.5.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-api-easymock/1.5.5/powermock-api-easymock-1.5.5.pom
 (2 KB at 59.5 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-api/1.5.5/powermock-api-1.5.5.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-api/1.5.5/powermock-api-1.5.5.pom
 (805 B at 10.9 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-api-support/1.5.5/powermock-api-support-1.5.5.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-api-support/1.5.5/powermock-api-support-1.5.5.pom
 (2 KB at 72.7 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-module-testng/1.5.5/powermock-module-testng-1.5.5.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-module-testng/1.5.5/powermock-module-testng-1.5.5.pom
 (2 KB at 81.0 KB/sec)
[INFO] Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-modules/1.5.5/powermock-modules-1.5.5.pom
[INFO] Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/powermock/powermock-modules/1.5.5/powermock-modules-1.5.5.pom
 (798 B at 24.4 KB/sec)
[INFO] Downloading: 

Re: [jclouds-labs] Add vSphere support (#61)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-labs-pull-requests 
#226](https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/226/) 
FAILURE
Looks like there's a problem with this pull request

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

Re: [jclouds-labs] Add vSphere support (#61)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-labs-pull-requests 
#227](https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/227/) 
FAILURE
Looks like there's a problem with this pull request

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

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrew Phillips
 This requires downgrading maven-checkstyle-plugin to 2.11

The fix version for the 
[issue](https://jira.codehaus.org/browse/MCHECKSTYLE-225) also lists 2.12.1, 
which is already published. But the dates of the comments in the issue 
describing the fix don't seem to line up. Seeing the diff in this commit, I'm 
guessing we tried 2.12.1. and it didn't work?

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

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrew Phillips
 @@ -669,7 +669,7 @@
/plugin
plugin
  artifactIdmaven-checkstyle-plugin/artifactId
 -version2.12.1/version
 +version2.11/version

Could you add a comment here that we need a version that fixed MCHECKSTYLE-225?

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

Re: [jclouds-labs] Add vSphere support (#61)

2014-08-11 Thread BuildHive
[jclouds » jclouds-labs 
#1402](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1402/) 
FAILURE
Looks like there's a problem with this pull request
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Build failed in Jenkins: jclouds » jclouds-labs #1402

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1402/changes

Changes:

[igreenfi] Add vSphere support

[igreenfi] Remove copyright from pom.xml

[igreenfi] Organized  imports

[igreenfi] Fix checkstyle

[igreenfi] change the LICENSE header, add notice file

[igreenfield] remove all code

[igreenfield] delete file

[igreenfield] Comment out test

[igreenfield] Comment out test

[igreenfi] add gitignore

[igreenfi] Add new parameter + change chunk size

[igreenfi] Move NOTICE file

[igreenfi] delete NOTICE file

[igreenfi] move NOTICE file to the root folder

[igreenfield] Fix some issue in pom

[igreenfield] change name

[igreenfield] remove unused dependency

[igreenfield] Fix some issues from code review

[igreenfield] Fix checkstyle-result

[igreenfield] Move to Predicates2.retry

[igreenfi] Add unit tests

[igreenfi] Add API classes

[igreenfi] rename file

[igreenfi] add copyrights

[igreenfi] Change intrafaces names

[igreenfi] Add checkNotNull to constructor args

[igreenfi] minor fixes in pom

[igreenfi] remove unnecessary class

[igreenfi] Fix compilation errors

[igreenfi] Fix BUG in number of cores

[igreenfield] Add unit test

[igreenfi] Change version to correct one

[igreenfi] Add classifier to dependency.

[igreenfi] Fix powermock dependency

[igreenfi] Fix dependecies

[igreenfi] * Add some logging.

[igreenfi] * New Test

[igreenfi] * Add test.

[igreenfi] * Fix test by adding mocks

[igreenfi] * Add support for distributedVirtualSwitch.

[igreenfi] * Fix linux name

[igreenfield] new version

[igreenfi] fix disk size

[igreenfi] move to 2.0.0-SNAPSHOT

--
[...truncated 6369 lines...]
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.dir-locals.el
[INFO] Exclude: **/.project
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.eml
[INFO] Exclude: **/*.ipr
[INFO] Exclude: **/*.iws
[INFO] Exclude: **/*.DS_STORE
[INFO] Exclude: **/TAGS
[INFO] Exclude: **/.metadata/**
[INFO] Exclude: **/atlassian-ide-plugin.xml
[INFO] Exclude: **/.DS_Store
[INFO] Exclude: .mailmap
[INFO] Exclude: .git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.gitattributes
[INFO] Exclude: .repository/**
[INFO] Exclude: .repository/**
[INFO] Exclude: gc.log
[INFO] 4 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 4 licence.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ management-blobstore ---
[INFO] Building jar: 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/ws/jclouds-management/management-blobstore/target/management-blobstore-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (integration) @ management-blobstore 
---
[INFO] 
[JENKINS] Recording test results[INFO] --- 
maven-duplicate-finder-plugin:1.0.5:check (default) @ management-blobstore ---

[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] 
[INFO] Building jclouds vSphere api 2.0.0-SNAPSHOT
[INFO] 
[WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been 
relocated to commons-io:commons-io:jar:1.3.2
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ vsphere ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1.1:enforce (enforce-banned-dependencies) @ 
vsphere ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1.1:enforce (enforce-java) @ vsphere ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ vsphere ---
[INFO] artifact net.schmizz:sshj: checking for updates from central
[INFO] artifact net.schmizz:sshj: checking for updates from 
jclouds-sona-snapshots-nexus
[WARNING] While downloading org.apache.commons:commons-io:1.3.2
  This artifact has been relocated to commons-io:commons-io:1.3.2.
  https://issues.sonatype.org/browse/MVNCENTRAL-244


[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ vsphere 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non 

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrew Phillips
 jclouds-pull-requests #1075 UNSTABLE

This is related to two [Checkstyle 
violations](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1075/org.apache.jclouds.provider$softlayer/violations/)
 in SoftLayer, i.e. unrelated to this commit.

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

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrew Phillips
One minor comment about adding a clarifying comment to explain the reason for 
being behind on the Checkstyle plugin version. Otherwise, +1 - looks good to me.

Thanks for figuring this out, @andrewgaul!

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

Jenkins build is back to normal : jclouds-labs-openstack #421

2014-08-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack/421/



Jenkins build is back to normal : jclouds-labs-openstack » jclouds openstack-glance api #421

2014-08-11 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack/org.apache.jclouds.labs$openstack-glance/421/



Re: [jclouds] Remove maven-license-plugin (#473)

2014-08-11 Thread Andrew Phillips
+1 - looks good to me. Thanks, @andrewgaul!

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

[jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Phillips
See JCLOUDS-622 and https://github.com/jclouds/jclouds/commit/80a0256c
You can merge this Pull Request by running:

  git pull https://github.com/jclouds/jclouds-chef fix-build

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

  https://github.com/jclouds/jclouds-chef/pull/49

-- Commit Summary --

  * Fixing compilation errors caused by Payload no longer being an InputSupplier

-- File Changes --

M core/src/main/java/org/jclouds/chef/filters/SignedHeaderAuth.java (2)
M core/src/main/java/org/jclouds/chef/internal/BaseChefService.java (4)

-- Patch Links --

https://github.com/jclouds/jclouds-chef/pull/49.patch
https://github.com/jclouds/jclouds-chef/pull/49.diff

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


Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Phillips
 }
  
 @Override
 public byte[] decrypt(InputSupplier? extends InputStream supplier) 
 throws IOException {
return ByteStreams.toByteArray(new RSADecryptingPayload(crypto, 
 Payloads.newPayload(supplier.getInput()), privateKey
 -  .get()));
 +  .get()).openStream());

See above comment about the need to close the stream.

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread BuildHive
[jclouds » jclouds-chef 
#1269](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1269/) 
FAILURE
Looks like there's a problem with this pull request
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Phillips
 @@ -190,7 +190,7 @@ public boolean apply(Part input) {
  
 public String sign(String toSign) {
try {
 - byte[] encrypted = toByteArray(new RSAEncryptingPayload(crypto, 
 Payloads.newStringPayload(toSign), supplyKey.get()));
 + byte[] encrypted = toByteArray(new RSAEncryptingPayload(crypto, 
 Payloads.newStringPayload(toSign), supplyKey.get()).openStream());

Does this stream need to be closed in a `finally`? The Guava doc explicitly 
states that 
[toByteArray](http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/io/ByteStreams.html#toByteArray\(java.io.InputStream\))
 will **not** close the stream.

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

Build failed in Jenkins: jclouds » jclouds-chef #1269

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1269/changes

Changes:

[Andrew Phillips] Fixing compilation errors caused by Payload no longer being 
an InputSupplier

--
[...truncated 27 lines...]
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.chef:chef-project:pom:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' points at org.apache.jclouds.chef:jclouds-chef 
instead of org.apache:apache, please verify your project structure @ line 22, 
column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.api:chef:bundle:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.chef:chef-compute:jar:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.provider:enterprisechef:jar:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.chef:jclouds-chef:pom:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache jclouds Chef :: Project
[INFO] Apache jclouds Chef :: Core
[INFO] Apache jclouds Chef :: Compute
[INFO] Apache jclouds Chef :: Enterprise
[INFO] Apache jclouds Chef
[INFO] 
[INFO] 
[INFO] Building Apache jclouds Chef :: Project 2.0.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ chef-project ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ chef-project 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ chef-project ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/src/test/resources/**/*.sh
[INFO] Exclude: **/src/test/resources/**/*.bat
[INFO] Exclude: **/src/test/resources/**/*.cmd
[INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] Exclude: **/src/test/resources/**/*.gz
[INFO] Exclude: **/src/test/resources/**/*.xml
[INFO] Exclude: **/src/test/resources/**/*.json
[INFO] Exclude: **/LICENSE.txt
[INFO] Exclude: **/header.txt
[INFO] Exclude: **/NOTICE.txt
[INFO] Exclude: **/DISCLAIMER
[INFO] Exclude: **/BUILD.txt
[INFO] Exclude: **/CHANGES.txt
[INFO] Exclude: **/README.md
[INFO] Exclude: **/README.txt
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/CONTRIBUTING.md
[INFO] Exclude: **/*ProviderMetadata
[INFO] Exclude: **/*ApiMetadata
[INFO] Exclude: **/target/**
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/bin/**
[INFO] Exclude: 

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-chef-pull-requests 
#119](https://jclouds.ci.cloudbees.com/job/jclouds-chef-pull-requests/119/) 
FAILURE
Looks like there's a problem with this pull request

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Phillips
@andrewgaul @nacx Thoughts on the stream closing question?

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

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrea Turli
Hi @demobox I think it should be ok now with PR 
https://github.com/jclouds/jclouds/pull/476

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

[jclouds] fix ASF copyright headers on SoftLayer (#476)

2014-08-11 Thread Andrea Turli

You can merge this Pull Request by running:

  git pull https://github.com/andreaturli/jclouds fix/sl-checkstyle-violations

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

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

-- Commit Summary --

  * fix ASF copyright headers on SoftLayer

-- File Changes --

M 
providers/softlayer/src/main/java/org/jclouds/softlayer/domain/VirtualDiskImage.java
 (6)
M 
providers/softlayer/src/main/java/org/jclouds/softlayer/domain/VirtualGuestBlockDeviceTemplate.java
 (6)

-- Patch Links --

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

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


Re: [jclouds] fix ASF copyright headers on SoftLayer (#476)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-java-6-pull-requests 
#9](https://jclouds.ci.cloudbees.com/job/jclouds-java-6-pull-requests/9/) 
FAILURE
Looks like there's a problem with this pull request

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

Re: [jclouds] fix ASF copyright headers on SoftLayer (#476)

2014-08-11 Thread Andrew Phillips
+1 - looks good to me. But Checkstyle is really what we're waiting for here ;-) 
Thanks, @andreaturli!

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

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrew Phillips
 I think it should be ok now

Thanks, @andreaturli! @andrewgaul Guess it's worth rebasing this on master once 
Andrea's PR is merged?

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

Re: [jclouds] fix ASF copyright headers on SoftLayer (#476)

2014-08-11 Thread BuildHive
[jclouds » jclouds 
#1493](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1493/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Jenkins build is back to stable : jclouds » jclouds #1493

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1493/changes



Build failed in Jenkins: jclouds » jclouds-chef #1270

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1270/

--
[...truncated 21 lines...]
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.chef:chef-project:pom:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' points at org.apache.jclouds.chef:jclouds-chef 
instead of org.apache:apache, please verify your project structure @ line 22, 
column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.api:chef:bundle:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.chef:chef-compute:jar:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.provider:enterprisechef:jar:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.chef:jclouds-chef:pom:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache jclouds Chef :: Project
[INFO] Apache jclouds Chef :: Core
[INFO] Apache jclouds Chef :: Compute
[INFO] Apache jclouds Chef :: Enterprise
[INFO] Apache jclouds Chef
[INFO] 
[INFO] 
[INFO] Building Apache jclouds Chef :: Project 2.0.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ chef-project ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ chef-project 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ chef-project ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/src/test/resources/**/*.sh
[INFO] Exclude: **/src/test/resources/**/*.bat
[INFO] Exclude: **/src/test/resources/**/*.cmd
[INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] Exclude: **/src/test/resources/**/*.gz
[INFO] Exclude: **/src/test/resources/**/*.xml
[INFO] Exclude: **/src/test/resources/**/*.json
[INFO] Exclude: **/LICENSE.txt
[INFO] Exclude: **/header.txt
[INFO] Exclude: **/NOTICE.txt
[INFO] Exclude: **/DISCLAIMER
[INFO] Exclude: **/BUILD.txt
[INFO] Exclude: **/CHANGES.txt
[INFO] Exclude: **/README.md
[INFO] Exclude: **/README.txt
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/CONTRIBUTING.md
[INFO] Exclude: **/*ProviderMetadata
[INFO] Exclude: **/*ApiMetadata
[INFO] Exclude: **/target/**
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/bin/**
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.dir-locals.el
[INFO] Exclude: **/.project
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.eml

Re: [jclouds] fix ASF copyright headers on SoftLayer (#476)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1080](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1080/) SUCCESS
This pull request looks good

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread BuildHive
[jclouds » jclouds-chef 
#1271](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1271/) 
SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Jenkins build is back to normal : jclouds » jclouds-chef #1271

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1271/changes



Re: [jclouds-labs] Add vSphere support (#61)

2014-08-11 Thread BuildHive
[jclouds » jclouds-labs 
#1404](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1404/) 
ABORTED

[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Re: [jclouds-labs] Add vSphere support (#61)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-labs-pull-requests 
#229](https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/229/) 
UNSTABLE
Looks like there's a problem with this pull request

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

Re: [jclouds-examples] Make CreateServer allow a user to execute jobs via SSH. (#59)

2014-08-11 Thread Andrew Phillips
 @@ -52,35 +60,55 @@
 /**
  * To get a service account and its private key see [TODO: write some
  * documentation on the website and put a link to it]
 -* 
 -* The first argument (args[0]) must be your service account email address
 -* The second argument (args[1]) must a path to your service account
 -* private key PEM file (without a password).
 +*
 +* The first argument (args[0]) is your service account email address
 +*(https://developers.google.com/console/help/new/#serviceaccounts).
 +* The second argument (args[1]) is a path to your service account 
 private key PEM file without a password
 +*(https://developers.google.com/console/help/new/#serviceaccounts).
 +* The third argument (args[2]) is your Google user name.
 +* The fourth argument (args[3]) is a path to the file containing your 
 SSH public key
 +*(https://developers.google.com/compute/docs/instances#sshkeys).
 +* The fifth argument (args[4]) is a path to the file containing your SSH 
 private key
 +*(https://developers.google.com/compute/docs/instances#sshkeys).

Are these the credentials to be used to log in to the target machine? Do we 
need to add a comment saying something like your private key will not be 
transmitted anywhere?

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

Re: [jclouds-examples] Make CreateServer allow a user to execute jobs via SSH. (#59)

2014-08-11 Thread Andrew Phillips
 @@ -179,7 +215,7 @@ private Image getImage() {
 /**
  * Always close your service when you're done with it.
  */
 -   public void close() throws IOException {
 +   public final void close() throws IOException {

Is this change needed?

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

Re: [jclouds-examples] Make CreateServer allow a user to execute jobs via SSH. (#59)

2014-08-11 Thread Andrew Phillips
 @@ -108,8 +137,15 @@ private void createServer() throws RunNodesException, 
 TimeoutException {
  .locationId(ZONE)
  .hardwareId(getHardware().getId())
  .imageId(getImage().getId())
 -.build();
 -  
 +   .build();

[minor] Is this indent change intentional?

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

Re: [jclouds-examples] Make CreateServer allow a user to execute jobs via SSH. (#59)

2014-08-11 Thread Ignasi Barrera
 @@ -52,35 +60,55 @@
 /**
  * To get a service account and its private key see [TODO: write some
  * documentation on the website and put a link to it]
 -* 
 -* The first argument (args[0]) must be your service account email address
 -* The second argument (args[1]) must a path to your service account
 -* private key PEM file (without a password).
 +*
 +* The first argument (args[0]) is your service account email address
 +*(https://developers.google.com/console/help/new/#serviceaccounts).
 +* The second argument (args[1]) is a path to your service account 
 private key PEM file without a password
 +*(https://developers.google.com/console/help/new/#serviceaccounts).

Just a note FTR. jclouds will fallback to authenticate with the SSH agent, so 
it should work with password protected keys if they're already loaded by the 
agent.

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

Re: [jclouds-examples] Make CreateServer allow a user to execute jobs via SSH. (#59)

2014-08-11 Thread Ignasi Barrera
 @@ -108,8 +137,15 @@ private void createServer() throws RunNodesException, 
 TimeoutException {
  .locationId(ZONE)
  .hardwareId(getHardware().getId())
  .imageId(getImage().getId())
 -.build();
 -  
 +   .build();
 +  // Authorize googleUserName to use the instance with their SSH key.
 +  template.getOptions().as(GoogleComputeEngineTemplateOptions.class)

Is the cast needed? If we're only using portable options here, then better 
remove the `as` call.

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

Re: [jclouds] remove Java 6 litter (#474)

2014-08-11 Thread Jeremy Daggett
+1 to cleaning up litter

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

Re: [jclouds] Use HEAD /name to check bucket existence with S3 (#475)

2014-08-11 Thread Shri Javadekar
 .addHeader(Date, 
 CONSTANT_DATE)
 -   .addHeader(Authorization, 
 AWS identity:p32RsBr2inawMBeCkkiA228BT2w=)

Why was the change in identity needed?

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

Re: [jclouds-labs-openstack] Remove Maven license plugin in favor of Checktyle license enforcement (#125)

2014-08-11 Thread BuildHive
[jclouds » jclouds-labs-openstack 
#1544](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-openstack/1544/)
 SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Re: [jclouds-labs-openstack] Remove Maven license plugin in favor of Checktyle license enforcement (#125)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-labs-openstack-pull-requests 
#350](https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack-pull-requests/350/)
 SUCCESS
This pull request looks good

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

Re: [jclouds] Use HEAD /name to check bucket existence with S3 (#475)

2014-08-11 Thread Andrew Gaul
 .addHeader(Date, 
 CONSTANT_DATE)
 -   .addHeader(Authorization, 
 AWS identity:p32RsBr2inawMBeCkkiA228BT2w=)

I changed the signature, not the identity.  Refer to 
http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html for more 
information.

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

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrew Gaul
 @@ -669,7 +669,7 @@
/plugin
plugin
  artifactIdmaven-checkstyle-plugin/artifactId
 -version2.12.1/version
 +version2.11/version

I retested with 2.12.1 and this works as-is.  I must have tested this 
incorrectly earlier.

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

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrew Gaul
Closed #472.

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

Re: [jclouds] Use HEAD /name to check bucket existence with S3 (#475)

2014-08-11 Thread Andrew Phillips
+1 - code change looks fine to me. Curious about the identify change too.

Thanks, @andrewgaul!

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Gaul
 @@ -190,7 +190,7 @@ public boolean apply(Part input) {
  
 public String sign(String toSign) {
try {
 - byte[] encrypted = toByteArray(new RSAEncryptingPayload(crypto, 
 Payloads.newStringPayload(toSign), supplyKey.get()));
 + byte[] encrypted = toByteArray(new RSAEncryptingPayload(crypto, 
 Payloads.newStringPayload(toSign), supplyKey.get()).openStream());

We should close it for consistency, although `StringPayload.openStream` returns 
a `ByteArrayInputStream` and thus does not require `close`.  Please use 
`ByteStreams2.toByteArrayAndClose`.

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

Re: [jclouds] Use HEAD /name to check bucket existence with S3 (#475)

2014-08-11 Thread Andrew Gaul
We cannot merge this as-is due to 
`S3RedirectionRetryHandlerExpectTest.testRedirectOnHeadBucketChangesRequestToGetBucket`
 failures.  However I do not understand this test and thus am not sure how to 
fix it.

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

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#472)

2014-08-11 Thread Andrew Phillips
 @@ -669,7 +669,7 @@
/plugin
plugin
  artifactIdmaven-checkstyle-plugin/artifactId
 -version2.12.1/version
 +version2.11/version

 I retested with 2.12.1 and this works as-is.

Ah, good to know!

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

Re: [jclouds] Remove maven-license-plugin (#473)

2014-08-11 Thread Andrew Gaul
Pushed to master as aa41d489f4c70475d5cbce2ae6e1c773cd7aaa18.  Will follow up 
with other repositories.

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

Re: [jclouds] Remove maven-license-plugin (#473)

2014-08-11 Thread Andrew Gaul
Closed #473.

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

Re: [jclouds] Fix CloudStack EgressFirewall request parameter name for 1.6.x (#229)

2014-08-11 Thread Jeremy Daggett
Closed #229.

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

Build failed in Jenkins: jclouds » jclouds-chef #1272

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1272/changes

Changes:

[gaul] Remove maven-license-plugin

--
[...truncated 39 lines...]
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache jclouds Chef :: Project
[INFO] Apache jclouds Chef :: Core
[INFO] Apache jclouds Chef :: Compute
[INFO] Apache jclouds Chef :: Enterprise
[INFO] Apache jclouds Chef
[INFO] 
[INFO] 
[INFO] Building Apache jclouds Chef :: Project 2.0.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ chef-project ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ chef-project 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ chef-project ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/src/test/resources/**/*.sh
[INFO] Exclude: **/src/test/resources/**/*.bat
[INFO] Exclude: **/src/test/resources/**/*.cmd
[INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] Exclude: **/src/test/resources/**/*.gz
[INFO] Exclude: **/src/test/resources/**/*.xml
[INFO] Exclude: **/src/test/resources/**/*.json
[INFO] Exclude: **/LICENSE.txt
[INFO] Exclude: **/header.txt
[INFO] Exclude: **/NOTICE.txt
[INFO] Exclude: **/DISCLAIMER
[INFO] Exclude: **/BUILD.txt
[INFO] Exclude: **/CHANGES.txt
[INFO] Exclude: **/README.md
[INFO] Exclude: **/README.txt
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/CONTRIBUTING.md
[INFO] Exclude: **/*ProviderMetadata
[INFO] Exclude: **/*ApiMetadata
[INFO] Exclude: **/target/**
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/bin/**
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.dir-locals.el
[INFO] Exclude: **/.project
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.eml
[INFO] Exclude: **/*.ipr
[INFO] Exclude: **/*.iws
[INFO] Exclude: **/*.DS_STORE
[INFO] Exclude: **/TAGS
[INFO] Exclude: **/.metadata/**
[INFO] Exclude: **/atlassian-ide-plugin.xml
[INFO] Exclude: **/.DS_Store
[INFO] Exclude: .mailmap
[INFO] Exclude: .git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.gitattributes
[INFO] Exclude: .repository/**
[INFO] Exclude: gc.log
[INFO] 1 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 1 licence.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ chef-project ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/target/chef-project-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
chef-project ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (integration) @ chef-project ---
[INFO] No tests to run.
[INFO] Surefire report directory: 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/target/surefire-reports

---
 T E S T S
---

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] 
[INFO] Building Apache jclouds Chef :: Core 2.0.0-SNAPSHOT
[INFO] 
[INFO] Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: 
http://clojars.org/repo/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml

Re: [jclouds] Update glance's endpoint for unit tests (#258)

2014-08-11 Thread Jeremy Daggett
As previous stated, this PR is superceded by work being done in 
jclouds-labs-openstack [PR 
77](https://github.com/jclouds/jclouds-labs-openstack/pull/77). Closing.

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

Re: [jclouds] Update glance's endpoint for unit tests (#258)

2014-08-11 Thread Jeremy Daggett
Closed #258.

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

Re: [jclouds] Use HEAD /name to check bucket existence with S3 (#475)

2014-08-11 Thread Shri Javadekar
 .addHeader(Date, 
 CONSTANT_DATE)
 -   .addHeader(Authorization, 
 AWS identity:p32RsBr2inawMBeCkkiA228BT2w=)

I see.

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

Re: [jclouds] Use HEAD /name to check bucket existence with S3 (#475)

2014-08-11 Thread Shri Javadekar
Change looks good to me.

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

Build failed in Jenkins: jclouds-chef #881

2014-08-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-chef/881/changes

Changes:

[Andrew Gaul] Remove maven-license-plugin

--
[...truncated 120 lines...]

[JENKINS] Recording test results[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ chef-project 
---

[INFO] Installing 
https://jclouds.ci.cloudbees.com/job/jclouds-chef/ws/project/pom.xml to 
https://jclouds.ci.cloudbees.com/job/jclouds-chef/ws/.repository/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/chef-project-2.0.0-SNAPSHOT.pom
[INFO] Installing 
https://jclouds.ci.cloudbees.com/job/jclouds-chef/ws/project/target/chef-project-2.0.0-SNAPSHOT-tests.jar
 to 
https://jclouds.ci.cloudbees.com/job/jclouds-chef/ws/.repository/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/chef-project-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ chef-project ---
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/maven-metadata.xml
 (824 B at 0.8 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/chef-project-2.0.0-20140811.180353-8.pom
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/chef-project-2.0.0-20140811.180353-8.pom
 (15 KB at 17.0 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/maven-metadata.xml
 (556 B at 2.2 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/maven-metadata.xml
 (824 B at 2.8 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/maven-metadata.xml
 (556 B at 1.0 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/chef-project-2.0.0-20140811.180353-8-tests.jar
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/chef-project-2.0.0-20140811.180353-8-tests.jar
 (5 KB at 16.5 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/chef/chef-project/2.0.0-SNAPSHOT/maven-metadata.xml
 (824 B at 2.8 KB/sec)
[INFO] 
[INFO] 
[INFO] Building Apache jclouds Chef :: Core 2.0.0-SNAPSHOT
[INFO] 
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://clojars.org/repo/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 7.5 KB/sec)
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 3.9 KB/sec)
[WARNING] Could not transfer metadata 
org.apache.jclouds:jclouds-core:2.0.0-SNAPSHOT/maven-metadata.xml from/to 
cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot): Access denied to: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/jclouds-core-2.0.0-20140811.174115-9.pom
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/jclouds-core-2.0.0-20140811.174115-9.pom
Downloaded: 

Build failed in Jenkins: jclouds-chef » Apache jclouds Chef :: Core #881

2014-08-11 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds-chef/org.apache.jclouds.api$chef/881/

--
[INFO] 
[INFO] 
[INFO] Building Apache jclouds Chef :: Core 2.0.0-SNAPSHOT
[INFO] 
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://clojars.org/repo/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 7.5 KB/sec)
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 3.9 KB/sec)
[WARNING] Could not transfer metadata 
org.apache.jclouds:jclouds-core:2.0.0-SNAPSHOT/maven-metadata.xml from/to 
cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot): Access denied to: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/jclouds-core-2.0.0-20140811.174115-9.pom
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/jclouds-core-2.0.0-20140811.174115-9.pom
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/jclouds-core-2.0.0-20140811.174115-9.pom
 (6 KB at 30.4 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://clojars.org/repo/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
 (822 B at 4.4 KB/sec)
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
 (822 B at 4.2 KB/sec)
[WARNING] Could not transfer metadata 
org.apache.jclouds:jclouds-project:2.0.0-SNAPSHOT/maven-metadata.xml from/to 
cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot): Access denied to: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/jclouds-project-2.0.0-20140811.173445-9.pom
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/jclouds-project-2.0.0-20140811.173445-9.pom
 (38 KB at 107.5 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://clojars.org/repo/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 7.1 KB/sec)
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 7.0 KB/sec)
[WARNING] Could not transfer metadata 
org.apache.jclouds:jclouds-core:2.0.0-SNAPSHOT/maven-metadata.xml from/to 
cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot): Access denied to: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://clojars.org/repo/org/apache/jclouds/jclouds-scriptbuilder/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 

Jenkins build is back to normal : jclouds » jclouds-labs #1406

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1406/changes



Jenkins build became unstable: jclouds » jclouds #1494

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1494/changes



Build failed in Jenkins: jclouds-karaf #660

2014-08-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-karaf/660/

--
[...truncated 2581 lines...]
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/provider/rackspace-cloudloadbalancers-uk/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://download.java.net/maven/2/org/apache/jclouds/provider/rackspace-cloudloadbalancers-uk/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/provider/rackspace-cloudloadbalancers-uk/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/provider/rackspace-cloudloadbalancers-uk/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 3.4 KB/sec)
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/provider/rackspace-cloudloadbalancers-uk/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 3.0 KB/sec)
[WARNING] Could not transfer metadata 
org.apache.jclouds.provider:rackspace-cloudloadbalancers-uk:2.0.0-SNAPSHOT/maven-metadata.xml
 from/to cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot): Access denied to: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/provider/rackspace-cloudloadbalancers-uk/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Copying bundle: org.apache.jclouds.provider:glesys:jar:2.0.0-SNAPSHOT
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/provider/glesys/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/provider/glesys/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://download.java.net/maven/2/org/apache/jclouds/provider/glesys/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/apache/jclouds/provider/glesys/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/provider/glesys/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/provider/glesys/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 5.2 KB/sec)
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/provider/glesys/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 4.5 KB/sec)
[WARNING] Could not transfer metadata 
org.apache.jclouds.provider:glesys:2.0.0-SNAPSHOT/maven-metadata.xml from/to 
cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot): Access denied to: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/provider/glesys/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Copying bundle: org.apache.jclouds:jclouds-compute:jar:2.0.0-SNAPSHOT
[INFO] Copying bundle: 
org.apache.jclouds.driver:jclouds-enterprise:jar:2.0.0-SNAPSHOT
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/driver/jclouds-enterprise/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/driver/jclouds-enterprise/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://download.java.net/maven/2/org/apache/jclouds/driver/jclouds-enterprise/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/apache/jclouds/driver/jclouds-enterprise/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/driver/jclouds-enterprise/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/driver/jclouds-enterprise/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 5.4 KB/sec)
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/driver/jclouds-enterprise/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 3.5 KB/sec)
[WARNING] Could not transfer metadata 
org.apache.jclouds.driver:jclouds-enterprise:2.0.0-SNAPSHOT/maven-metadata.xml 
from/to cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot): Access denied to: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/driver/jclouds-enterprise/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Copying bundle: 
org.apache.jclouds.api:openstack-keystone:jar:2.0.0-SNAPSHOT
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/api/openstack-keystone/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/api/openstack-keystone/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://download.java.net/maven/2/org/apache/jclouds/api/openstack-keystone/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/apache/jclouds/api/openstack-keystone/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Gaul
:+1: Thanks for catching this and please backport to 1.8.x since this may allow 
users to upgrade their applications to Guava 18.

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

Jenkins build is back to normal : jclouds » jclouds-chef #1273

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1273/changes



Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread BuildHive
[jclouds » jclouds-chef 
#1273](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1273/) 
SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread CloudBees pull request builder plugin
[jclouds-chef-pull-requests 
#121](https://jclouds.ci.cloudbees.com/job/jclouds-chef-pull-requests/121/) 
SUCCESS
This pull request looks good

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

Re: [jclouds] Use HEAD /name to check bucket existence with S3 (#475)

2014-08-11 Thread Andrew Phillips
 However I do not understand this test and thus am not sure how to fix it.

It looks like we're supposed to have fallback logic that handles a 301 by 
falling back from a HEAD to a GET? I guess you got that too, of course...so if 
the question is why are we doing that, I fear we'll need to ping e.g. 
@adriancole...

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

Jenkins build is back to stable : jclouds » jclouds #1495

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1495/changes



Re: [jclouds] Use HEAD /name to check bucket existence with S3 (#475)

2014-08-11 Thread Andrew Phillips
I also don't see any obvious logic that resets from HEAD to GET in 
[S3RedirectionRetryHandler](https://github.com/jclouds/jclouds/blob/master/apis/s3/src/main/java/org/jclouds/s3/handlers/S3RedirectionRetryHandler.java).

In fact, I also don't see how the _first_ request [in the 
test](https://github.com/jclouds/jclouds/blob/master/apis/s3/src/test/java/org/jclouds/s3/handlers/S3RedirectionRetryHandlerExpectTest.java#L52)
 could be sending a HEAD when the code as it was had a `@GET` on the method..?

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

Re: [jclouds] remove Java 6 litter (#474)

2014-08-11 Thread Andrew Phillips
Good with removing the Java 6/Java 7 switch. Some [Checkstyle 
violations](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1077/org.apache.jclouds$jclouds-core/violations/),
 though.

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

Build failed in Jenkins: jclouds » jclouds-chef #1274

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1274/

--
[...truncated 18 lines...]
Executing Maven:  -B -f 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/pom.xml clean 
verify -U -e -Dmaven.javadoc.skip=true
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds.chef:jclouds-chef:pom:2.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT 
(https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml)
 points at org.apache.jclouds.chef:jclouds-chef instead of org.apache:apache, 
please verify your project structure @ 
org.apache.jclouds.chef:chef-project:2.0.0-SNAPSHOT, 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/pom.xml,
 line 22, column 11
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache jclouds Chef :: Project
[INFO] Apache jclouds Chef :: Core
[INFO] Apache jclouds Chef :: Compute
[INFO] Apache jclouds Chef :: Enterprise
[INFO] Apache jclouds Chef
[INFO] 
[INFO] 
[INFO] Building Apache jclouds Chef :: Project 2.0.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ chef-project ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ chef-project 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ chef-project ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/src/test/resources/**/*.sh
[INFO] Exclude: **/src/test/resources/**/*.bat
[INFO] Exclude: **/src/test/resources/**/*.cmd
[INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] Exclude: **/src/test/resources/**/*.gz
[INFO] Exclude: **/src/test/resources/**/*.xml
[INFO] Exclude: **/src/test/resources/**/*.json
[INFO] Exclude: **/LICENSE.txt
[INFO] Exclude: **/header.txt
[INFO] Exclude: **/NOTICE.txt
[INFO] Exclude: **/DISCLAIMER
[INFO] Exclude: **/BUILD.txt
[INFO] Exclude: **/CHANGES.txt
[INFO] Exclude: **/README.md
[INFO] Exclude: **/README.txt
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/CONTRIBUTING.md
[INFO] Exclude: **/*ProviderMetadata
[INFO] Exclude: **/*ApiMetadata
[INFO] Exclude: **/target/**
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/bin/**
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.dir-locals.el
[INFO] Exclude: **/.project
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.eml
[INFO] Exclude: **/*.ipr
[INFO] Exclude: **/*.iws
[INFO] Exclude: **/*.DS_STORE
[INFO] Exclude: **/TAGS
[INFO] Exclude: **/.metadata/**
[INFO] Exclude: **/atlassian-ide-plugin.xml
[INFO] Exclude: **/.DS_Store
[INFO] Exclude: .mailmap
[INFO] Exclude: .git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.gitattributes
[INFO] Exclude: .repository/**
[INFO] Exclude: gc.log
[INFO] 1 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 1 licence.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ chef-project ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/target/chef-project-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
chef-project ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (integration) @ chef-project ---
[INFO] No tests to run.
[INFO] Surefire report directory: 
https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/ws/project/target/surefire-reports


Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Phillips
Committed to 
[master](https://git-wip-us.apache.org/repos/asf?p=jclouds-chef.git;a=commit;h=973c31e3944f3b728afd10b3a9a47fbb3cf7006f)

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

Re: [jclouds] fix ASF copyright headers on SoftLayer (#476)

2014-08-11 Thread Andrew Gaul
Closed #476.

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

Re: [jclouds] fix ASF copyright headers on SoftLayer (#476)

2014-08-11 Thread Andrew Gaul
Tested locally and pushed to master as fecedfdb3ff46a57376a4369aa16823862872114.

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Phillips
 backport to 1.8.x since this may allow users to upgrade their applications to 
 Guava 18

What should I put in the commit message? What's incompatible with other 
versions of Guava?

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

Re: [jclouds] remove Java 6 litter (#474)

2014-08-11 Thread Andrew Gaul
Addressed Checkstyle violations and pushed to master as 
a10bf3e9c5495b4c8c69e0059b5901266df471dd and 
f236e046e3e8a1a882c0762ac017d4570c343346.

@demobox I diffed the Java 7 and 8 tests and they are identical.

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Phillips
Closed #49.

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

Re: [jclouds] fix ASF copyright headers on SoftLayer (#476)

2014-08-11 Thread Andrew Phillips
 Tested locally and pushed to master

Thanks, @andrewgaul!

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Gaul
@demobox I used this for fb60d76704745317186ad700e9b7ce5a569a614d:

```
JCLOUDS-622: Remove most vestiges of InputSupplier

Guava 16 deprecated InputSupplier and a future release will remove it.
```

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

Jenkins build is back to normal : jclouds » jclouds-chef #1275

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-chef/1275/changes



Jenkins build is back to normal : jclouds-chef » Apache jclouds Chef :: Core #882

2014-08-11 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds-chef/org.apache.jclouds.api$chef/882/changes



Jenkins build is back to normal : jclouds-chef #882

2014-08-11 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-chef/882/changes



Re: [jclouds] JCLOUDS-658: xattr for filesystem blob metadata (#443)

2014-08-11 Thread Andrew Gaul
Closed #443.

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

[jira] [Commented] (JCLOUDS-658) Add blob metadata support to filesystem blobstore

2014-08-11 Thread ASF subversion and git services (JIRA)

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

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

Commit 204a6c7f3b3ff8689ad9df9b1084801b89dd901d in jclouds's branch 
refs/heads/master from [~gaul]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=204a6c7 ]

JCLOUDS-658: xattr for filesystem blob metadata

This allows the filesystem blobstore to mimic real blobstores more
accurately.  This also doubles the speed of getBlob by storing the
Content-MD5 header instead of recalculating it.


 Add blob metadata support to filesystem blobstore
 -

 Key: JCLOUDS-658
 URL: https://issues.apache.org/jira/browse/JCLOUDS-658
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-blobstore
Affects Versions: 1.8.0
Reporter: Andrew Gaul
Assignee: Andrew Gaul
 Fix For: 2.0.0


 Enabled by the move to Java 7 with introduces filesystem extended attributes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (JCLOUDS-658) Add blob metadata support to filesystem blobstore

2014-08-11 Thread Andrew Gaul (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul resolved JCLOUDS-658.
-

Resolution: Fixed

 Add blob metadata support to filesystem blobstore
 -

 Key: JCLOUDS-658
 URL: https://issues.apache.org/jira/browse/JCLOUDS-658
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-blobstore
Affects Versions: 1.8.0
Reporter: Andrew Gaul
Assignee: Andrew Gaul
 Fix For: 2.0.0


 Enabled by the move to Java 7 with introduces filesystem extended attributes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


Re: [jclouds] JCLOUDS-658: xattr for filesystem blob metadata (#443)

2014-08-11 Thread Andrew Gaul
Pushed to master as 204a6c7f3b3ff8689ad9df9b1084801b89dd901d.

@zack-shoylev Thanks for testing!

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

Re: [jclouds-chef] Fixing compilation errors caused by Payload no longer being an InputSupplier (#49)

2014-08-11 Thread Andrew Phillips
 I used this

Ah, you're referring to the adding .openStream() bit rather than the 
ByteStreams2 bit. Makes sense!

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

Re: [jclouds] JCLOUDS-658: xattr for filesystem blob metadata (#443)

2014-08-11 Thread Andrew Phillips
```
... mvn clean integration-test
Results :

Tests run: 25, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 01:16 min
[INFO] Finished at: 2014-08-11T16:29:25-05:00
[INFO] Final Memory: 31M/148M
[INFO] 
```
Works for me too. Thanks, @andrewgaul!

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

Jenkins build is still unstable: jclouds » jclouds-karaf #1186

2014-08-11 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-karaf/1186/



[jclouds-labs-google] JCLOUDS-661: Add ability to create single port firewall rule from Securi... (#39)

2014-08-11 Thread Stuart Hendren
...tyGroupExtension

added check for to and from port being the same
added test in BaseSecurityGroupExtensionLiveTest

fixes https://issues.apache.org/jira/browse/JCLOUDS-661
You can merge this Pull Request by running:

  git pull https://github.com/stuarthendren/jclouds-labs-google dev

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

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

-- Commit Summary --

  * JCLOUDS-661: Add ability to create single port firewall rule from 
SecurityGroupExtension

-- File Changes --

M 
google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/extensions/GoogleComputeEngineSecurityGroupExtension.java
 (6)

-- Patch Links --

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

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


Re: [jclouds-labs-google] initial commit to support GCE LB (#22)

2014-08-11 Thread Andrea Turli
 +
 +   /**
 +* Returns the specified ForwardingRule resource.
 +*
 +* @param region the name of the region scoping this request.
 +* @param forwardingRule the name of the ForwardingRule resource to 
 return.
 +* @return a ForwardingRule resource.
 +*/
 +   @Named(ForwardingRules:get)
 +   @GET
 +   @Consumes(MediaType.APPLICATION_JSON)
 +   @Path(/regions/{region}/forwardingRules/{forwardingRule})
 +   @OAuthScopes(COMPUTE_READONLY_SCOPE)
 +   @Fallback(NullOnNotFoundOr404.class)
 +   @Nullable
 +   ForwardingRule getInRegion(@PathParam(region) String region, 
 @PathParam(forwardingRule) String forwardingRule);

could you please point me to an existing API? Is [NovaApi]( 
https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/NovaApi.java)
 a good example? If yes, I'm not sure about the usage of @EndpointParam

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

[jira] [Commented] (JCLOUDS-661) Can not create a single port firewall rule using google SecurityGroupExtension

2014-08-11 Thread Stuart Hendren (JIRA)

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

Stuart Hendren commented on JCLOUDS-661:


See https://github.com/jclouds/jclouds-labs-google/pull/39


 Can not create a single port firewall rule using google SecurityGroupExtension
 --

 Key: JCLOUDS-661
 URL: https://issues.apache.org/jira/browse/JCLOUDS-661
 Project: jclouds
  Issue Type: Bug
  Components: jclouds-labs-google
Affects Versions: 1.7.3, 1.8.0
Reporter: Stuart Hendren
Priority: Minor
  Labels: easyfix

 When adding a new IpPermission for a SecurityGroup using the google 
 implementation of the SecurityGroupExtension you cannot specify a single 
 port. 
 The IpPermission requires a to and from port, then the implementation 
 (GoogleComputeEngineSecurityGroupExtension) fails if these two ports are the 
 same. This works with the AWS implementation, so I guess is the correct way 
 to specify a single port with this API. 
 Should be fixable with a simple check and using addPort(Integer port) from 
 the builder. 
  



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jclouds] Adding test for single port firewall rule (#477)

2014-08-11 Thread Stuart Hendren
see issue https://issues.apache.org/jira/browse/JCLOUDS-661
You can merge this Pull Request by running:

  git pull https://github.com/stuarthendren/jclouds dev

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

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

-- Commit Summary --

  * Adding test for single port firewall rule

-- File Changes --

M 
compute/src/test/java/org/jclouds/compute/extensions/internal/BaseSecurityGroupExtensionLiveTest.java
 (31)

-- Patch Links --

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

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


  1   2   >