GithubHelp home page GithubHelp logo

diceholdingsinc / puppet-solrcloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vamsee/puppet-solr

0.0 28.0 1.0 30.82 MB

A puppet module for setting up a multi-core solrcloud cluster

Home Page: https://github.com/DiceHoldingsInc/puppet-solrcloud

License: MIT License

Puppet 82.65% Ruby 2.17% HTML 6.33% Shell 8.85%

puppet-solrcloud's Introduction

Solrcloud Module

THIS IS IN TESTING

After I moved things around to make it work, this is no more a puppet module, but a vagrant wrapper.

STATUS:

  • Solr start (one node)
  • No core on it

Description

This is a puppet module for setting up a multi-core solr cluster able to connect to Zookeeper. This module is a fork of

https://github.com/vamsee/puppet-solr

Zookeeper is not installed and configured by this module (IT IS NOT CONSIDERED A PUPPET REQUIREMENT) but it still sort of believe you installed it there. Do not disappoint it.

Also the configuration for Solr should be in ZK otherwise you will receive the following error from Solr UI:

SolrCore Initialization Failures
xxx: org.apache.solr.common.cloud.ZooKeeperException:org.apache.solr.common.cloud.ZooKeeperException: Could not find configName for collection xxx found:null

Running Vagrant

vagrant up --provider vmware_fusion

Quick Start

Put this in your site.pp file and run sudo puppet apply:

include solr

If you need multiple cores out of the box, you can run this:

class { solr:
  cores => [ 'development', 'staging', 'production' ]
}

It's highly recommended that you use a mirror like so:

class { 'solr':
  mirror        => 'http://apache.mesi.com.ar/lucene/solr',
  version       => '4.10.2',
  cores         => ['development', 'staging', 'production'],
}

NOTE: Currently only Ubuntu is supported, contributions for other platforms are most welcome. The code is well commented, and should give you a clear idea about how this module configures solr.

##Zookeeper When searching for the ZK cluster Solr points at:

localhost:2181

##TODO

  • Move the jetty configuration out of the static files and create a template
  • The number of node is not dynamic in the jetty file but is set to 1 for now
  • ZK presence is out of trust

##License

MIT. Please see the LICENSE file for more information.

puppet-solrcloud's People

Contributors

jecnua avatar cillierburger avatar hidde-jan avatar

Watchers

Rosario Grosso avatar  avatar Ethan avatar Jessie Puls avatar Bryan Haase avatar James Cloos avatar Shannon Griswold avatar Daryle Foulke avatar  avatar  avatar  avatar Jalil Aboufariss avatar  avatar Mike Owens avatar  avatar  avatar  avatar Pete Torres avatar  avatar  avatar  avatar Eric Bruhn avatar  avatar Lee Cox avatar  avatar  avatar  avatar  avatar

Forkers

zdinu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.