Re: [jclouds] Add vSphere support (#364)

2014-06-16 Thread igreenfield
I don’t know about such API. From: lcheng61 [mailto:notificati...@github.com] Sent: Tuesday, June 17, 2014 1:05 AM To: jclouds/jclouds Cc: Izek Greenfield (igreenfi) Subject: Re: [jclouds] Add vSphere support (#364) By changing "Cisco Centos 6.5" to an existing template name, I'm able to clone

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Phillips
Just some minor comments and questions. Thanks, @rcoedo and @andrewgaul! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/11#issuecomment-46262050

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Phillips
> +result = Lists.newArrayList(); > + } > + return hashList.iterator().next(); > + } > + > + /** > + * Builds the Hash and the TreeHash values of the payload. > + * > + * @return The calculated TreeHash. > + * @see href="http://docs.aws

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Phillips
> + while (hashList.size() > 1) { > +//Hash pairs of values and add them to the result list. > +for (Iterator it = hashList.iterator(); it.hasNext();) > { > + HashCode hc1 = it.next(); > + if (it.hasNext()) { > + HashCod

Re: [jclouds] NodePredicates gained static predicate SUSPENDED (#405)

2014-06-16 Thread Andrew Phillips
Congrats, @cdancy! Thanks for contributing! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/405#issuecomment-46261756

Re: [jclouds] NodePredicates gained static predicate SUSPENDED (#405)

2014-06-16 Thread Christopher Dancy
This is my first commit but not on twitter. I am however on Facebook here: https://www.facebook.com/christoforever and googaplus here: https://plus.google.com/+ChristopherDancy/posts Looking forward to contributing more code and thanks for the help. --- Reply to this email directly or view it

Re: [jclouds-labs-aws] Store hashes as HashCode for type-safety (#12)

2014-06-16 Thread BuildHive
[jclouds » jclouds-labs-aws #966](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-aws/966/) 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-la

Re: [jclouds-labs-aws] Store hashes as HashCode for type-safety (#12)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-labs-aws-pull-requests #27](https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-pull-requests/27/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/12#issuecomment-46252636

[jira] [Created] (JCLOUDS-601) Allow RunScriptOptions to specify timeout to override global timeout

2014-06-16 Thread Andrew Bayer (JIRA)
Andrew Bayer created JCLOUDS-601: Summary: Allow RunScriptOptions to specify timeout to override global timeout Key: JCLOUDS-601 URL: https://issues.apache.org/jira/browse/JCLOUDS-601 Project: jclouds

[jclouds-labs-aws] Store hashes as HashCode for type-safety (#12)

2014-06-16 Thread Andrew Gaul
You can merge this Pull Request by running: git pull https://github.com/andrewgaul/jclouds-labs-aws hashcode Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-labs-aws/pull/12 -- Commit Summary -- * Store hashes as HashCode for type-safety -- Fil

[jira] [Created] (JCLOUDS-600) runScriptOnNode's sftp put can hang

2014-06-16 Thread Andrew Bayer (JIRA)
Andrew Bayer created JCLOUDS-600: Summary: runScriptOnNode's sftp put can hang Key: JCLOUDS-600 URL: https://issues.apache.org/jira/browse/JCLOUDS-600 Project: jclouds Issue Type: Bug

Build failed in Jenkins: jclouds-labs-aws #108

2014-06-16 Thread jenkins-no-reply
See Changes: [Andrew Gaul] JCLOUDS-457: Added TreeHash util class and its test. [Andrew Gaul] Avoid buffering entire input when hashing -- Started by an SCM change Building remotely on 09

Build failed in Jenkins: jclouds-labs-aws #108

2014-06-16 Thread jenkins-no-reply
See Changes: [Andrew Gaul] JCLOUDS-457: Added TreeHash util class and its test. [Andrew Gaul] Avoid buffering entire input when hashing -- Started by an SCM change Building remotely on 09

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
@hsbhathiya I understand my error and can successfully run the tests now. Can you update the README.md to point to the email address at APIs and Auth > Credentials > Email address? Previously I only used the numeric prefix but Google requires this and an alphanumeric suffix. Please also add a

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-labs-aws-pull-requests #26](https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-pull-requests/26/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/11#issuecomment-46247569

Re: [jclouds-labs-aws] Avoid buffering entire input when hashing (#10)

2014-06-16 Thread Andrew Gaul
Pushed to master. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/10#issuecomment-46249487

Re: [jclouds-labs-aws] Avoid buffering entire input when hashing (#10)

2014-06-16 Thread Andrew Gaul
Closed #10. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/10#event-131963489

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

2014-06-16 Thread BuildHive
See

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

2014-06-16 Thread BuildHive
See

[jira] [Commented] (JCLOUDS-457) Amazon Glacier support

2014-06-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033145#comment-14033145 ] ASF subversion and git services commented on JCLOUDS-457: - Commit

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
Closed #11. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/11#event-131961971

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
> + if (getClass() != obj.getClass()) > + return false; > + TreeHash other = (TreeHash) obj; > + return Objects.equal(this.treeHash, other.treeHash) && > Objects.equal(this.linearHash, other.linearHash); > + } > + > + @Override > + public String toString() { > + r

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Roman Coedo
> + if (getClass() != obj.getClass()) > + return false; > + TreeHash other = (TreeHash) obj; > + return Objects.equal(this.treeHash, other.treeHash) && > Objects.equal(this.linearHash, other.linearHash); > + } > + > + @Override > + public String toString() { > + r

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
Removed extra copy, ran live tests locally, and pushed to master. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/11#issuecomment-46249060

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread BuildHive
[jclouds » jclouds-labs-aws #963](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-aws/963/) 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-la

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Bhathiya
@andrewgaul I could simulat the same issue your_account_num...@developer.gserviceaccount.com it should be in the entire email address associated with service account .Read me should change to Email associated with serviceaccount Eg :- 123456123-abcd1234e...@developer.gserviceaccount.com I wil

[jira] [Commented] (JCLOUDS-596) Add 'SUSPENDED' predicate to org.jclouds.compute.predicates.NodePredicates

2014-06-16 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033105#comment-14033105 ] Everett Toews commented on JCLOUDS-596: --- refs/heads/1.7.x cb53eee8a -> 9d7a85738 Co

Build failed in Jenkins: jclouds-1.7.x-branch #92

2014-06-16 Thread jenkins-no-reply
See Changes: [Everett Toews] NodePredicates gained static predicate SUSPENDED -- [...truncated 2284 lines...] [INFO] jclouds ElasticHosts Hong Kong provider ... SKIPPED [INFO] j

Build failed in Jenkins: jclouds #2633

2014-06-16 Thread jenkins-no-reply
See Changes: [Everett Toews] NodePredicates gained static predicate SUSPENDED -- [...truncated 2316 lines...] [INFO] jclouds ElasticHosts Hong Kong provider ... SKIPPED [INFO] jclouds Elas

Build failed in Jenkins: jclouds-1.7.x-branch » Apache jclouds Project #92

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 1956 lines...] Downloaded: http://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.p

[jira] [Closed] (JCLOUDS-596) Add 'SUSPENDED' predicate to org.jclouds.compute.predicates.NodePredicates

2014-06-16 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews closed JCLOUDS-596. - Resolution: Fixed Fix Version/s: 1.7.4 1.8.0 Assignee: Christo

Build failed in Jenkins: jclouds » Apache jclouds Project #2633

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 1987 lines...] Downloaded: http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 95

Re: [jclouds] Add vSphere support (#364)

2014-06-16 Thread lcheng61
By changing "Cisco Centos 6.5" to an existing template name, I'm able to clone it at my vsphere server. Thank you @igreenfield. As my original question, can you suggest what API should I look at in order to load an ovf file (or other image file) to the vsphere server ? Is there a unified APIs

Re: [jclouds] NodePredicates gained static predicate SUSPENDED (#405)

2014-06-16 Thread Everett Toews
Merged to master and 1.7.x @cdancy Thanks for the contribution! This is your first commit right? We'd love to give you a shout out on Twitter if you're okay with that. What's your Twitter username? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/4

[jira] [Updated] (JCLOUDS-596) Add 'SUSPENDED' predicate to org.jclouds.compute.predicates.NodePredicates

2014-06-16 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-596: -- Affects Version/s: (was: 1.7.4) 1.7.3 > Add 'SUSPENDED' predicate t

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

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-labs-pull-requests #177](https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/177/) 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-46241972

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
> @hsbhathiya I am having problems configuring my private key correctly: I failed to extract the key correctly with `openssl rsa`. However I now see: ``` org.jclouds.http.HttpResponseException: command: POST https://accounts.google.com/o/oauth2/token HTTP/1.1 failed with response: HTTP/1.1 400

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
@mattstep This review has been open for almost 2 weeks; do you plan to comment on it? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/27#issuecomment-46238345

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
> + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > +package org.jclouds.googlecloudstorage.parse; > + > +import java.net.URI; > + > +import javax.ws.rs.Consumes; > +import javax.ws.rs.core.MediaType; > + > +import org.jclouds.goog

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
> @@ -17,7 +17,8 @@ > limitations under the License. > > --> > -http://maven.apache.org/POM/4.0.0"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd";> Some of these whitespace cha

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
@hsbhathiya I am having problems configuring my private key correctly: ```org.jclouds.rest.AuthorizationException: cannot parse pk. not enough elements (2) for a private key [[0, []]]``` Any suggestions? Also can we scope this commit down more, e.g., just to the authentication code handshaking

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
> + > +import java.io.Closeable; > + > +import javax.ws.rs.Path; > + > +import org.jclouds.googlecloudstorage.features.BucketAccessControlsApi; > +import org.jclouds.rest.annotations.Delegate; > + > +/** > + * Provide access to GoogleCloudStorage. > + * > + * @author Bhathiya Supun > + * @see hre

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
> +Running the live tests: > +--- > + > +1. Place the following in your ~/.m2/settings.xml in a profile enabled when > live: > +``` > + > your_account_num...@developer.gserviceaccount.com > +-BEGIN RSA PRIVATE KEY- > +MIIC

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
> + openssl rsa -in .pem -out .pem > + > +The last file (.pem) should contain the pk that needs to be passed > to `ContextBuilder.credential()` for the provider `google-cloud-storage`. > + > + > +Running the live tests: > +--- > + > +1. P

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
> @@ -0,0 +1,43 @@ > +jclouds Google Cloud Storage Provider Can you rename this file to README.md so that it renders as markdown? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/27/files#r13828822

Re: [jclouds-labs-google] Added Bucket Access Control with Tests (#27)

2014-06-16 Thread Andrew Gaul
> @@ -0,0 +1,43 @@ > +jclouds Google Cloud Storage Provider > +=== > + > +* Q. What is the identity for GCE? > + > +A. the identity is the developer email which can be obtained from the admin > GUI. Its usually something in the form: id>@dev

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
Some `ArrayList` should be less specific `List` or `Collection` as appropriate. This allows alternate implementations, often useful when passing the results of a collection view like `Map.keySet` or `Map.values`. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
> + > +import com.google.common.collect.ImmutableSortedMap; > +import com.google.common.collect.Lists; > +import com.google.common.hash.HashCode; > +import com.google.common.hash.Hashing; > +import com.google.common.hash.HashingInputStream; > +import com.google.common.io.ByteStreams; > +import com.

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
> +import org.jclouds.io.Payload; > + > +import com.google.common.collect.ImmutableSortedMap; > +import com.google.common.collect.Lists; > +import com.google.common.hash.HashCode; > +import com.google.common.hash.Hashing; > +import com.google.common.hash.HashingInputStream; > +import com.google.com

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
> + private static ArrayList hashList(ArrayList > hashList) { > + ArrayList result = Lists.newArrayList(); > + //Hash pairs of values and add them to the result list. > + for (Iterator it = hashList.iterator(); it.hasNext();) { > +HashCode hc1 = it.next();

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
> + > +import org.jclouds.io.ByteSources; > +import org.jclouds.io.payloads.ByteSourcePayload; > +import org.testng.annotations.Test; > + > +import com.google.common.io.ByteSource; > + > +@Test(groups = "unit", testName = "TreeHasherTest") > +public class TreeHashTest { > + > + private static fin

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
> + } > + } > + > + /** > + * Builds a TreeHash based on a map of hashed chunks. > + * > + * @return The calculated TreeHash. > + * @see href="http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html"; > /> > + */ > + publ

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
> + * Builds a TreeHash based on a map of hashed chunks. > + * > + * @return The calculated TreeHash. > + * @see href="http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html"; > /> > + */ > + public static HashCode buildTreeHashFromMap(Ma

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread Andrew Gaul
> + this.treeHash = treeHash; > + this.linearHash = linearHash; > + } > + > + public HashCode getLinearHash() { > + return linearHash; > + } > + > + public HashCode getTreeHash() { > + return treeHash; > + } > + > + public static class Hasher { > + private stati

Jenkins build is unstable: jclouds » jclouds #1233

2014-06-16 Thread BuildHive
See

Re: [jclouds] Add pool field to Nova FloatingIP (#385)

2014-06-16 Thread BuildHive
[jclouds » jclouds #1233](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1233/) UNSTABLE 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/jcl

Re: [jclouds] Add pool field to Nova FloatingIP (#385)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1368](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1368/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/385#issuecomment-46212263

Re: [jclouds] Add pool field to Nova FloatingIP (#385)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #897](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/897/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/385#issuecomment-46211756

Re: [jclouds] Improve Expect Test readability (#397)

2014-06-16 Thread Jeremy Daggett
Closed #397. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/397#event-131827944

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

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-labs-pull-requests #178](https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/178/) 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-46208043

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

2014-06-16 Thread BuildHive
See -- Started by upstream project "jclouds/jclouds" build number 1231 originally caused by: GitHub pull request #404 to jclouds/jclouds Building remotely on s-9b123ffa in workspace

Re: [jclouds] Adds get() method to KeyPairApi (#391)

2014-06-16 Thread BuildHive
[jclouds » jclouds #1232](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1232/) 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/jclo

Build failed in Jenkins: jclouds » jclouds #1232

2014-06-16 Thread BuildHive
See -- GitHub pull request #391 to jclouds/jclouds Building remotely on s-b83d9708 in workspace Fetching changes from the remote Gi

Re: [jclouds] Fix URL replacement in BaseOpenStackMockTest (#404)

2014-06-16 Thread BuildHive
[jclouds » jclouds #1231](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1231/) 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/404#issuecomme

[jira] [Closed] (JCLOUDS-147) Transfer jclouds API docs site and generation process to jclouds.apache.org

2014-06-16 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews closed JCLOUDS-147. - Resolution: Fixed We now have automated the deployment of the Javadoc to jclouds.apache.org htt

Re: [jclouds] Fix URL replacement in BaseOpenStackMockTest (#404)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1366](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1366/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/404#issuecomment-46204155

Re: [jclouds] Fix URL replacement in BaseOpenStackMockTest (#404)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #895](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/895/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/404#issuecomment-46203810

Re: [jclouds] Adds get() method to KeyPairApi (#391)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1367](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1367/) 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/391#issuecomment-46203420

Re: [jclouds] Adds get() method to KeyPairApi (#391)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #896](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/896/) 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/391#issuecomment-46203347

Re: [jclouds] Adds get() method to KeyPairApi (#391)

2014-06-16 Thread Jeremy Daggett
@demobox Feedback reviewed and addressed in `dc7e13e` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/391#issuecomment-46203255

Re: [jclouds] Improve Expect Test readability (#397)

2014-06-16 Thread Everett Toews
I strongly disagree with this. We have enough trouble attracting committers as it is. By making this a policy we're throwing up a barrier to contributors becoming committers. I was at the Texas Linux Fest this weekend and I asked Karen Sandler, Lawyer and Executive Director of Software Freedom

[jira] [Commented] (JCLOUDS-391) can't set user-defined metadata for Azure with multipart blobs

2014-06-16 Thread Adrian Cole (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032536#comment-14032536 ] Adrian Cole commented on JCLOUDS-391: - Here's an example of the patch approach: @

[jira] [Comment Edited] (JCLOUDS-391) can't set user-defined metadata for Azure with multipart blobs

2014-06-16 Thread Adrian Cole (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032527#comment-14032527 ] Adrian Cole edited comment on JCLOUDS-391 at 6/16/14 3:17 PM: -

[jira] [Commented] (JCLOUDS-391) can't set user-defined metadata for Azure with multipart blobs

2014-06-16 Thread Adrian Cole (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032527#comment-14032527 ] Adrian Cole commented on JCLOUDS-391: - There's (at least) 2 ways to solve this. The

[jira] [Comment Edited] (JCLOUDS-391) can't set user-defined metadata for Azure with multipart blobs

2014-06-16 Thread Adrian Cole (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032527#comment-14032527 ] Adrian Cole edited comment on JCLOUDS-391 at 6/16/14 3:16 PM: -

Re: [jclouds] Refactor SoftLayer CCI support (#296)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1365](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1365/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/296#issuecomment-46187763

Re: [jclouds] Refactor SoftLayer CCI support (#296)

2014-06-16 Thread BuildHive
[jclouds » jclouds #1230](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1230/) 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/296#issuecomme

Re: [jclouds] Refactor SoftLayer CCI support (#296)

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #894](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/894/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/296#issuecomment-46186880

Re: [jclouds] Enhancements to availability zones api - JCLOUDS-582 (#392)

2014-06-16 Thread Jeremy Daggett
@demobox In general, the Nova extensions need to be updated across the board. +1 Thx @ccustine --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/392#issuecomment-46180571

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

2014-06-16 Thread BuildHive
[jclouds » jclouds-labs #1170](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1170/) 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/pul

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

2014-06-16 Thread BuildHive
[jclouds » jclouds-labs #1169](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs/1169/) 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-46167447

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

2014-06-16 Thread CloudBees pull request builder plugin
[jclouds-labs-pull-requests #179](https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/179/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/61#issuecomment-46166972

Re: [jclouds-labs-aws] JCLOUDS-457: Added TreeHasher util class and its test. (#11)

2014-06-16 Thread BuildHive
[jclouds » jclouds-labs-aws #961](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-aws/961/) 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-la

Build failed in Jenkins: jclouds-labs-1.7.x-branch » Apache jclouds labs #65

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 2616 lines...] Downloaded: http://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-module-xdoc/1.0/do

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

2014-06-16 Thread BuildHive
See

Build failed in Jenkins: jclouds-labs-1.7.x-branch #65

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 2974 lines...] mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=cloudsigma2 -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Build failed in Jenkins: jclouds-labs-google-1.7.x-branch #99

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 2210 lines...] [ERROR] [ERROR] Path to dependency: [ERROR] 1) org.apache.jclouds.labs:google-compute-engine:jar:1.7.4-SNAPSHOT [ERROR] 2) org.apache.jclouds.lab

Build failed in Jenkins: jclouds-labs-aws-1.7.x-branch #55

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 367 lines...] [ERROR] from the specified remote repositories: [ERROR] central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=fal

Build failed in Jenkins: jclouds-labs-aws-1.7.x-branch #55

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 366 lines...] [ERROR] [ERROR] from the specified remote repositories: [ERROR] central (http://repo.cloudbees.com/content/repositories/central, releases=true, snap

Build failed in Jenkins: jclouds-labs-google-1.7.x-branch » Apache jclouds labs google #99

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 1898 lines...] Downloading: http://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-core/2.2.

Build failed in Jenkins: jclouds-labs-aws-1.7.x-branch » Apache jclouds labs aws #55

2014-06-16 Thread jenkins-no-reply
See -- [...truncated 41 lines...] [INFO] Exclude: **/src/test/resources/**/*.gz [INFO] Exclude: **/src/test/resources/**/*.xml [INFO] Exclude:

Jenkins build is back to normal : jclouds-1.7.x-branch » jclouds Go2Cloud Johannesburg1 provider #91

2014-06-16 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.7.x-branch » jclouds Ninefold Compute provider #91

2014-06-16 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.7.x-branch » jclouds Bluelock vCloud Zone01 provider #91

2014-06-16 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.7.x-branch » jclouds Google App Engine Components #91

2014-06-16 Thread jenkins-no-reply
See

Jenkins build became unstable: jclouds-1.7.x-branch » jclouds compute core #91

2014-06-16 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.7.x-branch » jclouds Open Hosting East1 provider #91

2014-06-16 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.7.x-branch » jclouds Rackspace Next Generation Cloud DNS US provider #91

2014-06-16 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.7.x-branch » jclouds ninefold storage provider #91

2014-06-16 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-1.7.x-branch » jclouds Serverlove Manchester provider #91

2014-06-16 Thread jenkins-no-reply
See

  1   2   3   >