Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+ +/** + * A Firewall + * + * @see a + * href=http://docs.openstack.org/admin-guide-cloud/content/fwaas_api_abstractions.html;api + * doc/a + */ +@AutoValue +public abstract class Firewall { + + @Nullable public abstract String getId(); + @Nullable public abstract

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
Thanks @andreaturli ; looking pretty good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/196#issuecomment-117638687

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+ * @see a + * href=http://docs.openstack.org/admin-guide-cloud/content/fwaas_api_abstractions.html;api doc/a + */ +@AutoValue +public abstract class FirewallPolicy { + + @Nullable + public abstract String getId(); + @Nullable public abstract String getTenantId(); +

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+ +/** + * A firewall policy + * + * @see a + * href=http://docs.openstack.org/admin-guide-cloud/content/fwaas_api_abstractions.html;api doc/a + */ +@AutoValue +public abstract class FirewallPolicy { + + @Nullable + public abstract String getId(); + @Nullable public

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+ + @Named(firewall:insertFirewallRuleToPolicy) + @PUT + @Path(/firewall_policies/{id}/insert_rule) + @Fallback(NullOnNotFoundOr404.class) + @Nullable + FirewallPolicy insertFirewallRuleToPolicy(@PathParam(id) String policyId, @WrapWith(firewall_rule_id) String

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+import org.jclouds.javax.annotation.Nullable; +import org.jclouds.json.SerializedNames; + +import com.google.auto.value.AutoValue; +import com.google.common.collect.ImmutableList; + +/** + * A firewall policy + * + * @see a + *

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+ @SelectJson(firewall) + @Fallback(NullOnNotFoundOr404.class) + @Nullable + Firewall get(@PathParam(id) String id); + + /** +* Create a new firewall +* +* @param firewall Options for creating a firewall +* @return the newly created firewall +*/ +

[jira] [Commented] (JCLOUDS-952) azure-compute cannot parse a suspended VM

2015-07-01 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14610497#comment-14610497 ] Andrea Turli commented on JCLOUDS-952: -- Here is the full stacktrace {noformat}

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Andrea Turli
+ @SelectJson(firewall) + @Fallback(NullOnNotFoundOr404.class) + @Nullable + Firewall get(@PathParam(id) String id); + + /** +* Create a new firewall +* +* @param firewall Options for creating a firewall +* @return the newly created firewall +*/ +

Re: [jclouds] Allow other version strings with arbitrary labels (#792)

2015-07-01 Thread Andrew Phillips
Is that possible? @grkvlt I think nightly builds sound like a pretty good idea, in general, assuming we can get the release process sufficiently automated, of course. I'm not sure what the ASF thoughts would be on where to publish those, though, since I doubt the ASF release repo is the right

Re: [jclouds-labs] [azurecompute] fix JCLOUDS-952 (#185)

2015-07-01 Thread Ignasi Barrera
+1. Thanks! Mind amending the commit message before merging to include the issue id so it is detected in JIRA. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/185#issuecomment-117728028

Re: [jclouds-labs] [azurecompute] fix JCLOUDS-952 (#185)

2015-07-01 Thread Andrea Turli
thanks @nacx. I'll amend it and merge on master and backport to 1.9.x shortly --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/185#issuecomment-117731527

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+ @SelectJson(firewall) + @Fallback(NullOnNotFoundOr404.class) + @Nullable + Firewall get(@PathParam(id) String id); + + /** +* Create a new firewall +* +* @param firewall Options for creating a firewall +* @return the newly created firewall +*/ +

Re: [jclouds] Allow other version strings with arbitrary labels (#792)

2015-07-01 Thread Andrew Donald Kennedy
@nacx @demobox You're right, and we actually also do that. We would like a predictable set of dependencies, so we end up making effectively a pre-release version of jclouds that can be used as a fixed dependency, with a different groupId. It works fine if we have a single release made for that

[jira] [Issue Comment Deleted] (JCLOUDS-952) azure-compute cannot parse a suspended VM

2015-07-01 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli updated JCLOUDS-952: - Comment: was deleted (was: Here is the stacktrace of the error {noformat} - Creating a cloud

[jira] [Comment Edited] (JCLOUDS-952) azure-compute cannot parse a suspended VM

2015-07-01 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14610484#comment-14610484 ] Andrea Turli edited comment on JCLOUDS-952 at 7/1/15 3:41 PM:

[jira] [Comment Edited] (JCLOUDS-952) azure-compute cannot parse a suspended VM

2015-07-01 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14610484#comment-14610484 ] Andrea Turli edited comment on JCLOUDS-952 at 7/1/15 3:40 PM:

Re: [jclouds] Allow other version strings with arbitrary labels (#792)

2015-07-01 Thread Ignasi Barrera
I'm not sure what the ASF thoughts would be on where to publish those, though, since I doubt the ASF release repo is the right place for that Interesting. There is a recent discussion about this [in the general@ list](http://markmail.org/message/qtjqmzvgsg7w6j5s). But Take into account that

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Andrea Turli
+ +/** + * A firewall policy + * + * @see a + * href=http://docs.openstack.org/admin-guide-cloud/content/fwaas_api_abstractions.html;api doc/a + */ +@AutoValue +public abstract class FirewallPolicy { + + @Nullable + public abstract String getId(); + @Nullable public

[jira] [Created] (JCLOUDS-952) azure-compute cannot parse a suspended VM

2015-07-01 Thread Andrea Turli (JIRA)
Andrea Turli created JCLOUDS-952: Summary: azure-compute cannot parse a suspended VM Key: JCLOUDS-952 URL: https://issues.apache.org/jira/browse/JCLOUDS-952 Project: jclouds Issue Type: Bug

[jira] [Commented] (JCLOUDS-952) azure-compute cannot parse a suspended VM

2015-07-01 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14610484#comment-14610484 ] Andrea Turli commented on JCLOUDS-952: -- Here is the stacktrace of the error -

[jclouds-labs] [azurecompute] fix JCLOUDS-952 (#185)

2015-07-01 Thread Andrea Turli
RoleInstanceHandler when Role is suspended You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/185 -- Commit Summary -- * [azurecompute] fix RoleInstanceHandler when Role is suspended -- File Changes -- M

Re: [jclouds-labs] [azurecompute] fix JCLOUDS-952 (431f07b)

2015-07-01 Thread Andrea Turli
OMG. so sorry --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/commit/431f07beb91b9c3de7a5bcdb671acc4a8c0906d6#commitcomment-11961267

[jira] [Assigned] (JCLOUDS-953) jclouds should run integration tests on pull requests

2015-07-01 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul reassigned JCLOUDS-953: --- Assignee: Andrew Gaul jclouds should run integration tests on pull requests

[jira] [Comment Edited] (JCLOUDS-953) jclouds should run integration tests on pull requests

2015-07-01 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14610957#comment-14610957 ] Andrew Gaul edited comment on JCLOUDS-953 at 7/1/15 8:29 PM: -

Re: [jclouds-labs] [azurecompute] fix JCLOUDS-952 (431f07b)

2015-07-01 Thread Ignasi Barrera
@andreaturli can you remove all the diff markers you added in your last commits? The code does not even compile. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/commit/431f07beb91b9c3de7a5bcdb671acc4a8c0906d6#commitcomment-11960432

[jira] [Commented] (JCLOUDS-953) jclouds should run integration tests on pull requests

2015-07-01 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14610957#comment-14610957 ] Andrew Gaul commented on JCLOUDS-953: - Let's start with transient since this will

[jira] [Updated] (JCLOUDS-953) jclouds should run integration tests on pull requests

2015-07-01 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-953: Issue Type: Task (was: Bug) jclouds should run integration tests on pull requests

Build failed in Jenkins: jclouds-labs-1.9.x-branch #109

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/109/changes Changes: [Andrea Turli] fix bad commit 8d45b07 -- [...truncated 4098 lines...] Jul 01, 2015 4:34:54 PM com.squareup.okhttp.mockwebserver.MockWebServer$2 acceptConnections

Build failed in Jenkins: jclouds-labs-1.9.x-branch » jclouds azure compute API #109

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/org.apache.jclouds.labs$azurecompute/109/changes Changes: [Andrea Turli] fix bad commit 8d45b07 -- [...truncated 1063 lines...] Test suite progress: tests succeeded: 126, failed: 0,

[jira] [Commented] (JCLOUDS-900) Creating container in Docker fails because of serialization

2015-07-01 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14611013#comment-14611013 ] Andrea Turli commented on JCLOUDS-900: -- [~jbartece] any update on this? Can we mark

Jenkins build is back to normal : jclouds-labs #1033

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs/1033/changes

Jenkins build is back to normal : jclouds-labs » jclouds azure compute API #1033

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs/org.apache.jclouds.labs$azurecompute/1033/changes

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

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/319/changes Changes: [timur.alperovich] JCLOUDS-930: LocalBlobStore -- marker regression. [Andrew Gaul] Use prefix instead of marker to list MPU parts

Jenkins build is back to normal : jclouds-labs-1.9.x-branch » jclouds azure compute API #110

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/org.apache.jclouds.labs$azurecompute/110/changes

[jira] [Closed] (JCLOUDS-898) Docker driver does not work without TLS

2015-07-01 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli closed JCLOUDS-898. Resolution: Fixed Docker driver does not work without TLS

[jira] [Closed] (JCLOUDS-762) Add support for Docker Registry API and Docker Hub API

2015-07-01 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli closed JCLOUDS-762. Resolution: Later Add support for Docker Registry API and Docker Hub API

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

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=18.0,jdk=OpenJDK%207%20(latest)/319/changes Changes: [timur.alperovich] JCLOUDS-930: LocalBlobStore -- marker regression. [Andrew Gaul] Use prefix instead of marker to list MPU parts

Jenkins build is back to normal : jclouds-labs-1.9.x-branch #110

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/110/changes

Jenkins build is back to normal : jclouds » jclouds Rackspace Cloud Databases UK provider #3193

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$rackspace-clouddatabases-uk/3193/

Jenkins build is back to normal : jclouds #3193

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds/3193/

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

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=18.0,jdk=OpenJDK%207%20(latest)/320/ -- [...truncated 29341 lines...] Test suite progress: tests succeeded: 57, failed: 0, skipped: 2. Starting test

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

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/320/ -- [...truncated 29735 lines...] Test suite progress: tests succeeded: 57, failed: 0, skipped: 2. Starting test

[jira] [Commented] (JCLOUDS-952) azure-compute cannot parse a suspended VM

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

[jira] [Commented] (JCLOUDS-952) azure-compute cannot parse a suspended VM

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

Build failed in Jenkins: jclouds-labs #1032

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs/1032/changes Changes: [Andrea Turli] [azurecompute] fix RoleInstanceHandler when Role is suspended [Andrea Turli] [azurecompute] fix JCLOUDS-952 -- [...truncated 3394 lines...] Downloading:

Build failed in Jenkins: jclouds-labs » jclouds azure compute API #1032

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs/org.apache.jclouds.labs$azurecompute/1032/changes Changes: [Andrea Turli] [azurecompute] fix RoleInstanceHandler when Role is suspended [Andrea Turli] [azurecompute] fix JCLOUDS-952 -- Started

Build failed in Jenkins: jclouds-labs-1.9.x-branch #108

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/108/changes Changes: [Andrea Turli] [azurecompute] fix JCLOUDS-952 -- [...truncated 2917 lines...] Downloaded:

Build failed in Jenkins: jclouds-labs-1.9.x-branch » jclouds azure compute API #108

2015-07-01 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.9.x-branch/org.apache.jclouds.labs$azurecompute/108/changes Changes: [Andrea Turli] [azurecompute] fix JCLOUDS-952 -- Started calculate disk usage of build Finished Calculation of disk usage of

[jira] [Assigned] (JCLOUDS-857) Tests fail due to Incorrect number of names on @org.jclouds.json.SerializedNames(value=[loadSucceeded, loadErrors, testPassed, testFailures])

2015-07-01 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul reassigned JCLOUDS-857: --- Assignee: Andrew Gaul (was: Daniel Broudy) Tests fail due to Incorrect number of names on

[jclouds] JCLOUDS-857: remove spurious annotation (#795)

2015-07-01 Thread Andrew Gaul
Multiple constructors annotated with `@SerializedNames` confuses `NamingStrategies.translateName` and causes failures with newer JDK. Since the second constructor does not need this annotation we remote it. You can view, comment on, or merge this pull request online at:

Re: [jclouds] JCLOUDS-857: remove spurious annotation (#795)

2015-07-01 Thread Andrew Gaul
@danbroudy Please review. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/795#issuecomment-117840289

Re: [jclouds] JCLOUDS-930: Regression in a File System test. (#791)

2015-07-01 Thread Timur Alperovich
@rcoedo @nacx figured out the integration tests failure in jdbc. It's related to the integration tests failure for the Transient blob store. I'm working on that now. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/791#issuecomment-117856641

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+ @Nullable public abstract String getStatus(); + @Nullable public abstract String getFirewallPolicyId(); + + @SerializedNames({id, tenant_id, name, description, admin_state_up, status, firewall_policy_id}) + public static Firewall create(String id, String tenantId, String name,

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+public abstract class CreateFirewallPolicy { + + @Nullable public abstract String getTenantId(); + @Nullable public abstract String getName(); + @Nullable public abstract String getDescription(); + public abstract boolean isShared(); + @Nullable public abstract ListString

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-01 Thread Zack Shoylev
+public abstract class CreateFirewallPolicy { + + @Nullable public abstract String getTenantId(); + @Nullable public abstract String getName(); + @Nullable public abstract String getDescription(); + public abstract boolean isShared(); + @Nullable public abstract ListString