Re: stratos-setup.sh changes

2014-04-06 Thread Manula Chathurika Thantriwatte
Hi Dinesh, I have applied the patch. On Sun, Apr 6, 2014 at 7:01 PM, Isuru Perera wrote: > Are we bundling ActiveMQ jars now? Let me check > > > On Sun, Apr 6, 2014 at 6:55 PM, Dinesh Bandara wrote: > >> Hi, >> >> Thanks Isuru for fixing that prompting issue. Other than that I removed >> Acti

Re: stratos-setup.sh changes

2014-04-06 Thread Isuru Perera
Are we bundling ActiveMQ jars now? Let me check On Sun, Apr 6, 2014 at 6:55 PM, Dinesh Bandara wrote: > Hi, > > Thanks Isuru for fixing that prompting issue. Other than that I removed > ActiveMQ jar validation and installation into product since we are already > bundle ActiveMQ client jars with

Re: stratos-setup.sh changes

2014-04-06 Thread Dinesh Bandara
Hi, Thanks Isuru for fixing that prompting issue. Other than that I removed ActiveMQ jar validation and installation into product since we are already bundle ActiveMQ client jars with stratos pack. Please review and apply the attached for that. Thanks On Sun, Apr 6, 2014 at 8:40 AM, Isuru Perer

Re: stratos-setup.sh changes

2014-04-05 Thread Isuru Perera
Hi, I fixed it with commit 8a41868d3ab43d55084e50934da62c1d35efa9ae. Please review. Thanks! On Sat, Apr 5, 2014 at 10:26 AM, Nirmal Fernando wrote: > Dinesh, even with -s, I've been prompted at: > > user provided in conf/setup.conf is root. If you want to provide some > other user name please

Re: stratos-setup.sh changes

2014-04-04 Thread Nirmal Fernando
Dinesh, even with -s, I've been prompted at: user provided in conf/setup.conf is root. If you want to provide some other user name please specify it at the prompt. If you want to continue with root just press enter to continue On Mon, Mar 31, 2014 at 9:21 AM, Dinesh Bandara wrote: > Silence mo

Re: stratos-setup.sh changes

2014-03-30 Thread Dinesh Bandara
Silence mode (-s) is only applicable when using default profile. If user selected -s mode, user won't be able to use pre-configured ActiveMQ. As Damitha said this will be a single node developer environment which configure and install stratos as well as ActiveMQ On Sat, Mar 29, 2014 at 6:12 PM, D

Re: stratos-setup.sh changes

2014-03-29 Thread Dinesh Bandara
Hi Damitha, Yes. In single node environment we use default profile and it won't prompt for user inputs such as hostnames and ips. I will introduce new mode like -s to enable or disable prompting for user inputs in multi node environment or profiles other than default. On Sat, Mar 29, 2014 at 4

Re: stratos-setup.sh changes

2014-03-29 Thread damitha kumarage
Hi Dinesh In the single node developer environment setup we don't need hostnames and ips user input. It would be great to have a mode without prompting for user input in this setup like using -s option as Chris suggested Damitha

Re: stratos-setup.sh changes

2014-03-29 Thread chris snow
My scripts can populate stratos-setup.conf, so that approach is fine with me. However, in the longer term, what do you think to doing something similar to packstack, which can be used interactively, with an answer file, or using command line options [1,2]. --- [1] https://access.redhat.com/site/d

Re: stratos-setup.sh changes

2014-03-29 Thread Dinesh Bandara
If so we can add those in conf/stratos-setup.conf. If user set option "s" installation process will use all the information form conf file. Then there is no prompts. otherwise user will be prompted to get required informations. WDYT? On Sat, Mar 29, 2014 at 2:35 PM, Udara Liyanage wrote: >

Re: stratos-setup.sh changes

2014-03-29 Thread Udara Liyanage
Hi, When promoting hostnames and ip s of other components I think it is nice if we can suggest hostnames such as cc.apache.stratos.com and user can edit as he wishes. Touched, not typed. Erroneous words are a feature, not a typo.

Re: stratos-setup.sh changes

2014-03-29 Thread Dinesh Bandara
Hi Chris, I made some changes in stratos-setup.sh to support for multi-profiles. I that case I added some prompting due to following scenarios. - When using default profile, user will be able to use pre-configured activemq. In that case user will be prompted whether user want to configure

Re: stratos-setup.sh changes

2014-03-27 Thread Nirmal Fernando
Absolutely Chris! Thanks. On Thu, Mar 27, 2014 at 10:41 PM, chris snow wrote: > Hi Nirmal, > > I would like to make a small change to the stratos installer script so > that it can run headless. The changes are shown in the diff below, > and add an option [-s] to start servers. If the option i

stratos-setup.sh changes

2014-03-27 Thread chris snow
Hi Nirmal, I would like to make a small change to the stratos installer script so that it can run headless. The changes are shown in the diff below, and add an option [-s] to start servers. If the option is set, the user will not be prompted. Are you happy for me to commit this change? Many th