Re: Port 8080 should be opened in security group

2015-09-01 Thread Pubudu Gunatilaka
Hi Udara, Yes we need to include this as well. And better if we can document that Kubernetes master port can be configurable. Actually 8080 port will change based on the kubernetes master port. Thank you! On Tue, Sep 1, 2015 at 10:51 PM, Udara Liyanage wrote: > Hi, > > Security group for cyber

Re: Build failed in Jenkins: Stratos-Master-Nightly-Build #611

2015-09-01 Thread Akila Ravihansa Perera
Hi, The issue was due to FaultHandlingWindowProcessor not getting activated due to a configuration problem in distribution bin.xml. I've fixed this in master branch. Thanks. On Tue, Sep 1, 2015 at 10:39 PM, Imesh Gunaratne wrote: > On Tue, Sep 1, 2015 at 10:54 AM, Gayan Gunarathne wrote: > >>

Re: [VOTE] Release Apache Stratos 4.1.2-RC1

2015-09-01 Thread Akila Ravihansa Perera
Hi, This vote has been cancelled. Please find the details in thread "[Discuss] Release Apache Stratos 4.1.2 RC1". Thanks. On Tue, Sep 1, 2015 at 11:21 PM, Dinithi De Silva wrote: > Hi, > > +1, tested following applications in mock IaaS. > > complex applications > >- php-tomcat-group-postgr

Re: [Discuss] Release Apache Stratos 4.1.2 RC1

2015-09-01 Thread Akila Ravihansa Perera
Hi, There is an issue in extensions/cep/pom.xml causing a build failure. This went unnoticed since older version of this file existed in builder machine. For this reason we are cancelling the Stratos 4.1.2-rc1 release. Will fix the issue and start a new RC release. As a best practice, org.strato

Re: [Discuss] Release Apache Stratos 4.1.2 RC1

2015-09-01 Thread Imesh Gunaratne
Hi All, I'm seeing the following error while trying to build source (source package and from 4.1.2-rc1 tag): [ERROR] The project org.apache.stratos:stratos-parent:4.1.2 (/Users/imesh/dev/apache/stratos/stratos/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Cannot access central ( h

Re: Deployment section in cartridge definition is not getting saved?

2015-09-01 Thread Anuruddha Liyanarachchi
Hi Anuruddha, The parameter name should be, { "name": "payload_parameter.APPLICATION_PATH", "value": "/opt/tomcat/webapps" } On Wed, Sep 2, 2015 at 10:43 AM, Lasindu Charith wrote: > Hi Anuruddha, > > This was there in Stratos 4.0.0 and should be working in 4.1.0 as in [1 >

Re: Deployment section in cartridge definition is not getting saved?

2015-09-01 Thread Lasindu Charith
Hi Anuruddha, This was there in Stratos 4.0.0 and should be working in 4.1.0 as in [1 ]. But as a workaround, you can define APP_PATH under cartridge properties until we investigate the issue.

Re: [Dev] Merge tenant-isolation branch to the master

2015-09-01 Thread Gayan Gunarathne
Yes for sure. Will do that.Also there are some major changes from master to tenant-isolation we also need to check the functionality which is not covered with integration tests. Thanks, Gayan On Wed, Sep 2, 2015 at 9:15 AM, Akila Ravihansa Perera wrote: > Hi Gayan, > > It seems some of the code

Deployment section in cartridge definition is not getting saved?

2015-09-01 Thread Anuruddha Premalal
Hi Devs, I'm trying to add the following[1] single tenant tomcat cartridge to stratos 4.1.1 via both api and UI. Even though it added successfully deployment section is missing from the definition(I got the definition using API). What would be the cause?. [1] { "type": "tomcat", "category": "fra

Re: [Dev] Merge tenant-isolation branch to the master

2015-09-01 Thread Akila Ravihansa Perera
Hi Gayan, It seems some of the code has gone missing during the merge. Faced in an issue in RuleTasksDelegator class in autoscaler component. I think we will have to compare the two code bases and go through each differences to make sure we have everything merged correctly. Thanks. On Tue, Sep 1

Re: [VOTE] Release Apache Stratos 4.1.2-RC1

2015-09-01 Thread Dinithi De Silva
Hi, +1, tested following applications in mock IaaS. complex applications - php-tomcat-group-postgres-mysql-group-esb - tomcat-single-signon - wordpress-app nested applications - complex-app-with-lb - esb-php-nested-with-esb-php-nested-with-mysql-php-app - five-levels-nested-g

Port 8080 should be opened in security group

2015-09-01 Thread Udara Liyanage
Hi, Security group for cybernetics should be opened to access. aws ec2 authorize-security-group-ingress --group-name kubernetes --protocol tcp --port 8080--cidr 0.0.0.0/0 [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.x+Install+Stratos+with+Kubernetes+on+EC2 -- Udara Liyanage Sof

Re: [Discuss] Release Apache Stratos 4.1.2 RC1

2015-09-01 Thread Akila Ravihansa Perera
Hi all, We have less than 24 hours to close the vote. Please take few mins to download, verify, test and vote for this release. When testing please extract CEP artifacts in apache-stratos-cep-artifacts-4.1.2.zip archive created under extensions/cep/modules/distribution/target to STRATOS_HOME/repos

Re: Build failed in Jenkins: Stratos-Master-Nightly-Build #611

2015-09-01 Thread Imesh Gunaratne
On Tue, Sep 1, 2015 at 10:54 AM, Gayan Gunarathne wrote: > > By adding the timeout we can skip this server hang on.But I think we may > need to check why the server hang on with this test. > Yes indeed! On Tue, Sep 1, 2015 at 10:54 AM, Gayan Gunarathne wrote: > Seems system hangs on long peri

Re: [Dev] Private PaaS build fails with Stratos 412

2015-09-01 Thread Udara Liyanage
Hi Thanuja, I did a clean build and issue still persist. On Tue, Sep 1, 2015 at 1:19 PM, Thanuja Uruththirakodeeswaran < thanu...@wso2.com> wrote: > Hi Udara, > > I tried the same today and I am able to build PPaaS successfully using > Stratos 4.1.2 after building Stratos 4.1.x branch. > > Thank

Re: [Doc] Broken links on Kuberneties cluster guide

2015-09-01 Thread Udara Liyanage
Hi, Great, thanks for updating

Re: [Doc] Broken links on Kuberneties cluster guide

2015-09-01 Thread Shavindri Dissanayake
Hi Udara, This has now been fixed. Thank you for bringing this up! The location where the files originally were, in the GIT Kubernetes repo has changed. We have now linked it to the new location. Thank you Pubudu for helping out on this. [1] https://github.com/kubernetes/kubernetes/blob/master/d

Re: Setting InstanceMetadata for Mock IaaS instances

2015-09-01 Thread Gayan Gunarathne
If we use set of values from mock-iaas.xml as a instance meta data,all the mock instances have same set of meta data values.So can we guarantee, it will cover all the test cases with this default set of instance meta data? Thanks, Gayan On Tue, Sep 1, 2015 at 1:52 PM, Thanuja Uruththirakodeeswara

[jira] [Updated] (STRATOS-1541) Update Installing Stratos with Kubernetes on EC2

2015-09-01 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1541: -- Assignee: Shavindri Dissanayake > Update Installing Stratos with Kubernetes on EC2 > -

[jira] [Created] (STRATOS-1541) Update Installing Stratos with Kubernetes on EC2

2015-09-01 Thread Shavindri Dissanayake (JIRA)
Shavindri Dissanayake created STRATOS-1541: -- Summary: Update Installing Stratos with Kubernetes on EC2 Key: STRATOS-1541 URL: https://issues.apache.org/jira/browse/STRATOS-1541 Project: Strato

Re: Setting InstanceMetadata for Mock IaaS instances

2015-09-01 Thread Thanuja Uruththirakodeeswaran
Currently we have following attributes in InstanceMetadata bean class: hostname, hypervisor, cpu, ram, imageId, loginPort, operatingSystemName, operatingSystemVersion, operatingSystemArchitecture, operatingSystem64bit I'm planning to include those attributes in mock-iaas.xml file as follow:

[GitHub] stratos pull request: Fixing Repo password displaying in plain tex...

2015-09-01 Thread anuruddhal
GitHub user anuruddhal opened a pull request: https://github.com/apache/stratos/pull/453 Fixing Repo password displaying in plain text in UI Fixed the issue when adding application sign up from UI, repo password field is displayed in plain text. You can merge this pull request int