[jclouds/jclouds-labs] Feature/add azure customdata keyvault (#398)

2017-06-16 Thread Vikas Rangarajan
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/398 -- Commit Summary -- * add back support for azure customData and keyvault for ssh keys * bas64 encode user data templates -- File Changes -- M

[jira] [Commented] (JCLOUDS-1311) Azure ARM: Create network if it does not exist

2017-06-16 Thread Graeme Miller (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16052105#comment-16052105 ] Graeme Miller commented on JCLOUDS-1311: That's a good point, ok closing this issue. Thank you

[jira] [Closed] (JCLOUDS-1311) Azure ARM: Create network if it does not exist

2017-06-16 Thread Graeme Miller (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graeme Miller closed JCLOUDS-1311. -- Resolution: Invalid > Azure ARM: Create network if it does not exist >

Re: [jclouds/jclouds-labs] Implements metrics and metricdefinitions API (#396)

2017-06-16 Thread Daniel Estévez
danielestevez commented on this pull request. > + * A Metric definition for a resource + */ +@AutoValue +public abstract class MetricDefinition { + + @Nullable + public abstract String resourceid(); + + public abstract MetricDefinition.MetricName name(); + + @Nullable + public

Re: [jclouds/jclouds-labs] Implements metrics and metricdefinitions API (#396)

2017-06-16 Thread Daniel Estévez
danielestevez commented on this pull request. > +/** + * + */ +@AutoValue +public abstract class MetricData { + + /** +* The timestamp for the metric value in ISO 8601 format. +*/ + public abstract Date timeStamp(); + + /** +* The average value in the time range +*/ +

Re: [jclouds/jclouds-labs] Implements metrics and metricdefinitions API (#396)

2017-06-16 Thread Daniel Estévez
danielestevez commented on this pull request. > +* The metrics API includes operations to get insights into entities > within your +* subscription. +* +* @see https://docs.microsoft.com/en-us/rest/api/monitor/metrics;>docs +*/ + @Delegate + MetricsApi

[jira] [Commented] (JCLOUDS-1311) Azure ARM: Create network if it does not exist

2017-06-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16052021#comment-16052021 ] Ignasi Barrera commented on JCLOUDS-1311: - Well, you don't have to build the URL. You need to

[jira] [Commented] (JCLOUDS-1311) Azure ARM: Create network if it does not exist

2017-06-16 Thread Graeme Miller (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16052005#comment-16052005 ] Graeme Miller commented on JCLOUDS-1311: So, I get where you are coming from and that's fine- I

[jira] [Commented] (JCLOUDS-1308) Azure ARM Default Network

2017-06-16 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051956#comment-16051956 ] Andrea Turli commented on JCLOUDS-1308: --- +1 for the NetworkExtension or a jclouds network

[jira] [Commented] (JCLOUDS-1311) Azure ARM: Create network if it does not exist

2017-06-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051954#comment-16051954 ] Ignasi Barrera commented on JCLOUDS-1311: - In my opinion we shouldn't be doing this. I just

[jira] [Commented] (JCLOUDS-1308) Azure ARM Default Network

2017-06-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051951#comment-16051951 ] Ignasi Barrera commented on JCLOUDS-1308: - The purpose of the jclouds abstractions is to provide

[jira] [Created] (JCLOUDS-1311) Azure ARM: Create network if it does not exist

2017-06-16 Thread Graeme Miller (JIRA)
Graeme Miller created JCLOUDS-1311: -- Summary: Azure ARM: Create network if it does not exist Key: JCLOUDS-1311 URL: https://issues.apache.org/jira/browse/JCLOUDS-1311 Project: jclouds Issue

[jira] [Closed] (JCLOUDS-1308) Azure ARM Default Network

2017-06-16 Thread Graeme Miller (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graeme Miller closed JCLOUDS-1308. -- Resolution: Invalid Default networks are not appropriate for Azure ARM as they are not a

[jira] [Commented] (JCLOUDS-1308) Azure ARM Default Network

2017-06-16 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051887#comment-16051887 ] Andrea Turli commented on JCLOUDS-1308: --- Interesting point [~graemem], I think we should close

[jira] [Commented] (JCLOUDS-1308) Azure ARM Default Network

2017-06-16 Thread Graeme Miller (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051868#comment-16051868 ] Graeme Miller commented on JCLOUDS-1308: Thanks all for your comments. [~nacx] thanks for the

Re: [jclouds/jclouds] DLO - Lower Level Provider API changes (#1105)

2017-06-16 Thread archupsg03
@archupsg03 pushed 1 commit. 93b41da CheckStyle Exceptions -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds/pull/1105/files/2fba0091268ac08364fb045d474b5ae0435b3301..93b41da44f42710ab1ed55a78ea05c88b5b2e7e1

[jira] [Updated] (JCLOUDS-1310) Use AWS S3 Transfer Acceleration

2017-06-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1310: Labels: aws-s3 (was: ) > Use AWS S3 Transfer Acceleration >

[jira] [Updated] (JCLOUDS-1310) Use AWS S3 Transfer Acceleration

2017-06-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1310: Fix Version/s: (was: 2.0.2) (was: 2.1.0) > Use AWS S3 Transfer

[jira] [Commented] (JCLOUDS-1310) Use AWS S3 Transfer Acceleration

2017-06-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051473#comment-16051473 ] Ignasi Barrera commented on JCLOUDS-1310: - I think [~gaul] will be able to help better than me.

[jira] [Updated] (JCLOUDS-1310) Use AWS S3 Transfer Acceleration

2017-06-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1310: Component/s: jclouds-blobstore > Use AWS S3 Transfer Acceleration >

[jira] [Commented] (JCLOUDS-1308) Azure ARM Default Network

2017-06-16 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051463#comment-16051463 ] Ignasi Barrera commented on JCLOUDS-1308: - [~graemem] What about the option I mentioned about

Re: [jclouds/jclouds] DLO - Lower Level Provider API changes (#1105)

2017-06-16 Thread archupsg03
@timuralp Done with almost all the changes. can you review once -- 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/pull/1105#issuecomment-308945363

Re: [jclouds/jclouds] DLO - Lower Level Provider API changes (#1105)

2017-06-16 Thread archupsg03
@archupsg03 pushed 1 commit. 2fba009 Minor change -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds/pull/1105/files/b1ea32f70e1469d50b0e7298015a304c62f258f4..2fba0091268ac08364fb045d474b5ae0435b3301

Re: [jclouds/jclouds] JIRA-1250 (#1104)

2017-06-16 Thread archupsg03
archupsg03 commented on this pull request. > } + @Test(expectedExceptions = { IllegalStateException.class }) + public void getBlobTestFailure() { + blobStore.containerExists(CONTAINER_TEMP); @andrewgaul Any further comments on this ? -- You are receiving this because you are

Re: [jclouds/jclouds] DLO - Lower Level Provider API changes (#1105)

2017-06-16 Thread archupsg03
@archupsg03 pushed 1 commit. 05ba514 Made testcase work for latest changes -- You are receiving this because you are subscribed to this thread. View it on GitHub: