Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sous-chefs/elasticsearch

Development repository for the elasticsearch cookbook
https://github.com/sous-chefs/elasticsearch

Foodcritic/Rubocop style cleanup

7d90d8d418e3c24e9d6efcace3849f0300b14fa9 authored about 8 years ago by Martin Smith <[email protected]>
Update a few more things for 5.1.1 default

74ca1f88be09d316279d065f4bd473b875358998 authored about 8 years ago by Martin Smith <[email protected]>
Added new link and default

- Added new link
- Added 5.1.1 as default

Signed-off-by: JJ Asghar <[email protected]>

a0fdd89e0d7c8a47629a988a9a7a715f31ff5b4f authored about 8 years ago by JJ Asghar <[email protected]>
Updated to 5.1.1

Updated the newest version of elastic

Signed-off-by: JJ Asghar <[email protected]>

b3b37939dc9729ff7c2373ae8a8ce25f3b549043 authored about 8 years ago by JJ Asghar <[email protected]>
Add note about upgrading

Add a note about upgrading to new versions.

Fixes #527.

946b9751f7241bea68e878c9efd1b4176fa69996 authored about 8 years ago by Martin Smith <[email protected]>
Update default installed version to v5.0.2

617293dccf8066185d651d1336945f68a7458e05 authored about 8 years ago by Martin Smith <[email protected]>
Fix URL support for plugins

We should use the URL if it's provided, and not default to a name attribute. This change was tes...

f323cfcbb9dc0d131db86f288fbf6a7582a897de authored about 8 years ago by Martin Smith <[email protected]>
Release v3.0.2 of cookbook

bc89e5adbd07a07fe7a61d4f81150362eb6cd171 authored about 8 years ago by Martin Smith <[email protected]>
Set environment for bin/elasticsearch-plugin

We are seeing some cases where the :tarball install method breaks the plugin command since it do...

3d29c33445b873aaa92b2b5e4ffa2ee31a118f7f authored about 8 years ago by Martin Smith <[email protected]>
Bump to Elasticsearch v5.0.1

Begin installing v5.0.1 by default, not 5.0.0.

b4c5691e2d6c3a061c9d8af7ef947b0b4b3d15ab authored about 8 years ago by Martin Smith <[email protected]>
Release v3.0.1

a2cd2080ad821df049371bae6727de7d36101b8d authored about 8 years ago by Martin Smith <[email protected]>
Fix MAX_MAP_COUNT to match init script default

Ubuntu and RHEL-flavors use 262144 as the default MAX_MAP_COUNT in the init script. Default to t...

52c387cca185317504f92add4c4d6d9922e94911 authored about 8 years ago by Martin Smith <[email protected]>
Release v3.0.0 with ES v5.0 support

2de46c9c592e3ffa88d3a7fa9f27b168572781eb authored about 8 years ago by Martin Smith <[email protected]>
Adjust some default permissions

Based on the latest v5.0.0 packages, tweak the permissions for some directories slightly (mostly...

b30ec481a1d9775660c16e7122576bcac725e3eb authored about 8 years ago by Martin Smith <[email protected]>
Remove unimplemented java proxy options (plugin installer no longer supports it)

1bba569f297a15ebad79611bb2f67490dbf7e459 authored about 8 years ago by Martin Smith <[email protected]>
Support and use repository by default

- Add a 'repository' install method, and default to it
- Use yum or apt repos to get the ES pack...

da3f2f424449205d50352c701dbd40e0300b13e8 authored about 8 years ago by Martin Smith <[email protected]>
Systemd init script issues

Hack up the systemd init script to allow us to override things.

- nofile_limit should be respec...

0ef0f1399b39d6993cb80665292dc62d169b5b05 authored about 8 years ago by Martin Smith <[email protected]>
Fix issues with multiple instances on one system

- Remove proxy arguments since the new plugin command doesn't seem to honor them
- Pass ES_JVM_O...

a560ea40f0216be45e8670ab9bbde2bba56c6f89 authored about 8 years ago by Martin Smith <[email protected]>
Fix various rubocop errors

Resolve various rubocop errors.

b6e9b1bf0051764509ed08540723abe2d858d041 authored about 8 years ago by Martin Smith <[email protected]>
Change how attributes and resource parameters work

- Node attributes and the `elasticsearch::default` recipe:

1. We're now using `node['elastics...

3aa8740da5182f4a29761e0ea350048764bc0752 authored about 8 years ago by Martin Smith <[email protected]>
Add support for ES 5.0

- Drop support for ES < 5.0
* Remove the shield/watcher plugin installs, since they have becom...

1ccd013821cbfe83197c1ebba7fdb3acadc3d88f authored about 8 years ago by Martin Smith <[email protected]>
Style fixes for newer rubocop

23094b901bd88ea772aaf289a4763de760d181bc authored about 8 years ago by Martin Smith <[email protected]>
Add support for Ubuntu 16.04 / CentOS 7.2

- Add support for Ubuntu 16.04 and testing. Also had to add a 'fixer' recipe for corrupted trust...

9d92755315addfa1de4c38317b09a01d2261b720 authored about 8 years ago by Martin Smith <[email protected]>
Use YAML library directly from now on

- Switch to the Ruby stdlib's YAML for writing out elasticsearch.yml
- Keep the template resourc...

f7584f9c6a9ff33452dda5fbca0930ee906f51dd authored about 8 years ago by Martin Smith <[email protected]>
Switch to new manage_home property for user

Switch to the `manage_home false` property of newer Chef versions.

Fixes #406.

0187af12116154820118a2f79f926befe8dc7919 authored about 8 years ago by Martin Smith <[email protected]>
Fix documentation RE: plugin_name

This turned out to just be a bad example in README.md, not actually the way we had it implemente...

445bc4c9b4065e9c049b94928d5e1b69143ee0c9 authored about 8 years ago by Martin Smith <[email protected]>
Fix chef version testing

Per 36f4efbc4565d463b5030aa613f6d0cc354adae0, we should have fixed the integration tests as well.

a53d8bdc7b27dd21b6fdd410ea3f61b3e1ccc09a authored about 8 years ago by Martin Smith <[email protected]>
Drop preferIPv4 test

Per 0a685c71d0497ee18ce2f6279c7557152195e006, don't test for this either.

d4ef7fc019701e0dc78ff75b27494a69f965a934 authored about 8 years ago by Martin Smith <[email protected]>
Begin testing with Java 8

- Switch to Java 8 for testing. ES 5.x requires Java > 8.x.
- Remove the nss workaround needed f...

0eaf04c6dbab351b582c3528120ab1ee8c931616 authored about 8 years ago by Martin Smith <[email protected]>
Drop discovery.zen.ping settings

Drop the discovery settings, as they were moved to plugins in ES 2.x. See the issue below for mo...

18df0cc38d0e04658c68cd36366e1d173761d213 authored about 8 years ago by Martin Smith <[email protected]>
Drop hardcoded IPv4 preference `-Djava.net.preferIPv4Stack=true`

Drop `-Djava.net.preferIPv4Stack=true` since current ES versions no longer include it anyway.

C...

0a685c71d0497ee18ce2f6279c7557152195e006 authored about 8 years ago by Martin Smith <[email protected]>
Bump minimum Chef versions

- Leave 12.4 as metadata.rb minimum
- Start testing against latest three versions
- Update docs ...

36f4efbc4565d463b5030aa613f6d0cc354adae0 authored about 8 years ago by Martin Smith <[email protected]>
Check exact plugin names

Stop checking plugin names in a case-insensitive way. We should require that a plugin resource's...

497b245f8e2834399b14785230ed2dfda6b31dd8 authored about 8 years ago by Martin Smith <[email protected]>
add syntax for code sample

One code block was missing syntax

4140906abd3f7c4d18ae1352a3f3b99f91d4acb1 authored about 8 years ago by Tristan Geraets <[email protected]>
added badge

27bb681b46fc46c3ec76b6a644cad71820d02f3d authored about 8 years ago by JJ Asghar <[email protected]>
Add hashes/default version for v2.4.1

- Add hashes and default to v2.4.1

8a8ce09dfa9c612d3574beb2a77aaaedd6f3e595 authored about 8 years ago by Martin Smith <[email protected]>
Release v2.4.0

4b620488399e7a8dd2eac3c87731b42207c7da09 authored over 8 years ago by Martin Smith <[email protected]>
Update changelog for 2.4.0 release

Update changelog, remove formatting from tool. We're going to do simpler changelogs from now.

cc429f72adc16ca47ff2ed852ec7f9434d72dd4f authored over 8 years ago by Martin Smith <[email protected]>
Use 2.4.0 version as default for installation and tests.

191d96846eb52bac3547a93e3b9555de1f14c5b5 authored over 8 years ago by sT331h0rs3 <[email protected]>
Update attributes for 2.3.5 and 2.4.0 versions.

9254af0138374383c4652b4ffc4a22f4b722346d authored over 8 years ago by sT331h0rs3 <[email protected]>
Added a LICENSE file (Apache 2)

4b83081c8a377c37f31c9701791a61710b408f1c authored over 8 years ago by Karel Minarik <[email protected]>
Update metadata and linting

642533d0c43a7df360b6dcaf57a41c5c51af4f76 authored over 8 years ago by Martin Smith <[email protected]>
updated checksum

df3390229859e9675929fcfa18619ac8c2b7439c authored over 8 years ago by mohitsethi <[email protected]>
Changed default to be latest 2.3.4 version with sha256 hashes included

679776efa427013d474b33bc850dcf9d40d7842c authored over 8 years ago by ScriptAutomate <[email protected]>
Lock down permissions on elasticsearch.yml

Lock down permissions on elasticsearch.yml and ensure we test for the new permissions.

7a7dcb8f65840671a0fb0613b76e37f950c4bdde authored over 8 years ago by Jason Scholl <[email protected]>
Remove chef 11 compatibility from metadata

Signed-off-by: Tim Smith <[email protected]>

381d2a0662d038174781e4afbc2fcd91ed05e8fa authored over 8 years ago by Tim Smith <[email protected]>
Add travis and cookbook version badges

Signed-off-by: Tim Smith <[email protected]>

4689918e9de306ec35788f368e4ba9da8b0dd507 authored over 8 years ago by Tim Smith <[email protected]>
Switch from Rubocop to Cookstyle

Cookstyle is a predefined set of Rubocop rules that are tuned for cookbook development. This bri...

37d6caf49fe733e2c5dc8ec6a7d9cba327c0f27a authored over 8 years ago by Tim Smith <[email protected]>
Use the latest Berkshelf

05fa26d4c9ba1e71c9726231d6ded9ec9f348ef3 authored over 8 years ago by Tim Smith <[email protected]>
No need to specify fauxhai

Chefspec brings it in since it's the only thing that uses it

36c916069dc10dfdeadc85292c5c677a7c5c158b authored over 8 years ago by Tim Smith <[email protected]>
Use the current Supermarket URL

Signed-off-by: Tim Smith <[email protected]>

7578e6d3ef5af491c5fb30bec629ce50b235e07a authored over 8 years ago by Tim Smith <[email protected]>
Test on Ruby 2.2

Signed-off-by: Tim Smith <[email protected]>

87951a4abc43f0aeda6d0de11429cd29d6ecd191 authored over 8 years ago by Tim Smith <[email protected]>
Add a chefignore file

Limit the amount of data we push up to the chef server

Signed-off-by: Tim Smith <[email protected]>

4b8a1bac334615f23f1db590d22532fef71102ec authored over 8 years ago by Tim Smith <[email protected]>
Use the standard chef .gitignore

Signed-off-by: Tim Smith <[email protected]>

0e7204b20da0cc716828476034421f52f7037225 authored over 8 years ago by Tim Smith <[email protected]>
Improve environment file formatting: Remove quotes from vars that don't need it, strip superfluous spaces from ES_JAVA_OPTS

bf0d1f322980436426477a07860d94481ae65ceb authored over 8 years ago by Hans Rakers <[email protected]>
Release v2.3.2 of cookbook

306129ab9e3a5efa6a61ec58db7b0ea6c683cc05 authored over 8 years ago by Martin Smith <[email protected]>
Allow enabling/disabling of IPv6

4d738d1d9215b58f385625e9274efa8d7e340c3b authored over 8 years ago by Hans Rakers <[email protected]>
Update init scripts and configs to latest

- Update init scripts for ES to latest shipped by packaging
- Update elastisearch.yml to latest ...

e07a4317069811cb83525c6811ab5e2ba26a5ee5 authored over 8 years ago by Martin Smith <[email protected]>
Add tests for file permission changes

278b830d702dad6fc9ebcd9e96b422c4095274b6 authored over 8 years ago by Hans Rakers <[email protected]>
Environment file /etc/default/elasticsearch / /etc/sysconfig/elasticsearch does not need to be executable

bdfa270c36ea4cc59b18367fd5d0f081098fde93 authored over 8 years ago by Hans Rakers <[email protected]>
Bump to FC 6

Taken from https://github.com/elastic/cookbook-elasticsearch/pull/466/commits/fad3608f47f96ba4cb...

9eb4c1eb9b630e253ae5203bea18826628a5a835 authored over 8 years ago by Martin Smith <[email protected]>
Disable FC057 rule, the cookbook relies on resources defined in the LWRPs

55b4c1362b4de3abf5f6fd03536abfac396348ce authored over 8 years ago by Hans Rakers <[email protected]>
No need for the config yaml files to be executable

e5e322bbf288e6dd21b8ab8c4723cd22aaa4a1a8 authored over 8 years ago by Hans Rakers <[email protected]>
Update checksums for 2.3.3

35e2c9730b37d583feafb2491c11e9e08e6db2ea authored over 8 years ago by skyshard <[email protected]>
Point to determine_download_url instead of non-existent get_package_url.

316bb8dd9fde1ec3eac371d0d32448261e637bb1 authored over 8 years ago by David Meads <[email protected]>
Release v2.3.1

7fd18e5e3b4c1728054c99ea02bbf63a03c1f0b1 authored over 8 years ago by Martin Smith <[email protected]>
Bump to version 2.3.2 as default for cookbook

Use ES version 2.3.2 as the default for this cookbook now.

Fixes #459.

4601e835c05838632d0ca9dac58a2ab90ee1fefb authored over 8 years ago by Martin Smith <[email protected]>
Define custom matchers helpers for notification testing

- Missing service matchers.
- Helps locating resource in context and it's used for notification
...

ca0ae6156aa9098b87667a457cfb0441e06ee162 authored over 8 years ago by Szymon Szypulski <[email protected]>
Add checksums for version 2.3.2

1e014843a340e43db9869533647e89864e9515d3 authored over 8 years ago by Vasanth Periyasamy <[email protected]>
Fix typo in README

445d0c7d0a61792e4fda8d3e8815cb823afc975c authored over 8 years ago by Greg Karékinian <[email protected]>
fix plugin remove

791a0833114fd81fdc9538e0e58d6738c9f9ed85 authored over 8 years ago by Srinivasan Ramaswamy <[email protected]>
Update documentation for dir in elasticsearch_install

f568f6aa53b7f10c138e4603604fda0844cecc5f authored over 8 years ago by Jason Wieringa <[email protected]>
Release v2.3.0

91252e2ccd6939bf1034ad68d0b346d3078c3089 authored over 8 years ago by Martin Smith <[email protected]>
Add checksums for 2.3.1

beb0b02ed888c05b376ed9ba135f3f2a73967dba authored over 8 years ago by Eric Heydrick <[email protected]>
Update checksums for version 2.2.2

edcdaaf4c895f4c6e2c9c4b78fd3ac3a5fb8105c authored almost 9 years ago by Julien Pervillé <[email protected]>
Add checksums for 2.3.0

f28f4bf993cb5f1b03cb5c5deb21e6be7465510f authored almost 9 years ago by Hans Rakers <[email protected]>
Fix some rubocop style complaints

af12a7f8a6baa2d79837f50cb61184a518d0b929 authored almost 9 years ago by Martin Smith <[email protected]>
Add checksums for 2.2.1

34293d0d248428c94533105f62892a498ff58b4f authored almost 9 years ago by Ilya Dolgirev <[email protected]>
Add test fixture example for two instances

3c2d8dc8924c8641a86f1eaad65cf99e0c60e698 authored almost 9 years ago by Martin Smith <[email protected]>
Release v2.2.2

4987ebb5885a87c7dc099e2f766dff343ee08496 authored almost 9 years ago by Martin Smith <[email protected]>
Freeze default values on resources

- Freeze default values in order to be sure we don't modify them in the provider (#445)
- Don't ...

a140bf58985b72f1b22432be6bd40111792850e2 authored almost 9 years ago by Martin Smith <[email protected]>
Add sha256 checksums for elasticsearch 1.7.4 and 1.7.5

52a47987b85f2e8d839ada85de0dea7f45601a0d authored almost 9 years ago by Chenxiao Ma <[email protected]>
s/fail/raise/g for rubocop

A new version of Rubocop has introduced some additional rules about when to use fail vs. raise.

b77e65a10d816ea9a16b165190aa86101c09e0e0 authored almost 9 years ago by Martin Smith <[email protected]>
Release v2.2.1

7ff4137a53f8d2bb6e9088329d5a0f0af8c58ab9 authored almost 9 years ago by Martin Smith <[email protected]>
Ensure symbols work with service and service_actions

Fix a spot where we didn't expect a symbol, and be sure it's turned into an array.

Fixes #438.

782eeb627defe0ff6aa148d88c0415ec50801ddc authored almost 9 years ago by Martin Smith <[email protected]>
Move test suite to correct name

Tarball builds weren't running tests since they were still named default in the test suite.

0a67d374a0f942f68183e6fd487e9b4857cd102b authored almost 9 years ago by Martin Smith <[email protected]>
Remove double ES_JAVA_OPTS entry for heap size

We don't need to pass Java memory parameters for the heap into multiple ES_ environment variable...

7c7b8f2152f3e1d40fe3804a880239add7f77db4 authored almost 9 years ago by Martin Smith <[email protected]>
Release v2.2.0

b54e07904346a2b4a0b90e72750b578e31c16934 authored almost 9 years ago by Martin Smith <[email protected]>
Update ES_HEAP_SIZE max size

Use the newly recommended 30.5GB as the max.

Closes #427

3ffeeabfbad669ee024467f428088f794a05e97d authored almost 9 years ago by Shane O'Grady <[email protected]>
Update RHEL/CentOS script for missing line

Per #430, we were apparently missing a line.

Closes #430.

0c88af3b4d7b77d72cb0bf6b55b8e6420e52f810 authored almost 9 years ago by Martin Smith <[email protected]>
Add support for Oracle Linux

49727abdd1b81dfb7faa50d325ab1015ecb74597 authored almost 9 years ago by Chenxiao Ma <[email protected]>
Fix rubocop complaints.

Adjust rubocop to be happy with higher complexity and fix indentation.

7e13fac7a3eab078c14e8e27306b4ab795a1c095 authored almost 9 years ago by Martin Smith <[email protected]>
Update to Elasticseach 2.2.0

Bumping default ES version number to 2.2.0, and adding sha256 hashes deb/rpm/tar
downloads for 2...

1bcb1d637d3d89e39a8f04e8102070c00677f607 authored almost 9 years ago by paulka <[email protected]>
Add safety to the version check

When passing a version we don't have checksums for, do a better job of determining the checksum....

f4fc45cf4e5c6be8aaadb0fbfa2f29e874deb950 authored almost 9 years ago by Martin Smith <[email protected]>
Undo the guard clause cop. It's crazy.

45b7c2a97214e50c6d430d8fcc62a61b65543371 authored almost 9 years ago by Martin Smith <[email protected]>
Fix rubocop complaints from new release.

b0ad42b67a2a9577e61441e8e10b5fcdbb6288f5 authored almost 9 years ago by Martin Smith <[email protected]>
fixes typo in readme

ed2aa98214691c3c3d8270a93a077ac0b1443ae0 authored almost 9 years ago by Spencer Owen <[email protected]>
Release v2.1.1

fb2c9a7fbb236536ee43e9dd5c5e3f7095126d8e authored almost 9 years ago by Martin Smith <[email protected]>
Test with Chef 12.6.0

- Add Chef 12.6.0 for tests
- Move down Chef 12.5.1 as one of the 'older chef' suites

a915a997768e0b6aea033f310857af35e608905b authored almost 9 years ago by Martin Smith <[email protected]>
Warn if no checksum is provided

Emit a warning if someone uses a version of ES for which we don't have a checksum.

Fixes #404.

dea0381d2689a8410752e4cad8a6acde85ab45e4 authored almost 9 years ago by Martin Smith <[email protected]>