Re: DevOps question : auto deployment/setup of Solr & Zookeeper on medium-large clusters

2015-11-13 Thread Susheel Kumar
Susheel Kumar [mailto:susheel2...@gmail.com] > Sent: Tuesday, October 20, 2015 8:34 PM > To: solr-user@lucene.apache.org > Subject: Re: DevOps question : auto deployment/setup of Solr & Zookeeper > on medium-large clusters > > Thanks, Davis, Jeff. > > We are not using AWS. Is th

RE: DevOps question : auto deployment/setup of Solr & Zookeeper on medium-large clusters

2015-10-21 Thread Davis, Daniel (NIH/NLM) [C]
] Sent: Tuesday, October 20, 2015 8:34 PM To: solr-user@lucene.apache.org Subject: Re: DevOps question : auto deployment/setup of Solr & Zookeeper on medium-large clusters Thanks, Davis, Jeff. We are not using AWS. Is there any scripts/framework already developed using puppet available? On Tue,

Re: DevOps question : auto deployment/setup of Solr & Zookeeper on medium-large clusters

2015-10-21 Thread Dhutia, Devansh
We are using aws, and standardized deployments using Chef. As Jeff points out below, Exhibitor is a good tool to deploy with Zookeeper. We’ve had very good luck with it. On 10/20/15, 7:59 PM, "Jeff Wartes" wrote: > >If you’re using AWS, there’s this:

Re: DevOps question : auto deployment/setup of Solr & Zookeeper on medium-large clusters

2015-10-20 Thread Susheel Kumar
Thanks, Davis, Jeff. We are not using AWS. Is there any scripts/framework already developed using puppet available? On Tue, Oct 20, 2015 at 7:59 PM, Jeff Wartes wrote: > > If you’re using AWS, there’s this: > https://github.com/LucidWorks/solr-scale-tk > If you’re

Re: DevOps question : auto deployment/setup of Solr & Zookeeper on medium-large clusters

2015-10-20 Thread Jeff Wartes
If you’re using AWS, there’s this: https://github.com/LucidWorks/solr-scale-tk If you’re using chef, there’s this: https://github.com/vkhatri/chef-solrcloud (There are several other chef cookbooks for Solr out there, but this is the only one I’m aware of that supports Solr 5.3.) For ZK, I’m

RE: DevOps question : auto deployment/setup of Solr & Zookeeper on medium-large clusters

2015-10-20 Thread Davis, Daniel (NIH/NLM) [C]
Waste of money in my opinion. I would point you towards other tools - bash scripts and free configuration managers such as puppet, chef, salt, or ansible. Depending on what development you are doing, you may want a continuous integration environment. For a small company starting out,