puppet-solr

A puppet module for setting up a multi-core solr instance

  • 所有者: vamsee/puppet-solr
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Solr Module

Build Status

This is a puppet module for setting up a multi-core solr instance.

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.bytenet.in/lucene/solr',
  version       => '4.10.4',
  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.

Running the tests

The module is developed through Vagrant (http://www.vagrantup.com) for easy testability. You can also
use this to quickly test the module for yourself. Just cd into the directory and run:

vagrant up

The jetty server maps to port 8983 by default, and vagrant maps this to port 8983 on host system also.
So you should be able to see the solr server running at http://localhost:8983/solr. This module also has
a good test suite, you can run the specs by simply typing:

rake

If you want to run the system specs (slower, uses vagrant with serverspec) you can do the following:

rake spec:system

If you want to run them all together, use this:

rake spec:all

TODO

  • Support other platforms

##License

MIT. Please see the LICENSE file for more information.

Contact

Contributions, especially making this multiplatform are most welcome.

Support

Please log tickets and issues in the issues page (https://github.com/vamsee/puppet-solr/issues)

主要指標

概覽
名稱與所有者vamsee/puppet-solr
主編程語言XSLT
編程語言Ruby (語言數: 6)
平台
許可證MIT License
所有者活动
創建於2012-09-23 06:42:15
推送於2018-01-03 22:58:53
最后一次提交2017-10-09 18:29:51
發布數6
最新版本名稱0.0.8 (發布於 )
第一版名稱0.0.3 (發布於 2013-09-04 19:47:15)
用户参与
星數18
關注者數0
派生數53
提交數106
已啟用問題?
問題數14
打開的問題數4
拉請求數11
打開的拉請求數1
關閉的拉請求數8
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?