On Wed, May 1, 2013 at 1:14 PM, Seif Eddine Jemli
<seifeddineje...@gmail.com> wrote:
> Hi,
>
>
>
> i am trying to implement a java code that should enable me to do simple
> things: deploy Virtual machines for example.
>
>
> I was advised to use Jclouds API, the problem is that i didn't find
> "enough"  documentation on how to use Jclouds on a cloudstack private cloud
> .
>
> Where can i find a jclouds code on cloudstack that i can use as a start
> (like a tuto)?
>
> thanks


This isn't the first time this has come up.

Let me paste an IRC conversation that should help you make progress.

13:27 < adrianc> ke4qqq I think using the raw cloudstack api isn't
something there's a very nice guide on
13:28 < adrianc> however, they can get started quite easily using
jclouds-examples/compute-basics
13:28 < adrianc> and pass in the url to the cloudstack instance
13:28 < adrianc> abayer also has cloudcat
13:28 < adrianc> which is a cloudstack app
13:28 < adrianc> yp
13:28 < adrianc> ke4qqq the other thing is that there's tons of
examples, if one is ok looking at live tests
13:29 < adrianc> ex. apis/cloudstack/src/test/java/...*LiveTest.java
13:29 < adrianc> contextBuilder.overrides
13:30 < adrianc> ke4qqq anyway we can do a lot better on asf in
cloudstack doc stuff

The cloudcat referenced is: https://github.com/abayer/cloudcat  <--
which uses jclouds for CloudStack, so should give you an example.

--David

Reply via email to