Re: Example end-to-end walkthrough?

2017-01-09 Thread Ignasi Barrera
e=false}], supportsImage=ALWAYS_TRUE, userMetadata={ > maxDataDiskCount=1}} > This is the first time I see this error. Do you have a complete stacktrace? HTH! > > > > > > > *From:* Ignasi Barrera [mailto:n...@apache.org] > *Sent:* Saturday, January 7, 2017 5:17 AM > > *To:*

RE: Example end-to-end walkthrough?

2017-01-07 Thread Teo De Las Heras
From: Ignasi Barrera [mailto:n...@apache.org] Sent: Saturday, January 7, 2017 5:17 AM To: user@jclouds.apache.org Subject: Re: Example end-to-end walkthrough? Good to see you progressed! You're almost there. The error you are getting is because the Azure ARM provider needs some additional configuration prop

Re: Example end-to-end walkthrough?

2017-01-07 Thread Ignasi Barrera
nApp. > java:141) > > > Teo > > > > -Original Message- > From: Andrew Phillips [mailto:aphill...@qrmedia.com] > Sent: Friday, January 6, 2017 3:25 PM > To: user@jclouds.apache.org > Subject: Re: Example end-to-end walkthrough? > > > I was completely co

RE: Example end-to-end walkthrough?

2017-01-06 Thread Teo De Las Heras
hillips [mailto:aphill...@qrmedia.com] Sent: Friday, January 6, 2017 3:25 PM To: user@jclouds.apache.org Subject: Re: Example end-to-end walkthrough? > I was completely confused by being directed to the github for the > azurecompute-arm as I thought that was an example I should be &g

Re: Example end-to-end walkthrough?

2017-01-06 Thread Andrew Phillips
I was completely confused by being directed to the github for the azurecompute-arm as I thought that was an example I should be following. Thanks for the update! Are things working now, or is there still something that's not doing what it should? Also, do you have any thoughts on what we

RE: Example end-to-end walkthrough?

2017-01-06 Thread Teo De Las Heras
PM To: user@jclouds.apache.org Subject: RE: Example end-to-end walkthrough? Thanks for all the help. I'm trying to learn how to run a basic example that I can learn from and build on, but my lack of knowledge of Maven is a pitfall. All the examples use Maven differently which makes it hard

RE: Example end-to-end walkthrough?

2017-01-05 Thread Teo De Las Heras
-> [Help 1] -Original Message- From: Andrew Phillips [mailto:andr...@apache.org] Sent: Thursday, January 5, 2017 9:52 AM To: user@jclouds.apache.org Subject: Re: Example end-to-end walkthrough? > But in the end, like in any Java project, the only thing you need to > use jclo

Re: Example end-to-end walkthrough?

2017-01-05 Thread Andrew Phillips
But in the end, like in any Java project, the only thing you need to use jclouds is your project is to have the jclouds .jar files in your classpath. Just for the avoidance of doubt: you will need the jclouds JAR files and the JARs for any dependencies needed by the particular jclouds JARs you

Re: Example end-to-end walkthrough?

2017-01-05 Thread Ignasi Barrera
ws mvn > > > > Thank you, > > > > Teo De Las Heras > > > > -Original Message- > From: Ignasi Barrera [mailto:n...@apache.org] > Sent: Thursday, December 29, 2016 4:58 PM > To: user@jclouds.apache.org > Cc: Teo De Las Heras <teode...@micro

RE: Example end-to-end walkthrough?

2017-01-04 Thread Teo De Las Heras
Barrera [mailto:n...@apache.org] Sent: Thursday, December 29, 2016 4:58 PM To: user@jclouds.apache.org Cc: Teo De Las Heras <teode...@microsoft.com> Subject: Re: Example end-to-end walkthrough? Trying to understand the compute basics examples is one of the better ways to get started with j

Re: Example end-to-end walkthrough?

2016-12-29 Thread Ignasi Barrera
Trying to understand the compute basics examples is one of the better ways to get started with jclouds. There are two different Azure providers in jclouds: * The "azurecompute" one uses the old Azure API. * The "azurecompute-arm" uses the new ARM API. You'll need to add the

Re: Example end-to-end walkthrough?

2016-12-23 Thread Andrew Phillips
Hi Teo The jclouds-examples repo [1] may help - I don't think it has an Azure-specific example at present, but the general "compute-basics" app should hopefully give a better idea of how the end-to-end flow might look like: