Re: [Openstack] Openstack access with Java SDKs

2014-05-30 Thread Everett Toews
On May 6, 2014, at 7:39 AM, Rajdeep Dua mailto:dua_rajd...@yahoo.com>> wrote: Does jcloud cover Networking - Neutron and Storage - Cinder? from docs i saw only compute APIs. It does cover Neutron and Cinder. You can get the dependencies for this using this pom.xml file [1]. If you have any fo

Re: [Openstack] Openstack access with Java SDKs

2014-05-06 Thread Rajdeep Dua
Does jcloud cover Networking - Neutron and Storage - Cinder? from docs i saw only compute APIs. On Tuesday, May 6, 2014 10:18 AM, Shital Patil wrote: jclouds is good and stable SDK for openstack you can also look for openstack4j On Tue, May 6, 2014 at 8:23 AM, Vikas Kokare wrote: I am l

Re: [Openstack] Openstack access with Java SDKs

2014-05-06 Thread Mohan Radhakrishnan
What are some of the examples requiring a SDK interaction with OpenStack ? Are they dashboards to view metrics ? Thanks, Mohan On Tue, May 6, 2014 at 10:14 AM, Shital Patil wrote: > jclouds is good and stable SDK for openstack > you can also look for openstack4j > > > On Tue, May 6, 2014 at 8:2

Re: [Openstack] Openstack access with Java SDKs

2014-05-06 Thread Rajdeep Dua
Has it been tested against multiple hypervisors/ SDN backends? On Tuesday, May 6, 2014 10:18 AM, Shital Patil wrote: jclouds is good and stable SDK for openstack you can also look for openstack4j On Tue, May 6, 2014 at 8:23 AM, Vikas Kokare wrote: I am looking for a standard, seamless way

Re: [Openstack] Openstack access with Java SDKs

2014-05-05 Thread Shital Patil
jclouds is good and stable SDK for openstack you can also look for openstack4j On Tue, May 6, 2014 at 8:23 AM, Vikas Kokare wrote: > I am looking for a standard, seamless way to access OpenStack APIs , most > likely using the Java SDKs that are summarized at > https://wiki.openstack.org/wiki/SD

Re: [Openstack] Openstack access with Java SDKs

2014-05-05 Thread Luis Gervaso
Hi, JClouds is the official one from OpenStack API site. *jclouds*.apache.org/ I have developed OpenStack Java SDK which i'm using in all my own projects. It's a JAX-RS 2.0 based REST client. You can use nowdays with 2 connectors : Jersey or RestEasy (a contribution from OVirt guys) github.com/

Re: [Openstack] Openstack access with Java SDKs

2014-05-05 Thread Rajdeep Dua
I think python sdk is the only official one while others are from third party. Its not guaranteed that these would work seamlessly On 6 May 2014 08:36, "Vikas Kokare" wrote: > I am looking for a standard, seamless way to access OpenStack APIs , most > likely using the Java SDKs that are summariz

[Openstack] Openstack access with Java SDKs

2014-05-05 Thread Vikas Kokare
I am looking for a standard, seamless way to access OpenStack APIs , most likely using the Java SDKs that are summarized at https://wiki.openstack.org/wiki/SDKs#Software_Development_Kits There are various distributions of Openstack available today. Is this possible using these SDK's to write an ap