Re: [Dev] [DEV][Puppet Modules] Finalizing wso2/puppet-modules 2.0.0 release

2016-05-11 Thread Chamila De Alwis
We've completed the Default platform test task as well. Some of the issues found and fixed are as follows. 1. Issues in GREG Hiera YAML - https://github.com/wso2/puppet-modules/pull/42 2. Fixing MB data sources properly - https://github.com/wso2/puppet-modules/pull/40 3. Incorrect

Re: [Dev] [DEV][Puppet Modules] Finalizing wso2/puppet-modules 2.0.0 release

2016-05-10 Thread Chamila De Alwis
We've completed the following tasks up to now. - Smoke test each product on the Kubernetes platform with clustering - Fix minor issues found during testing the products - Consistent structure of the YAML file - Style corrections - Missing values that are crucial for

Re: [Dev] [DEV][Puppet Modules] Finalizing wso2/puppet-modules 2.0.0 release

2016-05-10 Thread Chamila De Alwis
I added a GitHub wiki page including this range information [1]. [1] - https://github.com/wso2/puppet-modules/wiki/Proxy-Port-Range-Use-for-Kubernetes-Platform Regards, Chamila de Alwis Committer and PMC Member - Apache Stratos Software Engineer | WSO2 | +94772207163 Blog:

Re: [Dev] [DEV][Puppet Modules] Finalizing wso2/puppet-modules 2.0.0 release

2016-05-10 Thread Imesh Gunaratne
On Tue, May 10, 2016 at 10:02 AM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi, > > Please find the node port ranges used in puppet modules. We should add > this to wiki. > Thanks for listing this out Anuruddha! We might need to mention that this is specifically for the Kubernetes

Re: [Dev] [DEV][Puppet Modules] Finalizing wso2/puppet-modules 2.0.0 release

2016-05-09 Thread Anuruddha Liyanarachchi
Hi, Please find the node port ranges used in puppet modules. We should add this to wiki. Product Port Range Min Port Max Port wso2am 32000 32020 wso2as 32021 32030 wso2bps 32031 32040 wso2brs 32041 32050 wso2cep 32051 32060 wso2das 32061 32070 wso2dss 32071 32080 wso2es 32081 32090 wso2esb 32091

Re: [Dev] [DEV][Puppet Modules] Finalizing wso2/puppet-modules 2.0.0 release

2016-05-09 Thread Chamila De Alwis
Hi Akila, On Tue, May 10, 2016 at 6:14 AM, Akila Ravihansa Perera wrote: > WARNING: class inherits across module namespaces > WARNING: line has more than 80 characters > I think we can ignore these as they were considered in the decision process. I'll change the release

Re: [Dev] [DEV][Puppet Modules] Finalizing wso2/puppet-modules 2.0.0 release

2016-05-09 Thread Akila Ravihansa Perera
Hi Chamila, We had to bring back "vm_type" because it is needed for bare Docker scenario. Please refer to the other thread on wso2-dev list for a detailed explanation. I've also fixed Puppet Lint issues in all modules. There are 2 warnings remaining though, as follows; WARNING: class inherits

[Dev] [DEV][Puppet Modules] Finalizing wso2/puppet-modules 2.0.0 release

2016-05-09 Thread Chamila De Alwis
Hi, Let's finalize the wso2/puppet-modules [1] 2.0.0 release. Following are the features and fixes implemented in this release. - Updated Hiera data hierarchy to include deployment platform - Kubernetes based workflow supported, based on wso2/kubernetes-artifacts -