Re: [Dev] Update on OpenStack + Jclouds

2012-06-13 Thread Sajith Kariyawasam
Hi all, As of now we could successfully start, terminate and list LXC instances in an Openstack environment via Jclouds API (programatically). Openstack is installed in VirtualBox because it requires two network interfaces (public and private), and earlier we were facing some issues in

[Dev] Update on OpenStack + Jclouds

2012-05-30 Thread Sajith Kariyawasam
Hi all, We were able to get an LXC instance started and running in OpenStack, via OpenStack Dashboard. Also, we could successfully logged into those instances via SSH (From the same environment, where OpenStack is installed) Earlier we encountered some issues in installing and configuring

Re: [Dev] Update on OpenStack + Jclouds

2012-05-30 Thread Lahiru Sandaruwan
From the Jclouds side, they have a pretty good sample for handling different IaaSes via a common interface. POC for EC2 instances are completed using those samples for ADD, LIST, and DESTROY instances. So the next step is to handle Openstack instances via the same Jclouds insterface. Thanks. On

Re: [Dev] Update on OpenStack + Jclouds

2012-05-30 Thread Ranga Siriwardena
Hi, At the same time we have tested the JCloud API with EC2 stuff (i.e. creating new instance, terminating instance and getting instance states). It works fine for EC2 related functions and we will try to test the same for OpenStack setup today. On Thu, May 31, 2012 at 9:57 AM, Lahiru Sandaruwan