Re: [Dev] Packaging the Kubernetes Artifacts

2016-02-28 Thread Chamila De Alwis
Hi Vishanth, The plan is to have the base image in Docker Public registry so that anyone can pull it whenever they want. However, IMO we should also ship the common image artifacts, in case the users need to modify the Base image. We can additionally link the common Dockerfile with the Docker

[Dev] Packaging the Kubernetes Artifacts

2016-02-28 Thread Vishanth Balasubramaniam
Hi, This is to discuss the packaging structure of Kubernetes Artifacts. The project structure is attached [1]. The plan is to package the Docker related distributions and Kubernetes related distributions separately per product. Docker related distribution of a product would look like this.

Re: [Dev] Native Cloud Support for Running WSO2 Middleware on Apache Mesos

2016-02-28 Thread Imesh Gunaratne
Hi Osura, It's nice to hear your interest on this project. The starting point would be to install Mesos and see how it works. Then try to deploy a WSO2 product on Mesos using Docker. Then understand how Carbon clustering works including K8S membership scheme [1] we have implemented for the same

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Imesh Gunaratne
On Mon, Feb 29, 2016 at 12:12 PM, Lakmal Warusawithana wrote: > > > On Mon, Feb 29, 2016 at 11:56 AM, Imesh Gunaratne wrote: > >> Hi Lakmal, >> >> On Mon, Feb 29, 2016 at 11:37 AM, Lakmal Warusawithana >> wrote: >> >>> Hi, >>> >>> What is we

[Dev] [Puppet] Please hold commits for wso2/puppet-modules

2016-02-28 Thread Chamila De Alwis
Hi, We are in the process of verifying Puppet modules [1] for the next release. Please hold your direct commits from now on. You can open a PR to send any modifications while the Vote starts. If there are any critical updates, we will merge the respective PRs. The latest release will include the

[Dev] Please hold your commits to wso2/kubernetes-artifacts

2016-02-28 Thread Sajith Kariyawasam
Hi Devs, $subject [1], since we are in the process of carrying out the final testing. If you have things to commit , please send those as PRs, and will merge only the required stuff for the release. New features will be merged after the release. [1]

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Lakmal Warusawithana
On Mon, Feb 29, 2016 at 11:56 AM, Imesh Gunaratne wrote: > Hi Lakmal, > > On Mon, Feb 29, 2016 at 11:37 AM, Lakmal Warusawithana > wrote: > >> Hi, >> >> What is we are tying to do here? Are we trying to verify the ClientIP >> when exposing service via NodePort?

[Dev] Invoking Query type API call via People HR connector

2016-02-28 Thread Amalka Subasinghe
Hi, is it possible to $subject? According to the documentation I couldn't find a way [1] https://api.peoplehr.net/Pages/Functional/Default.aspx [2] https://docs.wso2.com/display/ESBCONNECTORS/Configuring+PeopleHR+Operations Thanks Amalka ___ Dev

Re: [Dev] Streaming File transfer with File Inbound/File Connector

2016-02-28 Thread Malaka Silva
Hi Kasun, Currently no OOB solution with ESB 4.9.0. File always gets build before mediation. However use case mentioned can be handled with Schedule task -> File connector search -> File connector copy +1 for OOB solution. We can do this for ESB 5.0. Also there is an option to do this as a

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Imesh Gunaratne
Hi Lakmal, On Mon, Feb 29, 2016 at 11:37 AM, Lakmal Warusawithana wrote: > Hi, > > What is we are tying to do here? Are we trying to verify the ClientIP when > exposing service via NodePort? IMO its working without issue. > > Yes the first step was to verify ClientIP and then

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Imesh Gunaratne
On Mon, Feb 29, 2016 at 11:12 AM, Nishadi Kirielle wrote: > In order to verify session affinity, I have created three replicas of > wordpress. With the first request I have created a user and logged into > wordpress. As per your suggestion in the load testing with Apache >

[Dev] Streaming File transfer with File Inbound/File Connector

2016-02-28 Thread Kasun Indrasiri
Hi Malaka, Do we support the $subject? Basically we use an Inbound as the source and use file connector as the destination. If this is not supported yet, we got to add this to ESB 5. Thanks, Kasun -- Kasun Indrasiri Software Architect WSO2, Inc.; http://wso2.com lean.enterprise.middleware

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Lakmal Warusawithana
Hi, What is we are tying to do here? Are we trying to verify the ClientIP when exposing service via NodePort? IMO its working without issue. On Sun, Feb 28, 2016 at 11:58 PM, Nishadi Kirielle wrote: > Hi all, > > In order to test the session affinity in Kubernetes, I have

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Udara Liyanage
Hi, I tried testing this with v1.1.2. You can access this still with this IP 192.168.58.228. At that time there were few problems with session affinity. *How I test:* I created a session variable and incremented it if session already exist. In addition printed the ip of the pod. My observation

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Nishadi Kirielle
In order to verify session affinity, I have created three replicas of wordpress. With the first request I have created a user and logged into wordpress. As per your suggestion in the load testing with Apache Benchmark, I have given an internal link of my logged in profile. If the session affinity

Re: [Dev] [G-Reg] Support for Regex pattern in store

2016-02-28 Thread Pubudu Priyashan
Noted. Thanks! Cheers, Pubudu. Pubudu D.P Senior Software Engineer - QA Team | WSO2 inc. Mobile : +94775464547 On Mon, Feb 29, 2016 at 11:10 AM, Thushara Ranawaka wrote: > Hi Pubudu, > > Thanks for pointing out this. > For the recored from the user's perspective we are

Re: [Dev] [G-Reg] Support for Regex pattern in store

2016-02-28 Thread Thushara Ranawaka
Hi Pubudu, Thanks for pointing out this. For the recored from the user's perspective we are deprecating the use of wildcards in GC. Thanks, Thushara. On Mon, Feb 29, 2016 at 10:51 AM, Pubudu Priyashan wrote: > Great, let's do that. Thanks. > > Cheers, > Pubudu. > > Pubudu

Re: [Dev] [ML][GSOC] Ensemble learning for WSO2 ML

2016-02-28 Thread Supun Sethunga
Hi Minudika, Thank you for your interest in the project. GBT and Random Forest are well known ensemble methods, and are readily available as a single algorithm OOB in spark. So we need not be implementing them again. You may treat them as any other simpler algorithm, for the project. Let me

Re: [Dev] [G-Reg] Support for Regex pattern in store

2016-02-28 Thread Pubudu Priyashan
Great, let's do that. Thanks. Cheers, Pubudu. Pubudu D.P Senior Software Engineer - QA Team | WSO2 inc. Mobile : +94775464547 On Mon, Feb 29, 2016 at 10:48 AM, Thushara Ranawaka wrote: > [+dev][+documentation team] > > Hi Pubudu, > > We don't support regex in GReg 5.2.0

Re: [Dev] [G-Reg] Support for Regex pattern in store

2016-02-28 Thread Thushara Ranawaka
[+dev][+documentation team] Hi Pubudu, We don't support regex in GReg 5.2.0 and as per the offline discussion had with Chathura, Isurwan and Chandana we will not support in the future as well. * and ? is the only two wild cards that we support ATM. How ever as per your request we identified that

Re: [Dev] [G-Reg] Support for Regex pattern in store

2016-02-28 Thread Praneesha Chandrasiri
Hi Pubudu, We have [1] & [2] in current docs about the Search functionality. Will improve docs on the mentioned areas. [1] https://docs.wso2.com/display/Governance520/Searching+for+Assets+Using+Advanced+Search+Operators [2] https://docs.wso2.com/display/Governance520/Search On Mon, Feb 29,

Re: [Dev] [G-Reg] Support for Regex pattern in store

2016-02-28 Thread Pubudu Priyashan
+ dev Pubudu D.P Senior Software Engineer - QA Team | WSO2 inc. Mobile : +94775464547 On Mon, Feb 29, 2016 at 10:34 AM, Pubudu Priyashan wrote: > Hello G-Reg team, > > Can someone please provide any information about the $subject and > currently expected behavior in 5.2.0

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Imesh Gunaratne
Hi Nishadi, On Sun, Feb 28, 2016 at 11:58 PM, Nishadi Kirielle wrote: > Hi all, > > In order to test the session affinity in Kubernetes, I have deployed > WordPress on a kubernetes cluster with several replicas and enabled the > session affinity by setting

Re: [Dev] [IoT] Android sense agent becomes non responsive issue

2016-02-28 Thread Menaka Jayawardena
Hi Inosh, Yes it happens when agent could not connect to the host. Did you check the host url and credentials? Here you can find the agent code. https://github.com/wso2-incubator/iot-server-agents/tree/master/wso2_sense_agent Thanks and Regards Menaka On Sun, Feb 28, 2016 at 9:20 AM, Inosh

Re: [Dev] Native inbound and connector for IBM MQ 7.5

2016-02-28 Thread Sajini De Silva
Hi Riyafa, In IBM MQ, SSL can be enabled for a channel and there can be many channel for a particular queue manager. In order to enable SSL you have to have a keystore and a truststore for both your java client and MQ. You can create these using keytool in java. After that you have to generate

Re: [Dev] [VOTE] Release WSO2 Dashboard Server 2.0.0 RC2

2016-02-28 Thread Tanya Madurapperuma
Hi all, Thank you for testing and verifying the WSO2 Dashboard Server 2.0.0 RC2. We are closing this vote now. This vote has passed with 6 +1s and 0 -1s. Therefore we are proceeding with the WSO2 Dashboard Server 2.0.0 release. Thanks, Tanya On Sun, Feb 28, 2016 at 10:02 PM, Nipuna Chandradasa

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Nishadi Kirielle
I have used pires/kubernetes-vagrant-coreos-cluster setup for this testing which uses Kubernetes 1.1.7. Thanks On Mon, Feb 29, 2016 at 8:59 AM, Chamila De Alwis wrote: > Hi Nishadi, > > What was the Kubernetes version this test was executed? > > > Regards, > Chamila de Alwis

Re: [Dev] GSOC 2016: Proposal 7

2016-02-28 Thread Isuru Udana
Hi Dinanjana, Intention of this project is to build a tool which ease production incident analysis. Some of the common production incidents are, - Server goes OOM - Increase of CPU usage - Server goes to an unresponsive state We need to detect those situations and need to extract useful

Re: [Dev] Session Affinity in Kubernetes

2016-02-28 Thread Chamila De Alwis
Hi Nishadi, What was the Kubernetes version this test was executed? Regards, Chamila de Alwis Committer and PMC Member - Apache Stratos Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Sun, Feb 28, 2016 at 11:58 PM, Nishadi Kirielle wrote: > Hi

Re: [Dev] US Election 2016 Tweet Analyze System

2016-02-28 Thread Srinath Perera
We can. It will be our twitter toolbox. --Srinath On Mon, Feb 29, 2016 at 8:43 AM, Sachith Withana wrote: > Hi Srinath and all, > > I'm just wondering, can't we make this a generic tool/product to analyze > and visualize twitter data. > > Ex: User provides us with some

Re: [Dev] US Election 2016 Tweet Analyze System

2016-02-28 Thread Sachith Withana
Hi Srinath and all, I'm just wondering, can't we make this a generic tool/product to analyze and visualize twitter data. Ex: User provides us with some keywords and our tool does the analyzing/visualizing. The user can add more functionality if required ( customization) Thanks, Sachith On Mon,

[Dev] [ML][GSOC] Ensemble learning for WSO2 ML

2016-02-28 Thread Minudika Malshan
Hi, I found out that spark.ml Lib supports two ensemble algorithms, GBT and Random Forest. Will it be possible to implement Bagging and boosting methods using ml Lib features? Also I'm grateful if you can give me some resources to getting started with implementation of Bagging method using ml

[Dev] Session Affinity in Kubernetes

2016-02-28 Thread Nishadi Kirielle
Hi all, In order to test the session affinity in Kubernetes, I have deployed WordPress on a kubernetes cluster with several replicas and enabled the session affinity by setting service.spec.sessionAffinity to "ClientIP". When the kubernetes service is exposed through NodePort, I have tested the

Re: [Dev] G-Reg build failures with latest carbon-commons(4.5.1 & 4.4.9)

2016-02-28 Thread Nipuni Perera
Hi Chandana, Thanks for reporting. While I was building product-as I have modified carbon-identity 4.5.5 (as product-as was not compatible with carbon-identity 5.0.x versions) and I have faced the same issue with carbon-identity. But this issue was not reported while testing BPS and ESB with

Re: [Dev] Native inbound and connector for IBM MQ 7.5

2016-02-28 Thread Riyafa Abdul Hameed
Hi, I have tried and failed to understand how to incorporate SSL and authentication into the java client. I have referred many websites Eg.[1],[2].[3] and referred IBM knowledge center, but could not understand how SSL and authentication works on queue managers. I know I should figure this out

Re: [Dev] [IS][GSOC]Document Based NoSQL Support for WSO2 Identity Server Database

2016-02-28 Thread Tharindu Edirisinghe
Hi Mohammed, Good to hear that you are progressing through... Regards, Tharindu On Sat, Feb 27, 2016 at 10:26 PM, Mohamed ZAJITH wrote: > Hi > I have started the task 4 > > Sent with MailTrack >