Re: [jclouds/jclouds-labs] JCLOUDS-1274: Delete managed disks when cleaning up VM resources (#387)

2017-04-26 Thread Andrea Turli
minor comment, not tested, but looks good to me -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/387#issuecomment-297547130

Re: [jclouds/jclouds-labs] JCLOUDS-1274: Delete managed disks when cleaning up VM resources (#387)

2017-04-26 Thread Andrea Turli
andreaturli commented on this pull request. > + deleteJobs.add(deleteManagedDisk(osDisk.managedDiskParameters())); + + for (DataDisk dataDisk : virtualMachine.properties().storageProfile().dataDisks()) { + deleteJobs.add(deleteManagedDisk(dataDisk.managedDiskParameters())); +

Re: [jclouds/jclouds-labs] JCLOUDS-1278: Allow to configure virtual machine NICs in Azure ARM (#386)

2017-04-26 Thread Andrea Turli
andreaturli commented on this pull request. > @@ -383,39 +391,94 @@ private OSProfile createOsProfile(String computerName, > Template template) { return builder.build(); } - private NetworkInterfaceCard createNetworkInterfaceCard(String subnetId, String name, String

Re: [jclouds/jclouds-labs] JCLOUDS-1278: Allow to configure virtual machine NICs in Azure ARM (#386)

2017-04-26 Thread Andrea Turli
thanks @nacx I really like the kind of flexibility jclouds azurecompute-arm can gain with that! couple of minor inital comments: 1. don't we need to deprecate `subnetId` and `virtualNetworkName` before removing them, maybe? 2. with the second option `options.networks(subnetId2, subnetId2,

Re: [jclouds/jclouds-labs] JCLOUDS-1274: Delete managed disks when cleaning up VM resources (#387)

2017-04-26 Thread Ignasi Barrera
/cc @andreaturli @danielestevez -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/387#issuecomment-297519617

[jclouds/jclouds-labs] JCLOUDS-1274: Delete managed disks when cleaning up VM resources (#387)

2017-04-26 Thread Ignasi Barrera
https://issues.apache.org/jira/browse/JCLOUDS-1274 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/387 -- Commit Summary -- * JCLOUDS-1274: Delete managed disks when cleaning up VM resources -- File Changes -- M

[jira] [Assigned] (JCLOUDS-1274) Azure ARM managed disks are not deleted when destroying nodes

2017-04-26 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera reassigned JCLOUDS-1274: --- Assignee: Ignasi Barrera > Azure ARM managed disks are not deleted when destroying

Re: [jclouds/jclouds-labs] JCLOUDS-1278: Allow to configure virtual machine NICs in Azure ARM (#386)

2017-04-26 Thread Ignasi Barrera
@nacx pushed 1 commit. 4820129 Use the right resource group to retrieve the public IP of a VM -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[jclouds/jclouds-labs] JCLOUDS-1278: Allow to configure virtual machine NICs (#386)

2017-04-26 Thread Ignasi Barrera
https://issues.apache.org/jira/browse/JCLOUDS-1278 Allows to configure the NIC layout of a virtual machine using the template options. This PR removes the `virtualnetworkName` and `subnetId` from the `AzureTemplateOptions` class and leverages a more flexible way to configure networking for

[jira] [Commented] (JCLOUDS-1280) Allow configuration of multi-part upload part sizes

2017-04-26 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984807#comment-15984807 ] Andrew Gaul commented on JCLOUDS-1280: -- I do not plan to work on this issue. > Allow configuration

[jira] [Commented] (JCLOUDS-114) Support OpenStack Keystone v3 API

2017-04-26 Thread Siddarth Rai (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984526#comment-15984526 ] Siddarth Rai commented on JCLOUDS-114: -- Is there any update on this? Keystone v3 Support is almost

[jira] [Assigned] (JCLOUDS-1278) Implement the TemplateOptions.networks option in Azure ARM

2017-04-26 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera reassigned JCLOUDS-1278: --- Assignee: Ignasi Barrera > Implement the TemplateOptions.networks option in Azure

[jira] [Comment Edited] (JCLOUDS-1281) Swift DLO Support

2017-04-26 Thread Archana Chinnaiah (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984313#comment-15984313 ] Archana Chinnaiah edited comment on JCLOUDS-1281 at 4/26/17 8:44 AM: -

[jira] [Commented] (JCLOUDS-1280) Allow configuration of multi-part upload part sizes

2017-04-26 Thread Rishika (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984376#comment-15984376 ] Rishika commented on JCLOUDS-1280: -- Will you be working on it or you want my help on this > Allow

[jira] [Commented] (JCLOUDS-1281) Swift DLO Support

2017-04-26 Thread Archana Chinnaiah (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984313#comment-15984313 ] Archana Chinnaiah commented on JCLOUDS-1281: Sure Andrew. It will be sufficient if we add

[jira] [Comment Edited] (JCLOUDS-1281) Swift DLO Support

2017-04-26 Thread Archana Chinnaiah (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984313#comment-15984313 ] Archana Chinnaiah edited comment on JCLOUDS-1281 at 4/26/17 7:42 AM: -

[jira] [Commented] (JCLOUDS-1281) Swift DLO Support

2017-04-26 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984309#comment-15984309 ] Andrew Gaul commented on JCLOUDS-1281: -- One workaround is for users to update their DLOs to SLOs.

[jira] [Commented] (JCLOUDS-1281) Swift DLO Support

2017-04-26 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984306#comment-15984306 ] Andrew Gaul commented on JCLOUDS-1281: -- Static Large Objects have a number of benefits over Dynamic

[jira] [Commented] (JCLOUDS-1281) Swift DLO Support

2017-04-26 Thread Archana Chinnaiah (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984301#comment-15984301 ] Archana Chinnaiah commented on JCLOUDS-1281: I have implementation for swift DLO support.

[jira] [Commented] (JCLOUDS-1279) Extending AWSS3BlobStore is not possible because of default access specifier

2017-04-26 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984275#comment-15984275 ] Andrew Gaul commented on JCLOUDS-1279: -- I opened JCLOUDS-1280 to track this feature request. This

[jira] [Created] (JCLOUDS-1280) Allow configuration of multi-part upload part sizes

2017-04-26 Thread Andrew Gaul (JIRA)
Andrew Gaul created JCLOUDS-1280: Summary: Allow configuration of multi-part upload part sizes Key: JCLOUDS-1280 URL: https://issues.apache.org/jira/browse/JCLOUDS-1280 Project: jclouds

[jira] [Resolved] (JCLOUDS-1248) GetBlob Swift is returning the manifest content not the actual content of the file

2017-04-26 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul resolved JCLOUDS-1248. -- Resolution: Invalid > GetBlob Swift is returning the manifest content not the actual content

[jira] [Created] (JCLOUDS-1281) Swift DLO Support

2017-04-26 Thread Archana Chinnaiah (JIRA)
Archana Chinnaiah created JCLOUDS-1281: -- Summary: Swift DLO Support Key: JCLOUDS-1281 URL: https://issues.apache.org/jira/browse/JCLOUDS-1281 Project: jclouds Issue Type: New Feature

[jira] [Commented] (JCLOUDS-1248) GetBlob Swift is returning the manifest content not the actual content of the file

2017-04-26 Thread Archana Chinnaiah (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984284#comment-15984284 ] Archana Chinnaiah commented on JCLOUDS-1248: Local swift was configured to handle DLO

[jira] [Updated] (JCLOUDS-1280) Allow configuration of multi-part upload part sizes

2017-04-26 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-1280: - Description: Presently {{BaseBlobStore}} instantiates {{MultipartUploadSlicingAlgorithm}}

[jira] [Commented] (JCLOUDS-1279) Extending AWSS3BlobStore is not possible because of default access specifier

2017-04-26 Thread Rishika (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984259#comment-15984259 ] Rishika commented on JCLOUDS-1279: -- ok, let me know how the underlying issue can be fixed. > Extending

[jira] [Commented] (JCLOUDS-1279) Extending AWSS3BlobStore is not possible because of default access specifier

2017-04-26 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984236#comment-15984236 ] Andrew Gaul commented on JCLOUDS-1279: -- Sorry I don't think we will accept this. Happy to help you