Re: [jclouds-labs-openstack] Add Manila support (#198)

2015-07-27 Thread Zack Shoylev
Reopened #198. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/198#event-366052286

Re: [jclouds] Add awareness of Manila and SHARED_FILESYSTEM openstack projects (#821)

2015-07-27 Thread Zack Shoylev
Closed #821. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/821#event-366029827

Re: [jclouds] Add awareness of Manila and SHARED_FILESYSTEM openstack projects (#821)

2015-07-27 Thread Zack Shoylev
merged, backported --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/821#issuecomment-125191314

[jira] [Created] (JCLOUDS-972) Failed EC2 spot instance requests through compute service never return correctly

2015-07-27 Thread Andrew Bayer (JIRA)
Andrew Bayer created JCLOUDS-972: Summary: Failed EC2 spot instance requests through compute service never return correctly Key: JCLOUDS-972 URL: https://issues.apache.org/jira/browse/JCLOUDS-972

Re: [jclouds] JCLOUDS-972. Fix parsing of spot reqs, set sane default for validUntil. (#826)

2015-07-27 Thread Ignasi Barrera
Looke like an unrelated failure. +1. Thanks @abayer! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/826#issuecomment-125217425

Re: [jclouds] add os-hypervisors extension (#819)

2015-07-27 Thread Zack Shoylev
merged and backported --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/819#issuecomment-125185167

Re: [jclouds-labs-openstack] Add Manila support (#198)

2015-07-27 Thread Zack Shoylev
Reopened #198. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/198#event-366096075

Re: [jclouds-labs-openstack] Add Manila support (#198)

2015-07-27 Thread Zack Shoylev
Closed #198. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/198#event-366096053

Re: [jclouds] JCLOUDS-972. Fix parsing of spot reqs, set sane default for validUntil. (#825)

2015-07-27 Thread Ignasi Barrera
+1 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/825#issuecomment-125217281

Re: [jclouds-labs-openstack] Add Manila support (#198)

2015-07-27 Thread Zack Shoylev
I have merged the jclouds prereq PR. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/198#issuecomment-125198739

Re: [jclouds-labs-openstack] Add Manila support (#198)

2015-07-27 Thread Zack Shoylev
Closed #198. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/198#event-366052273

[jclouds] JCLOUDS-972. Fix parsing of spot reqs, set sane default for validUntil. (#825)

2015-07-27 Thread Andrew Bayer
Get the faultCode and faultMessage to actually be parsed (though I'm not sure they're ever used), add statusCode, statusMessage and statusUpdateTime, and have AWSEC2TemplateOptions default to a sane 30 minute lifetime for spot instance requests, so they don't get orphaned forever if the price is

[jclouds] JCLOUDS-972. Fix parsing of spot reqs, set sane default for validUntil. (#826)

2015-07-27 Thread Andrew Bayer
Get the faultCode and faultMessage to actually be parsed (though I'm not sure they're ever used), add statusCode, statusMessage and statusUpdateTime, and have AWSEC2TemplateOptions default to a sane 30 minute lifetime for spot instance requests, so they don't get orphaned forever if the price is

Re: [jclouds-labs-openstack] Add Manila support (#198)

2015-07-27 Thread Zack Shoylev
Great, it's passing now. There are still some notes to address though. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/198#issuecomment-125229958

[jira] [Commented] (JCLOUDS-972) Failed EC2 spot instance requests through compute service never return correctly

2015-07-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14642861#comment-14642861 ] ASF subversion and git services commented on JCLOUDS-972: - Commit

[jira] [Commented] (JCLOUDS-972) Failed EC2 spot instance requests through compute service never return correctly

2015-07-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14642862#comment-14642862 ] ASF subversion and git services commented on JCLOUDS-972: - Commit

[jira] [Resolved] (JCLOUDS-972) Failed EC2 spot instance requests through compute service never return correctly

2015-07-27 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved JCLOUDS-972. -- Resolution: Fixed Pushed to 1.9.x and master. Failed EC2 spot instance requests through

[jira] [Created] (JCLOUDS-973) Sudo configuration for Suse Enterprise which prevents execution of superuser commands

2015-07-27 Thread Yavor Yanchev (JIRA)
Yavor Yanchev created JCLOUDS-973: - Summary: Sudo configuration for Suse Enterprise which prevents execution of superuser commands Key: JCLOUDS-973 URL: https://issues.apache.org/jira/browse/JCLOUDS-973

[jclouds-labs] JCLOUDS-971: init for etcd provider. (#194)

2015-07-27 Thread Christopher Dancy
ADDED: version and statistics API as well as mock tests for each. Both APIS are very simple as they are all GET requests and do not require any parameters. 5 methods total between the 2. This should be a good starting point for us to break apart the API into smaller chunks for others/reviewers

Re: [jclouds-labs] JCLOUDS-971: init for etcd provider. (#194)

2015-07-27 Thread Christopher Dancy
Not sure how you want to go about breaking this into chunks but the API as a whole can be broken down into these features (ordered from smallest to biggest): VersionApi, StatisticsApi, MembersApi, and KeysApi. This PR covers the first 2 (Version and Statistics) as both are very small and not

[jira] [Updated] (JCLOUDS-973) Sudo configuration for Suse Enterprise which prevents execution of superuser commands

2015-07-27 Thread Yavor Yanchev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yavor Yanchev updated JCLOUDS-973: -- Description: Some older Suse versions have a configuration which prevents provisioning of VMs

[jclouds] JCLOUDS-973 Extending the sudo's configuration (#827)

2015-07-27 Thread ygy
This PR provides an extension to the default sudo configuration to address the issue described in [JCLOUDS-973](https://issues.apache.org/jira/browse/JCLOUDS-973) via - Adding env_reset to the default configuration in /etc/sudoers - Adding secure_path to the default configuration in

[jira] [Commented] (JCLOUDS-967) Client object doesn't populate public key

2015-07-27 Thread Adrian Bravo (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643206#comment-14643206 ] Adrian Bravo commented on JCLOUDS-967: -- Hi Ignasi, I created an initial PR for

Re: [jclouds] JCLOUDS-967: Chef Client Model update with public key attribute (#828)

2015-07-27 Thread Ignasi Barrera
protected Client(X509Certificate certificate, String orgname, String clientname, String name, boolean validator, - @Nullable PrivateKey privateKey) { + @Nullable PrivateKey privateKey, PublicKey publicKey) { If the public key is not returned in Chef Server versions 12 it

Re: [jclouds] JCLOUDS-967: Chef Client Model update with public key attribute (#828)

2015-07-27 Thread Ignasi Barrera
Thanks @adrianbn! Just one comment; otherwise looks good. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/828#issuecomment-125327911

[jclouds] JCLOUDS-967: Chef Client Model update with public key attribute (#828)

2015-07-27 Thread Adrian
Requests to chef's API endpoint organizations/orgname/clients/clientname return the client's public key but the Client model has no attribute to store it. This PR adds the public key attribute to the client model and updates the Client class accordingly. You can view, comment on, or merge this

[jira] [Created] (JCLOUDS-974) GSON 2.3 pom is buggy, use 2.3.1 instead

2015-07-27 Thread Paul Merlin (JIRA)
Paul Merlin created JCLOUDS-974: --- Summary: GSON 2.3 pom is buggy, use 2.3.1 instead Key: JCLOUDS-974 URL: https://issues.apache.org/jira/browse/JCLOUDS-974 Project: jclouds Issue Type: Bug

Re: [jclouds] Do not buffer range get in LocalBlobStore (#824)

2015-07-27 Thread Timur Alperovich
Looks good to me. @andrewgaul is there a way to add a test for this behavior? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/824#issuecomment-125356658

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

2015-07-27 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws/623/ -- Started by upstream project jclouds build number 3222 originally caused by: Started by an SCM change FATAL: no longer a configured node for 44663276 java.lang.IllegalStateException: no

Jenkins build became unstable: jclouds-labs » jclouds jdbc core #1057

2015-07-27 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs/org.apache.jclouds.labs$jdbc/1057/

Jenkins build became unstable: jclouds-labs #1057

2015-07-27 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs/1057/

Re: [jclouds] Do not buffer range get in LocalBlobStore (#824)

2015-07-27 Thread Andrew Gaul
It would be hard to add this to the transient unit tests since we would have to make assumptions about the Java heap. We could definitely do this in the filesytem integration tests if the environment provided sufficient temporary storage. Probably not worth the effort though. --- Reply to

[jira] [Created] (JCLOUDS-975) compilation failures with Guava 19.0-rc1

2015-07-27 Thread Andrew Gaul (JIRA)
Andrew Gaul created JCLOUDS-975: --- Summary: compilation failures with Guava 19.0-rc1 Key: JCLOUDS-975 URL: https://issues.apache.org/jira/browse/JCLOUDS-975 Project: jclouds Issue Type:

[jira] [Commented] (JCLOUDS-974) GSON 2.3 pom is buggy, use 2.3.1 instead

2015-07-27 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643718#comment-14643718 ] Andrew Gaul commented on JCLOUDS-974: - [~eskatos] How can I reproduce this failure?

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

2015-07-27 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws/623/ -- Started by upstream project jclouds build number 3222 originally caused by: Started by an SCM change FATAL: no longer a configured node for 44663276 java.lang.IllegalStateException: no

Re: [jclouds] JCLOUDS-962: Do not override provider methods (#818)

2015-07-27 Thread Ignasi Barrera
@demobox good to merge? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/818#issuecomment-125159476

Re: [jclouds] Do not buffer range get in LocalBlobStore (#824)

2015-07-27 Thread Andrew Gaul
@kahing @timuralp Please review. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/824#issuecomment-125101507

[jclouds] Do not buffer range get in LocalBlobStore (#824)

2015-07-27 Thread Andrew Gaul
This avoids `OutOfMemoryError` with large blobs and resolves issues with ranges exceeding array limits. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/824 -- Commit Summary -- * Do not buffer range get in LocalBlobStore -- File

[jira] [Commented] (JCLOUDS-971) On adding an etcd (or coreos fame) provider

2015-07-27 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14642370#comment-14642370 ] Ignasi Barrera commented on JCLOUDS-971: Although it does not belong to any of

Re: [jclouds-labs] JCLOUDS-882: Accounts API implementation (#165)

2015-07-27 Thread Ignasi Barrera
Closed #165. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/165#event-365790610

Re: [jclouds-labs] JCLOUDS-882: Accounts API implementation (#165)

2015-07-27 Thread Ignasi Barrera
Ok @cdancy. Thanks for all the good work you've put in this provider! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/165#issuecomment-125109191

Re: [jclouds-labs] JCLOUDS-826: Add H2 provider (#193)

2015-07-27 Thread Ignasi Barrera
+-- +project xmlns=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; + modelVersion4.0.0/modelVersion + parent +

Re: [jclouds-labs] Remove Shipyard provider. Project is no longer maintained and is esse… (#192)

2015-07-27 Thread Ignasi Barrera
Closed #192. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/192#event-365799308

Re: [jclouds-labs] Remove Shipyard provider. Project is no longer maintained and is esse… (#192)

2015-07-27 Thread Ignasi Barrera
Thanks for all the work @cdancy. Pushed to [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/9c19ee0c). --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/192#issuecomment-125111254

Re: [jclouds-labs] JCLOUDS-826: Add H2 provider (#193)

2015-07-27 Thread Ignasi Barrera
+configuration + signature +groupIdorg.codehaus.mojo.signature/groupId +artifactIdjava16/artifactId +version1.0/version + /signature +/configuration + /plugin + plugin +

Re: [jclouds-labs] JCLOUDS-826: Add H2 provider (#193)

2015-07-27 Thread Ignasi Barrera
+ * limitations under the License. + */ +package org.jclouds.h2.jdbc; + +import com.google.auto.service.AutoService; +import com.google.common.collect.ImmutableSet; +import com.google.inject.Module; +import org.jclouds.apis.ApiMetadata; +import org.jclouds.blobstore.BlobStoreContext;

[jclouds-labs] JCLOUDS-826: Add H2 provider (#193)

2015-07-27 Thread Roman Coedo
Simple jpa provider with a preconfigured embedded database. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/193 -- Commit Summary -- * JCLOUDS-826: Add H2 provider -- File Changes -- A h2-jdbc/pom.xml (158) A

Re: [jclouds-labs] JCLOUDS-826: Add H2 provider (#193)

2015-07-27 Thread Ignasi Barrera
+ +import java.util.Properties; + +import org.jclouds.jdbc.config.JdbcBlobStoreContextModule; + +import com.google.inject.persist.jpa.JpaPersistModule; + +public class H2JdbcBlobStoreContextModule extends JdbcBlobStoreContextModule { + + private static final String DEFAULT_FILE =

Re: [jclouds-labs] JCLOUDS-826: Add H2 provider (#193)

2015-07-27 Thread Roman Coedo
+ +import java.util.Properties; + +import org.jclouds.jdbc.config.JdbcBlobStoreContextModule; + +import com.google.inject.persist.jpa.JpaPersistModule; + +public class H2JdbcBlobStoreContextModule extends JdbcBlobStoreContextModule { + + private static final String DEFAULT_FILE =

Re: [jclouds-labs] JCLOUDS-826: Add H2 provider (#193)

2015-07-27 Thread Ignasi Barrera
+ * limitations under the License. + */ +package org.jclouds.h2.jdbc; + +import com.google.auto.service.AutoService; +import com.google.common.collect.ImmutableSet; +import com.google.inject.Module; +import org.jclouds.apis.ApiMetadata; +import org.jclouds.blobstore.BlobStoreContext;

Re: [jclouds-labs] JCLOUDS-826: Add H2 provider (#193)

2015-07-27 Thread Ignasi Barrera
+ +import java.util.Properties; + +import org.jclouds.jdbc.config.JdbcBlobStoreContextModule; + +import com.google.inject.persist.jpa.JpaPersistModule; + +public class H2JdbcBlobStoreContextModule extends JdbcBlobStoreContextModule { + + private static final String DEFAULT_FILE =