[jira] [Assigned] (JCLOUDS-635) Incorrect error codes when writing a blob to a non existent container for swift based object stores.

2014-07-23 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul reassigned JCLOUDS-635: --- Assignee: Shri Javadekar [~shrinand] Can you look into this? Incorrect error codes when

[jira] [Created] (JCLOUDS-636) ComputeService sample given in README is wrong

2014-07-23 Thread Sajith Kariyawasam (JIRA)
Sajith Kariyawasam created JCLOUDS-636: -- Summary: ComputeService sample given in README is wrong Key: JCLOUDS-636 URL: https://issues.apache.org/jira/browse/JCLOUDS-636 Project: jclouds

[jira] [Created] (JCLOUDS-637) CloudStack uses generateSecurityGroup=false, i.e. uses default security group

2014-07-23 Thread Aled Sage (JIRA)
Aled Sage created JCLOUDS-637: - Summary: CloudStack uses generateSecurityGroup=false, i.e. uses default security group Key: JCLOUDS-637 URL: https://issues.apache.org/jira/browse/JCLOUDS-637 Project:

[jira] [Created] (JCLOUDS-638) CloudStackTemplateOptions.securityGroup not supported correctly

2014-07-23 Thread Aled Sage (JIRA)
Aled Sage created JCLOUDS-638: - Summary: CloudStackTemplateOptions.securityGroup not supported correctly Key: JCLOUDS-638 URL: https://issues.apache.org/jira/browse/JCLOUDS-638 Project: jclouds

[jira] [Created] (JCLOUDS-639) Provide methods to get the progress of a running upload to a blobstore

2014-07-23 Thread Peter (JIRA)
Peter created JCLOUDS-639: - Summary: Provide methods to get the progress of a running upload to a blobstore Key: JCLOUDS-639 URL: https://issues.apache.org/jira/browse/JCLOUDS-639 Project: jclouds

[jira] [Commented] (JCLOUDS-639) Provide methods to get the progress of a running upload to a blobstore

2014-07-23 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14072028#comment-14072028 ] Andrew Gaul commented on JCLOUDS-639: - You can hack this in with a InputStream

[jira] [Commented] (JCLOUDS-635) Incorrect error codes when writing a blob to a non existent container for swift based object stores.

2014-07-23 Thread Shri Javadekar (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14072121#comment-14072121 ] Shri Javadekar commented on JCLOUDS-635: Pull request out for review:

Re: [jclouds-karaf] JCLOUDS-635 Always check for container existence before uploading blobs. (#50)

2014-07-23 Thread CloudBees pull request builder plugin
[jclouds-karaf-pull-requests #81](https://jclouds.ci.cloudbees.com/job/jclouds-karaf-pull-requests/81/) 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-karaf/pull/50#issuecomment-49917581

[jclouds-labs-openstack] Deprecate RegionScopedBlobStore methods (#117)

2014-07-23 Thread Jeremy Daggett
This PR deprecates the methods in `RegionScopedBlobStoreContext` that do not have `get*` prefixes. Provides API consistency. Not sure if this should be backported... You can merge this Pull Request by running: git pull https://github.com/rackerlabs/jclouds-labs-openstack

Re: [jclouds-labs-openstack] Deprecate RegionScopedBlobStore methods (#117)

2014-07-23 Thread CloudBees pull request builder plugin
[jclouds-labs-openstack-pull-requests #326](https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack-pull-requests/326/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub:

Re: [jclouds-karaf] JCLOUDS-635 Always check for container existence before uploading blobs. (#50)

2014-07-23 Thread BuildHive
[jclouds » jclouds-karaf #1146](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-karaf/1146/) 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:

Jenkins build is back to normal : jclouds » jclouds-karaf #1146

2014-07-23 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-karaf/1146/changes

[jira] [Commented] (JCLOUDS-639) Provide methods to get the progress of a running upload to a blobstore

2014-07-23 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14072307#comment-14072307 ] Ignasi Barrera commented on JCLOUDS-639: Also take into account that the

Re: [jclouds] Factored out some constants (#402)

2014-07-23 Thread Andrew Gaul
@jdaggett Sounds good and consistent with `ComputeServiceConstants`. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/402#issuecomment-49949896

Re: [jclouds] Remove ByteSources.asByteSource (#452)

2014-07-23 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1496](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1496/) ABORTED --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/452#issuecomment-49950114

Re: [jclouds] Add deleteContainerIfEmpty to BlobStore (#451)

2014-07-23 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1495](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1495/) ABORTED --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/451#issuecomment-49950113

Re: [jclouds-labs-openstack] Neutron Refactoring (#111)

2014-07-23 Thread CloudBees pull request builder plugin
[jclouds-labs-openstack-pull-requests #327](https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack-pull-requests/327/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs-openstack] Neutron Refactoring (#111)

2014-07-23 Thread Zack Shoylev
The documentation for this will probably keep getting updated. But this should make it in 1.8. Note: examples will have to be updated/created. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/111#issuecomment-49950900

Re: [jclouds] Add deleteContainerIfEmpty to BlobStore (#451)

2014-07-23 Thread Shri Javadekar
This change itself looks good to me. Let's have a separate discussion about whether to deprecate deleteContainer. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/451#issuecomment-49951167

Re: [jclouds-labs-aws] JCLOUDS-457: Long live tests (#41)

2014-07-23 Thread Andrew Gaul
+ assertThat(api.describeJob(VAULT_NAME, inventoryRetrievalJob).getStatusCode()).isEqualTo(JobStatus.SUCCEEDED); + } + + @Test(groups = {live, livelong, longtest}, dependsOnMethods = {testWaitForSucceed}) + public void testGetJobOutput() throws IOException { + InputStream

Re: [jclouds-labs-aws] JCLOUDS-457: Long live tests (#41)

2014-07-23 Thread Roman Coedo
No, this is my mistake, I fixed this in a previous version but I think I messed up and lost the changes when introducing the JobStatus. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/41#issuecomment-49964221

Re: [jclouds-labs-aws] JCLOUDS-457: Long live tests (#41)

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

Re: [jclouds-labs-aws] JCLOUDS-457: Long live tests (#41)

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

Re: [jclouds-labs-aws] JCLOUDS-457: Long live tests (#41)

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

Re: [jclouds-labs-aws] JCLOUDS-457: Long live tests (#41)

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