Re: Docker pulling the image from the repository in the Kubernetes setup

2014-10-21 Thread Chamila De Alwis
Hi Sajith, Nirmal, Thanks for the links to the issues. As I understand the logic behind this behaviour is the distribution of changes done to an image. I guess that's the optimal behaviour when looked at Kubernetes from a production perspective. But to not have others' changes interfere with a ro

[GitHub] stratos pull request: Clean script kills all Java processes.

2014-10-21 Thread chamilad
Github user chamilad commented on the pull request: https://github.com/apache/stratos/pull/93#issuecomment-60042465 @imesh Thanks for the suggestion. This is possible to do since ActiveMQ has its pid stored in a pid file inside the data directory. We can store that and the p

Re: Docker pulling the image from the repository in the Kubernetes setup

2014-10-21 Thread Nirmal Fernando
Thanks for the links Sajith... seems second one was closed as it's blocked by https://github.com/GoogleCloudPlatform/kubernetes/issues/1319 On Wed, Oct 22, 2014 at 6:28 AM, Sajith Kariyawasam wrote: > I also have noted that earlier, even when I tested with a private docker > registry, but couldn

Re: Docker pulling the image from the repository in the Kubernetes setup

2014-10-21 Thread Sajith Kariyawasam
I also have noted that earlier, even when I tested with a private docker registry, but couldn't investigate much on that yet. Seems those are reported as issues and have fixed, may be available with the latest version. [1] [2] Yeah, better to verify from the group [1] https://github.com/GoogleClo

Re: Docker pulling the image from the repository in the Kubernetes setup

2014-10-21 Thread Nirmal Fernando
Hi Chamila, We need to talk to Kubernetes team and understand the exact behavior. Please have a chat with them at the #google-containers IRC channel. On Wed, Oct 22, 2014 at 12:11 AM, Chamila De Alwis wrote: > Hi, > > I'm not sure if this was discussed earlier, and if it was please direct me >

Re: [Grouping] Shall we clean unused code block

2014-10-21 Thread Isuru Haththotuwa
Hi Martin, Thank you very much for your effort. On Wed, Oct 22, 2014 at 4:46 AM, Martin Eppel (meppel) wrote: > Hi Reka, Isuru, > > > > I (gradually) started cleaning up some of the code, quick question / > comment: > > > > -wanted to confirm before removing the following classes / fil

RE: [Grouping] Shall we clean unused code block

2014-10-21 Thread Martin Eppel (meppel)
Hi Reka, Isuru, I (gradually) started cleaning up some of the code, quick question / comment: -wanted to confirm before removing the following classes / files – is it obsolete or do we have further use for CompositeApplicationManager.java ? -renamed some of the methods for bet

Docker pulling the image from the repository in the Kubernetes setup

2014-10-21 Thread Chamila De Alwis
Hi, I'm not sure if this was discussed earlier, and if it was please direct me to the thread title. In the Kubernetes setup, it seems if the mentioned image is present in a Docker repository, the central Docker hub in the normal case, Docker will pull that image and replace over the image already

[jira] [Created] (STRATOS-902) Composite Application Undeployment

2014-10-21 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-902: - Summary: Composite Application Undeployment Key: STRATOS-902 URL: https://issues.apache.org/jira/browse/STRATOS-902 Project: Stratos Issue Type: Ta

[jira] [Updated] (STRATOS-901) LifeCycle State Manager

2014-10-21 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-901: -- Fix Version/s: 4.2.0 M3 > LifeCycle State Manager > --- > >

[jira] [Created] (STRATOS-901) LifeCycle State Manager

2014-10-21 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-901: - Summary: LifeCycle State Manager Key: STRATOS-901 URL: https://issues.apache.org/jira/browse/STRATOS-901 Project: Stratos Issue Type: New Feature

Re: vcloud: has anyone tested spinning up cartridges with attached volumes/block devices?

2014-10-21 Thread Udara Liyanage
Hi, Creating and attaching volumes is not yet implemented in Vcloud, though already done in Openstack and Ec2. Please create a jira for the issue so can check the progress of it. Currently I am not in a position to answer Q3, will do a research and get back to you. On Tue, Oct 21, 2014 at 7:49 PM

vcloud: has anyone tested spinning up cartridges with attached volumes/block devices?

2014-10-21 Thread Michiel Blokzijl (mblokzij)
Hi people, Q1: Has anyone tried getting a cartridge to start on vCloud that has volumes attached to it? Q2: I saw lots of todos in the Stratos code (https://github.com/apache/stratos/blob/master/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/iaa

[jira] [Updated] (STRATOS-897) Write a Guideline for Providing HA for Stratos in Single JVM Mode

2014-10-21 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-897: - Component/s: Documentation > Write a Guideline for Providing HA for Stratos in Single JVM

[Discuss] [Service Grouping] Life Cycle of an Composite Application

2014-10-21 Thread Isuru Haththotuwa
Hi Devs, The purpose of this thread is to discuss $subject. I have shown a basic and initial life cycle diagram for Apps. Please give your feedback on this. [image: Inline image 4] The application can be undeployed while its in any state. Also, even though we have a state as 'Terminated', it wi

Re: Unit tests for Python carrtridge agent

2014-10-21 Thread Gayan Gunarathne
+1 for pytest. I guess Nose also derived from the pytest. Pytest has good testing fixture mechanism which we can use to make our unit test fixture. [1] http://pytest.org/latest/xunit_setup.html#xunitsetup [2] http://pytest.org/latest/fixture.html Thanks, Gayan On Mon, Oct 20, 2014 at 3:55 PM,