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
connecting (via SSH) to the instances created in VirtualBox, and after
adding proper routes, now we are able to SSH to the instances from a
different environment via the public interface

Further, now its possible to create an instance in Openstack from a
customized ubuntu image, and we tested an app server is successfully
started soon after an instance is started. This is done via a startup
script in rc.local of the instance.

As the next step we are planning to test with the LB involved, to see the
end to end scenario of instance creation/termination in Openstack.


On Thu, May 31, 2012 at 10:37 AM, Ranga Siriwardena ra...@wso2.com wrote:

 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 lahi...@wso2.comwrote:

 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 Thu, May 31, 2012 at 9:01 AM, Sajith Kariyawasam saj...@wso2.comwrote:

 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
 OpenStack in Ubuntu 11.04, so as of now, it is with Ubuntu 12.04 we could
 get it working.

 As the next steps we are working on Jclouds+OpenStack integration, so
 that LXC instances can be managed programatically.


 Thanks,
 --

 *Sajith Kariyawasam*
 *Senior Software Engineer; WSO2, Inc.; http://wso2.com*


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 --
 Lahiru Sandaruwan
 Software Engineer,
 Cloud Team,
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 email: lahi...@wso2.com cell: (+94) 773 325 954
 blog: http://lahiruwrites.blogspot.com/
 twitter: http://twitter.com/lahirus
 linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 Thank You.
 Ranga.
 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.




-- 
*Sajith Kariyawasam*
*Senior Software Engineer; WSO2, Inc.; http://wso2.com*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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 OpenStack
in Ubuntu 11.04, so as of now, it is with Ubuntu 12.04 we could get it
working.

As the next steps we are working on Jclouds+OpenStack integration, so that
LXC instances can be managed programatically.

Thanks,
-- 

*Sajith Kariyawasam*
*Senior Software Engineer; WSO2, Inc.; http://wso2.com*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 Thu, May 31, 2012 at 9:01 AM, Sajith Kariyawasam saj...@wso2.com wrote:

 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 OpenStack
 in Ubuntu 11.04, so as of now, it is with Ubuntu 12.04 we could get it
 working.

 As the next steps we are working on Jclouds+OpenStack integration, so that
 LXC instances can be managed programatically.


 Thanks,
 --

 *Sajith Kariyawasam*
 *Senior Software Engineer; WSO2, Inc.; http://wso2.com*


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
--
Lahiru Sandaruwan
Software Engineer,
Cloud Team,
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

email: lahi...@wso2.com cell: (+94) 773 325 954
blog: http://lahiruwrites.blogspot.com/
twitter: http://twitter.com/lahirus
linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 lahi...@wso2.com wrote:

 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 Thu, May 31, 2012 at 9:01 AM, Sajith Kariyawasam saj...@wso2.comwrote:

 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
 OpenStack in Ubuntu 11.04, so as of now, it is with Ubuntu 12.04 we could
 get it working.

 As the next steps we are working on Jclouds+OpenStack integration, so
 that LXC instances can be managed programatically.


 Thanks,
 --

 *Sajith Kariyawasam*
 *Senior Software Engineer; WSO2, Inc.; http://wso2.com*


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 --
 Lahiru Sandaruwan
 Software Engineer,
 Cloud Team,
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 email: lahi...@wso2.com cell: (+94) 773 325 954
 blog: http://lahiruwrites.blogspot.com/
 twitter: http://twitter.com/lahirus
 linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



Thank You.
Ranga.
-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev