Re: Vcloud attach volume/block devices

2014-11-15 Thread Udara Liyanage
ping On Sat, Nov 15, 2014 at 10:36 AM, Udara Liyanage udaraliyan...@gmail.com wrote: Hi, Could someone point me to a sample of attaching volumes in Vcloud using Jclouds -- Udara S.S Liyanage. Software Engineer at WSO2. Commiter and PPMC Member of Apache Stratos. Blog - http

Vcloud attach volume/block devices

2014-11-14 Thread Udara Liyanage
Hi, Could someone point me to a sample of attaching volumes in Vcloud using Jclouds -- Udara S.S Liyanage. Software Engineer at WSO2. Commiter and PPMC Member of Apache Stratos. Blog - http://udaraliyanage.wordpress.com phone: +94 71 443 6897

How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Udara Liyanage
Hi, I was able to get reference to PortAPI and NetworkAPi, but not to FloatingIpAPI. Any help is appriciated. neutronApi = ContextBuilder.newBuilder(provider) .credentials(identity, password) .endpoint(endpoint) .modules(modules)

subscribe

2014-08-21 Thread Udara Liyanage
-- Udara Liyanage Software Engineer WSO2, Inc.: http://wso2.com lean. enterprise. middleware web: http://udaraliyanage.wordpress.com phone: +94 71 443 6897

Re: Associate floating ip to a specified network interface

2014-08-21 Thread Udara Liyanage
-floating-ips On Thu, Aug 21, 2014 at 11:14 AM, Udara Liyanage ud...@wso2.com wrote: Hi, Created a jira for this [1] [1] https://issues.apache.org/jira/browse/JCLOUDS-682 On Wed, Aug 20, 2014 at 10:53 PM, Udara Liyanage ud...@wso2.com wrote: Hi, I create instances with multiple network

Re: Jclouds Neutron - No route to host when listing ports

2014-08-21 Thread Udara Liyanage
. -- *From:* Udara Liyanage [ud...@wso2.com] *Sent:* Monday, August 18, 2014 12:27 AM *To:* user@jclouds.apache.org *Subject:* Jclouds Neutron - No route to host when listing ports Hi, I tried following code snippet to list ports in Openstack. http://stackoverflow.com

Re: Specify a network interface when assigning floating IP

2014-08-21 Thread Udara Liyanage
Hi Ignasi and Zack, I succeeded in listing the ports. Thanks for the help On Tue, Aug 12, 2014 at 12:34 PM, Ignasi Barrera ignasi.barr...@gmail.com wrote: Hi Udara, Have you tried using the jclouds Neutron api as Zack suggested? Hi, Ping! On Fri, Aug 8, 2014 at 4:17 PM, Udara Liyanage

Re: Associate floating ip to a specified network interface

2014-08-21 Thread Udara Liyanage
/nova/v2_0/extensions/FloatingIPApi.java#L93-L108 On 21 August 2014 11:53, Udara Liyanage udaraliyan...@gmail.com wrote: Hi Zack, Thanks for the confirmation. Could you please point me to the place where REST API call is made to the Openstack so I would give a try patching Jclouds. I had

Associate floating ip to a specified network interface

2014-08-20 Thread Udara Liyanage
not find a way to associate a floating ip to a port also. Then starting the instance with the port-id. -- Udara Liyanage Software Engineer WSO2, Inc.: http://wso2.com lean. enterprise. middleware web: http://udaraliyanage.wordpress.com phone: +94 71 443 6897

Re: Associate floating ip to a specified network interface

2014-08-20 Thread Udara Liyanage
Hi, Created a jira for this [1] [1] https://issues.apache.org/jira/browse/JCLOUDS-682 On Wed, Aug 20, 2014 at 10:53 PM, Udara Liyanage ud...@wso2.com wrote: Hi, I create instances with multiple network interfaces. However when I associate an floating ip to the instance as below, floating

Jclouds Neutron - No route to host when listing ports

2014-08-17 Thread Udara Liyanage
(JavaUrlHttpCommandExecutorService.java:112) at org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.invoke(JavaUrlHttpCommandExecutorService.java:72) at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:141) ... 8 more -- Udara Liyanage Software Engineer WSO2, Inc

Volume resize in Openstack

2014-05-22 Thread Udara Liyanage
Hi, Is there a API available to resize a volume in Openstack? -- Udara S.S Liyanage. Software Engineer at WSO2. Commiter and PPMC Member of Apache Stratos. Blog - http://udaraliyanage.wordpress.com phone: +94 71 443 6897

Openstack attaching the volume to a random device name

2014-04-23 Thread Udara Liyanage
Hi, I use below codes to attach and volume to a instance in Openstack. The device I input = /dev/sdc The device I see when I debug = /dev/sdc The device actually in the instance = vdb What is the reason for this mismatch? RestContextNovaApi, NovaAsyncApi nova = context.unwrap();