[Discuss] Kubernetes workflow is now working!

2014-12-25 Thread Imesh Gunaratne
Hi Devs, I fixed some of the issues in Kubernetes Iaas and tested the Kubernetes workflow with sample php docker image. Now replication controllers, services and containers get created without a problem. We can also access the php server in the container. However I noticed that agent does not sen

Re: [Discuss] Kubernetes is always trying to pull docker images from Docker Hub

2014-12-25 Thread Imesh Gunaratne
I pushed the stratos php 4.1.0-alpha docker image to docker hub and executed the kubernetes client live tests, all tests were passed. Now I'm verifying the kubernetes flow with stratos. On Thu, Dec 25, 2014 at 3:43 PM, Imesh Gunaratne wrote: > Yes, this seems like an issue in 0.5.2 release. Even

[Discuss] Reading error messages raised by Kubernetes API Server

2014-12-25 Thread Imesh Gunaratne
Hi Devs, As I found in the current codebase we do not parse Kubernetes response messages, as a result Cloud Controller does not see the error messages raised by the Kubernetes API server. I have now introduced a new class to parse these messages: https://github.com/apache/stratos/blob/master/comp

Re: [Discuss] Add a README file to each forked third party module

2014-12-25 Thread Imesh Gunaratne
Great! Thanks Raj! On Thu, Dec 25, 2014 at 5:46 PM, Rajkumar Rajaratnam wrote: > Hi, > > I have added Readme files to all the modules forked from jclouds. > > Thanks. > > On Thu, Dec 25, 2014 at 11:56 AM, Lakmal Warusawithana > wrote: > >> +1 >> >> On Wed, Dec 24, 2014 at 9:26 PM, Imesh Gunarat

[Discuss] Docker base image size

2014-12-25 Thread Imesh Gunaratne
Hi Devs, I did some analysis on the docker base image we have created and found that it's size is around 453.6 MB. This image has been created using Ubuntu 14.04 docker image, which is 192.7 MB, which means that we have added additional 260.9 MB by installing python cartridge agent and its depend

Be careful to not to break the build!

2014-12-25 Thread Lahiru Sandaruwan
Hi all, $subject please. There was one due to s/CloudstackPartitionValidator/CloudStackPartitionValidator class renaming. This may happen due to Git is not taking case sensitivity into account at the commit. You can fix it using, "git config core.ignorecase false" Thanks. -- -- Lahiru Sandaruw

Re: [Discuss] Apache Stratos Docker Hub Organization Name

2014-12-25 Thread Imesh Gunaratne
I have already taken the name stratos, will see whether we could convert the existing organization to that or push all the existing images to the new one. Thanks On Thu, Dec 25, 2014 at 5:56 PM, Rajkumar Rajaratnam wrote: > Totally +1. > > Better to take this name ASAP. > > Thanks. > > On Thu,

Re: [Discuss] Apache Stratos Docker Hub Organization Name

2014-12-25 Thread Rajkumar Rajaratnam
Totally +1. Better to take this name ASAP. Thanks. On Thu, Dec 25, 2014 at 5:50 PM, Imesh Gunaratne wrote: > Hi Devs, > > I just did some analysis on docker hub organization names that other > Apache projects are using: > > https://registry.hub.docker.com/_/httpd/ > https://registry.hub.docker

[Discuss] Apache Stratos Docker Hub Organization Name

2014-12-25 Thread Imesh Gunaratne
Hi Devs, I just did some analysis on docker hub organization names that other Apache projects are using: https://registry.hub.docker.com/_/httpd/ https://registry.hub.docker.com/_/maven/ https://registry.hub.docker.com/_/tomcat/ As it looks like most of them do not use "apache" prefix. Currently

Re: [Discuss] Add a README file to each forked third party module

2014-12-25 Thread Rajkumar Rajaratnam
Hi, I have added Readme files to all the modules forked from jclouds. Thanks. On Thu, Dec 25, 2014 at 11:56 AM, Lakmal Warusawithana wrote: > +1 > > On Wed, Dec 24, 2014 at 9:26 PM, Imesh Gunaratne wrote: > >> Hi Devs, >> >> I think we need to do $subject containing following information: >>

Re: [Discuss] Kubernetes is always trying to pull docker images from Docker Hub

2014-12-25 Thread Imesh Gunaratne
Yes, this seems like an issue in 0.5.2 release. Even setting the attribute Container.imagePullPolicy = PullIfNotPresent doesn't work. We can try to push an image to docker hub and use it. On Thu, Dec 25, 2014 at 11:08 AM, Rajkumar Rajaratnam wrote: > Discussed in the following mail thread. > > D