Re: PostgreSQL Cartridge for Apache Stratos

2014-08-14 Thread chris snow
ks. >>>> >>>> >>>> On Saturday, August 9, 2014, Imesh Gunaratne wrote: >>>> >>>>> Hi Rajkumar, >>>>> >>>>> Once the puppet module is downloaded, do we apply any changes on top >>>>> of it? If

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-14 Thread Rajkumar Rajaratnam
go for either 1 or 3. >>>> >>>> WDYT? >>>> >>>> Is there any alternative to it? >>>> >>>> Thanks. >>>> >>>> >>>> On Saturday, August 9, 2014, Imesh Gunaratne wrote: >>>> >>>

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-13 Thread chris snow
gt;>> >>> >>> On Saturday, August 9, 2014, Imesh Gunaratne wrote: >>> >>>> Hi Rajkumar, >>>> >>>> Once the puppet module is downloaded, do we apply any changes on top of >>>> it? If so how do we do it? >>>>

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-13 Thread Lasindu Charith
>>> >>> Once the puppet module is downloaded, do we apply any changes on top of >>> it? If so how do we do it? >>> >>> Thanks >>> >>> >>> On Tue, Aug 5, 2014 at 12:58 PM, Dale Chalfant < >>> dchalf...@greaterbrain.com

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-08 Thread chris snow
p it decoupled as suggested below has its advantages. >>> >>> -Original Message- >>> From: chris snow [mailto:chsnow...@gmail.com] >>> Sent: Tuesday, August 05, 2014 9:39 AM >>> To: dev >>> Subject: Re: PostgreSQL Cartrid

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-08 Thread Rajkumar Rajaratnam
antages. >> >> -Original Message- >> From: chris snow [mailto:chsnow...@gmail.com] >> Sent: Tuesday, August 05, 2014 9:39 AM >> To: dev >> Subject: Re: PostgreSQL Cartridge for Apache Stratos >> >> Hi Devs - does anyone else have a view on

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-08 Thread Imesh Gunaratne
: chris snow [mailto:chsnow...@gmail.com] > Sent: Tuesday, August 05, 2014 9:39 AM > To: dev > Subject: Re: PostgreSQL Cartridge for Apache Stratos > > Hi Devs - does anyone else have a view on this approach? > > On Tue, Aug 5, 2014 at 2:37 PM, Rajkumar Rajaratnam > wrote: > &g

RE: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread Dale Chalfant
Keep it decoupled as suggested below has its advantages. -Original Message- From: chris snow [mailto:chsnow...@gmail.com] Sent: Tuesday, August 05, 2014 9:39 AM To: dev Subject: Re: PostgreSQL Cartridge for Apache Stratos Hi Devs - does anyone else have a view on this approach? On Tue

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread Nirmal Fernando
Ok, as long as we stick to one version that'd be ok. On Tue, Aug 5, 2014 at 7:39 PM, Rajkumar Rajaratnam wrote: > Hi Nirmal, > > Puppet module tool can download specific version of a module. > > For example, > > puppet module install puppetlabs-apache --version 0.0.2 > > Idea is to have a comm

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread Rajkumar Rajaratnam
Hi Nirmal, Puppet module tool can download specific version of a module. For example, puppet module install puppetlabs-apache --version 0.0.2 Idea is to have a comma separated list of modules along with information such as version, etc and download those using puppet module tool. IMO, we don't

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread Nirmal Fernando
Can we guarantee that latest puppet dependency modules won't break the puppet module which uses those dependencies? IMO this approach would result in lot of issues. On Tue, Aug 5, 2014 at 7:08 PM, chris snow wrote: > Hi Devs - does anyone else have a view on this approach? > > On Tue, Aug 5, 20

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread chris snow
Hi Devs - does anyone else have a view on this approach? On Tue, Aug 5, 2014 at 2:37 PM, Rajkumar Rajaratnam wrote: > Hi Chris, > > I will come up with a solution using puppet module tool. > > Thanks. > > > On Tue, Aug 5, 2014 at 6:47 PM, chris snow wrote: >> >> Hi Rajkumar - using the puppet mo

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread Rajkumar Rajaratnam
Hi Chris, I will come up with a solution using puppet module tool. Thanks. On Tue, Aug 5, 2014 at 6:47 PM, chris snow wrote: > Hi Rajkumar - using the puppet module tool makes more sense to me. > > On Tue, Aug 5, 2014 at 10:46 AM, Rajkumar Rajaratnam > wrote: > > Hi Chris, > > > > Yes, it is

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread chris snow
Hi Rajkumar - using the puppet module tool makes more sense to me. On Tue, Aug 5, 2014 at 10:46 AM, Rajkumar Rajaratnam wrote: > Hi Chris, > > Yes, it is maintained in git repo too. > > What if we do like this. > > Let's not include any of the puppet forge modules in Apache Stratos. > > There is

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread Rajkumar Rajaratnam
Hi Chris, Yes, it is maintained in git repo too. What if we do like this. Let's not include any of the puppet forge modules in Apache Stratos. There is something called "puppet module tool" [1] in puppet. We can use this to download puppet forge modules. While we install puppet master, we can

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread chris snow
Hi Rajkumar, that is still quite a lot of files for the team to keep in sync with upstream. Are the upstream files in a git repo? Are the upstream files modified for stratos or just copied without any change? On Tue, Aug 5, 2014 at 9:55 AM, Rajkumar Rajaratnam wrote: > Hi, > > I have removed all

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-05 Thread Rajkumar Rajaratnam
Hi, I have removed all test files and meta data files that we don't need. Number of files are 200 now. These are the basic/utility modules from Puppet Laps. - puppetlabs/stdlib - puppetlabs/apt

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-04 Thread Rajkumar Rajaratnam
And, 672 files are new files. Changed only nodes.pp Thanks. On Mon, Aug 4, 2014 at 11:09 PM, Rajkumar Rajaratnam wrote: > Hi Akila, > > I am using PostgreSQL puppet module from Puppet Laps. This module has > dependency to another 4 modules of them. We need to have all. We can edit > their mod

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-04 Thread Rajkumar Rajaratnam
Hi Akila, I am using PostgreSQL puppet module from Puppet Laps. This module has dependency to another 4 modules of them. We need to have all. We can edit their modules and remove unwanted files. But it will be very hard to sync with their libraries in future (for example, if we want to update thei

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-04 Thread Akila Ravihansa Perera
Hi Rajkumar, Nice work. But there are 673 files changed in your PR. Something is not right. Can you create a JIRA for this and attach the patch? Thanks. On Mon, Aug 4, 2014 at 10:39 PM, Rajkumar Rajaratnam wrote: > Hi, > > Pull request link is https://github.com/apache/stratos/pull/10 > > Than

Re: PostgreSQL Cartridge for Apache Stratos

2014-08-04 Thread Rajkumar Rajaratnam
Hi, Pull request link is https://github.com/apache/stratos/pull/10 Thanks. On Mon, Aug 4, 2014 at 10:35 PM, Rajkumar Rajaratnam wrote: > Hi Devs, > > I have created a PostgreSQL cartridge [3] for Apache Stratos. It consists > of 2 modules. > >- PostgreSQL server >- phpPgAdmin web inte